The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Sidebar - Spaces between sponsor Banners
I have a couple smal banners in my sidebar. i just stacked the html in the advertisment section. Now the banners are almost touching. how do i let them breath a little with a space or 2. thanks.
|
#2
|
||||
|
||||
<br><br>
|
#3
|
|||
|
|||
ok. well you figured it out....im new....thanks...
|
#4
|
|||
|
|||
<br> is a slightly rudimentary way of doing it. You are best using css.
HTML Code:
.ads { padding: 5px } HTML Code:
<div class="ads">Advertisement Code</div> |
#5
|
||||
|
||||
And you need to have a div element for each ad, otherwise, they will end up like they are now. (You probably only want padding-top and padding-bottom, not all four sides.)
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|