I would like to know how to prevent the blue outline from appearing around my image which I use as I link? I have made sure in my page properties that all links do not have a color assigned to it.
pendanticist
1:28 pm on Jan 22, 2003 (gmt 0)
<img border="0" src="http*//wwwyadayada.
Pendanticist.
korkus2000
1:36 pm on Jan 22, 2003 (gmt 0)
I believe you can also just set up a style to prevent code bloat like:
img {border:0px;}
bill
7:05 am on Jan 23, 2003 (gmt 0)
You're going to find, as I did, that border="0" has been depreciated in XHTML. It's better to take korkus2000's suggestion and use CSS.
pendanticist
3:04 pm on Jan 24, 2003 (gmt 0)
For clarification purposes:
Being as this thread was posted in "Browsers, HTML, and Web Page Design" and not "CSS", I answered from that persective.