Image links

liunx

Guest
I want my links to look smooth with my layout, so i chose to make them into images...however, all my linked images have this stupid blue border around them...how can i get rid of this?<br />
<br />
n00b question, i know, and im sorry for being so dumb...:(<!--content-->in the img tag add:<br />
<br />
border="0"<br />
<br />
<a href=http://www.htmlforums.com/archive/index.php/"foo.html"><img src="frog.gif" border="0"></a><!--content-->If you want a nice little popup tooltip message when you hiver over the link, and some text for non-visual browsers, and when images fail to load or are switched off, then try this:<br />
<br />
<br />
<a href=http://www.htmlforums.com/archive/index.php/"foo.html" title=" popup tooltip text "><img src="frog.gif" border="0" alt=" text in place of image"></a><!--content-->
 
Back
Top