Woods Witch
02-25-2003, 12:09 AM
whenever I hyperlink an image, a purple or blue border surrounds it, showing that it's linked to another page. How do I get rid of that border?
|
View Full Version : Image hyperlink Woods Witch 02-25-2003, 12:09 AM whenever I hyperlink an image, a purple or blue border surrounds it, showing that it's linked to another page. How do I get rid of that border? apples 02-25-2003, 12:24 AM Try this: <a href="link" border="0"><IMG SRC="Image"></a> Woods Witch 02-25-2003, 12:33 AM the border="0" worked in the image tag, not the link tag. Sheila 02-25-2003, 09:25 AM To have no lines under the links.... see: http://www.lissaexplains.com/css.shtml or this generator: http://www.ahfb2000.com/cssgenerator.php (If you don't like that generator, just do a for CSS+Generators on www.google.com to find them.) |