The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
how do i get rid of the box around images.
well, some images in my forum get the box around them and some don't, for example here:
http://www.lambdacoremodule.net/foru...?p=500#post500 my username, mishakoz, which is an image has a box, but the thumbnail doesnt. I want to be rid of the box around images. How? |
#2
|
||||
|
||||
The box is caused by it being in a link. All you need to do is add the attribute border=0 to the offending images and it will go away.
|
#3
|
||||
|
||||
in extra css (last textarea at the end of css editor) add this:
Code:
img { border: 0; } |
#4
|
||||
|
||||
Actually, that is wrong. It needs a unit to be correct CSS. Not all browsers will accept that. With 0px instead of just 0, that will work.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|