The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Editing forumdisplay
I have placed a banner at the bottom of FORUMDISPLAY, and the ad is too close to the thread list. I have tried wrapping the AdSense code in <div> or adding extra <br> on either side, and that didn't work. How do I make those two elements more spaced out?
|
#2
|
|||
|
|||
Try this..
Code:
<div> </div> <div style="padding-top:10px;">your ad code here</div> Code:
<div> </div> <div>your ad code here</div> |
#3
|
|||
|
|||
Perfect, thank you. Went with this:
Code:
<div> </div> ad code here |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|