HTML: Image Inside Anchor Link No Longer Has Border (2012)
- As of 2012-01-25, images inside link are not rendered with border now.
- e.g.
<a href="url"><img src="img_path"></a>
- So, you don't have to add CSS such as
a.img {border:none}
. - This is true for {Google Chrome, Firefox, Opera, Safari}, except Internet Explorer 9.