Purple line around the image:
I have following html code:
<a id="a1" href="test.aspx" target="_blank">
<img id="Img2" src="Images/Icon.gif" runat="server" style="width: 70px; text-align: center;" />
</a>
The image which I get here has a purple border around it. Like the color of visited hyperlinks.
I tried adding styles: Text-decoration: none. Tried - white border and tried setting style to none for all: a link, a visited
But still the purple border remains. Any help ? I dont want any border around my image.