The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Remove space between images in an article?
|
#2
|
|||
|
|||
You need to remove the padding from the table cells. If you're using bbcode table tags, you could add this to your additional.css template:
Code:
.cms_table td { padding: 0; } Another way would be to allow html in the article and then you could do something like Code:
<table><tr><td style="padding: 0">img here</td></tr> etc |
#3
|
|||
|
|||
Tried adding the additional css defination but does not work, gives the same results (spacing between two images)
I ended up installing this thing and seems it is working https://vborg.vbsupport.ru/showthrea...highlight=html |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|