PDA

View Full Version : Editing forumdisplay


JackieChun
08-16-2012, 08:17 AM
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?

https://vborg.vbsupport.ru/external/2012/08/72.png

nhawk
08-16-2012, 10:40 AM
Try this..

<div>&nbsp;</div>
<div style="padding-top:10px;">your ad code here</div>


or

<div>&nbsp;</div>
<div>your ad code here</div>

JackieChun
08-16-2012, 03:24 PM
Perfect, thank you. Went with this:

<div>&nbsp;</div>
ad code here