Hi
How can contact Jurgen Nijhuis - Argos Media here via the forum? I've searched for him, but somehow couldn't find him. Can someone help me?
Best regards
Kim
Hi,
should be easy https://forum.WebsiteBaker.org/index.php?action=profile;u=153 (https://forum.websitebaker.org/index.php?action=profile;u=153).
hth
Uwe
Thanks Uwe
Kim
Hi
I can also ask here. I'm playing with the template argos1 and I've made a logo.jpg for the frontside. My problem is I'm not quite sure where to put the logo with the right codes. I've found out to change the colours in the codes. I hope that someone can help - is it the index-file or the screen-file? And can you light'n me up about the correct code for the image-codes?
Best regards
Kim
Didn't check it - so I'm not sure - but check the file screen.css for
/* #header-top{width:100%;background:white url('logo.gif') 25px 0 no-repeat;height:90px;} for use with 600px wide image, then remove title and slogan from index.php */
remove the /* and */ to make the css code work, put your logo (as a gif file) in the root of the template, follow the other instructions and you're done.
Regards,
Vincent
Hi Vincent
/* #header-top{width:100%;background:white url('logo.gif') 25px 0 no-repeat;height:90px;} for use with 600px wide image, then remove title and slogan from index.php */
Yesterday I removed the slashs and the stars from the above phrase and put in logo.jpg and the text "for use with...from index.php". And I've put the logo in the root of the template...
From the index.php I looked thrue the codes and couldn't find the title and slogan:
<div id="left">
<div id="header">
<div id="header-top">
<h1><a href="<?php echo WB_URL ?>"><?php page_title('', '[WEBSITE_TITLE]'); ?></a></h1>
<h2>or use this area for a nice big graphic header max. 600px by 90px</h2>
</div>
Is this the place with the title and slogan in the index.php?
Kim
Hi
I think I've solved the problem.
Kim