CASHOUT Posted July 31, 2011 Share Posted July 31, 2011 Hello. I recently started creating a e-commerce site written in PHP. I've gone as far as creating an admin_login for the site. Now i realize that the logo needs to be changed. After creating a logo and exporting the JPEG to my styles folder, I find that my webpage loads up with the background set to a default white. The original logo had a background color of F4F4F4, and so I made sure that the new logo had the same background feature. I cant figure out how to fix the background color issue. I might have taken the wrong steps in changing the logo, and would greatly appreciate any help. Link to comment https://forums.phpfreaks.com/topic/243415-logo-change-issue/ Share on other sites More sharing options...
CASHOUT Posted July 31, 2011 Author Share Posted July 31, 2011 I should also add by saying that i have header_template.php Link to comment https://forums.phpfreaks.com/topic/243415-logo-change-issue/#findComment-1249962 Share on other sites More sharing options...
cunoodle2 Posted July 31, 2011 Share Posted July 31, 2011 I think the issue with your page is on line 27 of the code in header_template.php. Link to comment https://forums.phpfreaks.com/topic/243415-logo-change-issue/#findComment-1249963 Share on other sites More sharing options...
CASHOUT Posted July 31, 2011 Author Share Posted July 31, 2011 here is the header_template <div id="pageHeader"><table width="100%" cellpadding="12"> <tr> <td width="34%"><a href="http://www.modeljewelryinc.net/index.php"><img src="http://www.modeljewelryinc.net/style/logo3.jpg" alt="logo3" width="600" height="75" border="0" /></a></td> <td width="66%"> </td> </tr> <tr> <td colspan="2"><a href="http://www.modeljewelryinc.net/index.php">Home</a> <a href="#">Link 1</a> <a href="#">Link 2</a> <a href="#">Link 3</a></td> </tr> </table> </div> Link to comment https://forums.phpfreaks.com/topic/243415-logo-change-issue/#findComment-1249982 Share on other sites More sharing options...
cunoodle2 Posted August 1, 2011 Share Posted August 1, 2011 Check your php code on line #7. Link to comment https://forums.phpfreaks.com/topic/243415-logo-change-issue/#findComment-1250031 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.