When I turn an image (<img>) into a hyperlink (by wrapping it in <a>), Firefox adds a black border around the image. Safari does not display the same border. What CSS declaration would be best to eliminate the border?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
or old-fashioned
|
|||||
|
|
Just add:
or
to remove border from all image links. That should do the trick. |
|||
|
|
|
in the code use border=0. so for example:
within css
under whatever class your image is. |
||||
|
|
|||||||||||
|