Jump to content

LOGO change issue


CASHOUT

Recommended Posts

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.