Blue border around image link (only IE)
-
Hi.
Technically I don’t think this is a wordpress problem, but I bet you guys can help me anyways. I have a minor issue with a webpage i’m creating.
I’ve created a splash/intro page in simple html. But when I load it in IE, there appears a blue or purple border around the image. I’ve tried to both write border=”0″ in the img tag and also tried to fix this with css.
forside.html looks like this now:
<html> <header> <title>Rikke Kj?rsgaard - skuespillerinde</title> <link href="/forside.css" rel="stylesheet" type="text/css"/> </header> <body background="https://thewebsiteimworkingon.dk/wp-content/themes/DailyNotes4-4/images/bg.jpg"> <br><br> <center> <a href="https://thewebsiteimworkingon.dk/profil/"><img src="https://thewebsiteimworkingon.dk/skuespiller-rikke.png" /></a> </body> </html>
and my forside.css file looks like this now:
a img { border-style: none; }
What should I try to do?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Blue border around image link (only IE)’ is closed to new replies.