The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
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?
|
|
#2
|
|||
|
|||
|
Yep, just add border="0" to the IMG tag. eg:
Code:
<img border="0" alt="woohoo!" src"whatever.png"> |
|
#3
|
|||
|
|||
|
I think this is better:
<img src="johoejoehoe/blabla/blabla.gif " border="0" cellspacing="0" cellpadding="0" alt="..."> |
|
#4
|
||||
|
||||
|
add border="0" to your <img /> code
|
![]() |
|
|