HTML - Remove border around image

Issue

Hello everyone, I'll explain the problem, I created a website in short, I made a link in an image, it works very well but my problem is that there is a border displayed around it.

I would like to know it is possible to remove it.

Solution

In CSS, put this code

a img { border: none; }

All site images constituting part of the links are removed, without need to specify a class in the tags!

Note

Solved by jmangelini

Hunter Jones

Hunter Jones

Next Post

Leave a Reply

Your email address will not be published. Required fields are marked *