I have a link with an <IMG>
inside, which directs to a target=_blank
, now what I need to do is remove the purple
border that comes round the image after I click the link..
I used text-decoration: none;
but it still appears ... any ideas? I didn't post the code as none is actually in place except
#portheader a {
text-decoration: none;
border: none;
}
<div id="portheader">
<a href="http://www.myweb.com" target="_blank"></a>
</div>