How do I eliminate the blue border around linked images?

Started by chinmay.sahoo, 02-25-2016, 04:00:12

Previous topic - Next topic

chinmay.sahooTopic starter

In your HTML, you can specify the BORDER attribute for the image:

Quote<a href=...><img src=... alt=... border="0"></a>


However, note that removing the border that indicates an image is a link makes it harder for users to distinguish quickly and easily which images on a web page are clickable.