Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Permanment Banner


Pompeylad

Recommended Posts

Hi,

 

What would one have to place in footer.php to display a permanent banner. I do not want to use a the banner option in OSC, I just want to place my own one in the footer under the legle stuff.

 

I have tryed loads of things, but nothing seems to work.

 

Thanks,

Pompeylad.

PHP?!? Long live HTML!!!! But then again we never stop learning.

Link to comment
Share on other sites

Just regular html.

 

I had my own footer pic in there but took it out because i didnt like it.I placed it at the VERY beginning of the footer.php file, before the copyright info, etc. I removed the osc banner completely.( you have to keep the copyright)

add a table , then your banner,centered, i would guess.

<center>
<table>
<td>
<img src="yourpicurl">
</td>
</table>
</center>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...