sosidge Posted April 5, 2004 Posted April 5, 2004 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! -
akosh Posted April 5, 2004 Author Posted April 5, 2004 any reason why this doesn't work? <A HREF="http://mysite/whatever.php?"><img>http://mysite.com/images/whatever.gif</img></A>
sosidge Posted April 5, 2004 Posted April 5, 2004 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! -
akosh Posted April 5, 2004 Author Posted April 5, 2004 ...and how would I remove the blue 'link' border that is around the image?
sosidge Posted April 5, 2004 Posted April 5, 2004 Rewrite the img tag as: <img src="http:/mysite.com/picture.gif" border="0"> - osCommerce is fun! -
Recommended Posts
Archived
This topic is now archived and is closed to further replies.