This is a carryover from a thread in the old forum...
http://www.zen-cart.com/forum/showthread.php?t=34474
I have been quite busy and was not able to get back to finishing my logo off till today...
Anyway, I have tried my best but cannot get it to fly...
I am not a CSS master and somehow doubt I ever will be... So rather than write the CSS from scratch, I used GoLive to make the CSS for me and now am trying to get it to work... Could someone have a look at my stylesheet and tpl_header and let me know what is wrong!
(Also, I am wondering about the proper place to store the images that I am using... Ideally, should they be stored in the my_template/images folder?)
Here is what I have for the style sheet...
#logoWrapper, {
#logoleft { width:490px; height:115px; float:left }
#logoright { width:85px; height:115px; float:right }
#logomiddle { background-image: url(logo/gpc-logo-trans-line.gif); width:auto; height:115px; margin-left:490px; margin-right:85px }
} /*Peace Freak - GPC Logo Added*/
#headerWrapper,....
And here is what I have for my tpl_header.php
<!--bof-branding display-->
<div id="logoWrapper">
<div id="logoleft">
<a title="Click here to go to the main Global Peace Campaign homepage" href="http://english.globalpeace.jp"><img src="logo/GPCMainBanner-e.gif" alt="" height="115" width="490" border="0" /></a></div>
<div id="logoright">
<img src="logo/GPCMainBanner-animation.gif" alt="" height="115" width="60" border="0" /><a title="Click here to go to the Japanese Global Peace Campaign homepage" href="http://globalpeace.jp"><img id="goto_e" src="logo/goto-j.gif" alt="" name="goto_e" height="115" width="25" border="0" /></a></div>
<div id="logomiddle"></div>
</div>
<br class="clearBoth" />
<!--eof-branding display-->
<!--bof-navigation display-->
<div id="navMainWrapper">



