Qbasicnews.com

Full Version: Getting rid of link-borders on Image tags...
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do I get rid of the annoying blue border on linked images, but keep a nice, black CSS border on it? It seems to be displaying both of them at the same time right now... my eyes could just be playing tricks though.
I use <img src="whatever.gif" border = 0>
Quote:corder-color:#000000

Heheheh... I'm never going to be hired for anything.
heh just an honest mistake, typos are so annoying ^_^.
CSS:

Code:
a { border: none; }
'cept he wants a black border Big Grin
:normal:

Code:
a { border: 1px solid black; }
Yeah, yeah, I fixed it. I just had a little typo so that the border-color was ignored... t'was all.