Hyper Text Markup Language (HTML) Question: Download HTML PDF

How do I eliminate the blue border around linked images?

Tweet Share WhatsApp

Answer:

In your HTML, you can specify the BORDER attribute for the image:
<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.

Download HTML PDF Read All 84 HTML Questions
Previous QuestionNext Question
What is HTML for Lists?How can I specify colors?