Hey guys this is my code
<a href="Links.php"><img src="images/downloads.png"></a>
How do i get rid of the blue border that goes around it?!!??
Thanks
Hey guys this is my code
<a href="Links.php"><img src="images/downloads.png"></a>
How do i get rid of the blue border that goes around it?!!??
Thanks
edit your css to include
img {border:0}
If you want rid of the underline on all hyperlinks, also add
a {text-decoration:none;}
<a href="http://www.goldcoastwebdesigns.com/web.jpg" target="_blank"><img src="http://www.goldcoastwebdesigns.com/tn-web.jpg" border="0"></a>
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.