billyjack Posted May 31, 2003 Posted May 31, 2003 I see a lot of sites out there that have changed there header image. I have changed my image easy enough but now I have white space to the right. In javascript I could add a spacer.gif to stretch the right side not sure how to do it in php. the line where I think it should go is 105 in the header.php . tep_image(DIR_WS_IMAGES) . 'myheaderimage.gif', 'alt tagtext'') . '</a>'; maybe I am looking at it wrong please advise Thanks in advance to view http://www.handynursery.com/catalog
Mark1 Posted May 31, 2003 Posted May 31, 2003 If I understand your question correctly, you want your entire header to match the color of the background of your "Logo"? Go to your catalog/stylesheet.css file and look for this: TR.header { background: #XXXXXX; } Change the XXXXXX to the color code of the green box headers of your site. That should take care of it. 8) Mark
Recommended Posts
Archived
This topic is now archived and is closed to further replies.