How to remove black border around hyperlinked image?

后端 未结 5 1107
萌比男神i
萌比男神i 2021-01-04 00:26

When I turn an image () into a hyperlink (by wrapping it in ), Firefox adds a black border around the image. Safari does not d

5条回答
  •  甜味超标
    2021-01-04 01:00

    in the code use border=0. so for example:

    
    

    within css

    border : 0;
    

    under whatever class your image is.

提交回复
热议问题