The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Want to link my header image to forums home, but don't want border around it.
For some reason, when I try to turn my header into a link, it puts a small black border around it, which I don't want. I think this may be something unique to my style. Is there anyway to have my header link, without that border. This is the code I used:
Code:
<a href="http://www.afkay.com/forums"><img src="http://www.afkay.com/forums/2e_forest/images/2EVOLVE_forest_01.gif" width="576" height="94"></a> The top portion is what it looks like linked, and the bottom portion is what I want it to look like, but with a link. |
#2
|
||||
|
||||
Code:
<a href="http://www.afkay.com/forums"><img src="http://www.afkay.com/forums/2e_forest/images/2EVOLVE_forest_01.gif" width="576" height="94" border="0"></a> |
#3
|
|||
|
|||
thanks. As you can tell, I don't know much about coding. Much appreciated.
|
#4
|
||||
|
||||
No problem.
|
#5
|
||||
|
||||
For W3C validation, it should actually be:
Code:
<a href="http://www.afkay.com/forums"><img src="http://www.afkay.com/forums/2e_forest/images/2EVOLVE_forest_01.gif" width="576" height="94" border="0" alt="" /></a> |
#6
|
||||
|
||||
And to use CSS, it would be:
Code:
<a href="http://www.afkay.com/forums"><img src="http://www.afkay.com/forums/2e_forest/images/2EVOLVE_forest_01.gif" style="width: 576px; height: 94px; border: 0;" alt="" /></a> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|