Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

adding images to header


akosh

Recommended Posts

Posted

Look through header.php, find the bit of the header you want to add an image to, and use <img> tags to call up a picture from somewhere on your webspace (or elsewhere publicly accessible).

- osCommerce is fun! -
Posted

any reason why this doesn't work?

 

<A HREF="http://mysite/whatever.php?"><img>http://mysite.com/images/whatever.gif</img></A>   

Posted
any reason why this doesn't work?

 

<A HREF="http://mysite/whatever.php?"><img>http://mysite.com/images/whatever.gif</img></A>   

I would probably write...

 

<a href="http://mysite/whatever.php"><img src="http://mysite.com/images/whatever.gif"></a>   

- osCommerce is fun! -

Archived

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

×
×
  • Create New...