Strange border on IMG tag

前端 未结 5 658
醉酒成梦
醉酒成梦 2020-12-15 15:47

HTML:




CSS:

5条回答
  •  情歌与酒
    2020-12-15 16:24

    I had the same issue, but now the border does not appear.

    Solution:

    Add following in the img tag in HTML

    • src=""
    • border="0"

提交回复
热议问题