PDA

View Full Version : Banner image used as a link


Bman200
02-23-2008, 02:01 AM
I was able to make my banner able to link to my main site but it has a blue border around showing it was a link. Thats nice and all but I really do not want that around that. Is there a way to make it so that images that have a link do not have the link border around them?

Guest210212002
02-23-2008, 05:31 AM
Yep, just add border="0" to the IMG tag. eg:


<img border="0" alt="woohoo!" src"whatever.png">

Medina
03-03-2008, 07:50 AM
I think this is better:


<img src="johoejoehoe/blabla/blabla.gif " border="0" cellspacing="0" cellpadding="0" alt="...">

Princeton
03-03-2008, 01:00 PM
add border="0" to your <img /> code