|
|
|
Ever wondered how to make an image into an active link?
Not sure what I'm talking about? Try clicking on the image below...
This is easy enough to do with a combination of the HTML for links and images.
The HTML for the image above looks like this
<A HREF="http://www.thewebsiteyouarelinkingto.com" TARGET="NEW">
<IMG SRC="http:www.yourimagehost.com/yourname/yourpicsname">
</A>
All it is is the HTML for the link and then the HTML for the image, followed by the closing HTML for the link.
The blue border around the image can be removed by adding BORDER SIZE=0 to the image HTML like this
<A HREF="http://www.thewebsiteyouarelinkingto.com" TARGET="NEW">
<IMG SRC="http:www.yourimagehost.com/yourname/yourpicsname" BORDER SIZE="0">
</A>
Read about eBay's Link Policy by clicking