I’m trying to add a hyperlink to an image, but it adds a border around the image. How can I add the hyperlink without it altering the look of the image?
(Visited 13 times, 1 visits today)
Question is closed for new answers.
Nick Brattoli selected answer February 20, 2017
use css to remove the border. a img {border:0;} or style=”border:0;”
(Visited 1 times, 1 visits today)
Nick Brattoli selected as best answer February 20, 2017