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

Recommended Answers

All 2 Replies

edit your css to include
img {border:0}

If you want rid of the underline on all hyperlinks, also add

a {text-decoration:none;}

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.