Welcome to LyndaRoxanne.Com your eBay auction help site!
AuctionSniper.com - Powerful eBay sniping solutions.




How to Make an Image into an Active Link

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
down arrow

<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 down arrow

<A HREF="http://www.thewebsiteyouarelinkingto.com" TARGET="NEW">
<IMG SRC="
http:www.yourimagehost.com/yourname/yourpicsname" BORDER SIZE="0">
</A>

Aust Post Logo

Read about eBay's Link Policy by clicking here


Click here to practice your HTML