Click to See Complete Forum and Search --> : Please Help


dannyriches
01-10-2003, 08:35 AM
Please can someone help


when i make a link using an image, it has a blue box all the way round it, and when you click it the box becomes purple

is there any way to get rid of this??

any feedback apreciated

Rick Bull
01-10-2003, 08:41 AM
<a href="#"><img src="pic.png" alt="Link Text" style="border: none;"></a>

Stefan
01-10-2003, 12:52 PM
You can also put it in a global or external stylesheet if you like, so you don't have to repeat it for every single image.

a img {border:0;}