View Full Version : Margin/padding help wanted
len backus
11-15-2008, 01:51 PM
My 728x90 leaderboard ad is improperly tight to the top and has an excess space below. What attributes control this spacing and how do I fix it, please? The ad code is located in my navbar template.
Look here for current example, please (http://www.longrangehunting.com/forums/)
Lynne
11-15-2008, 03:16 PM
It's hard to make suggestions when we don't know what you want. This is your table tag:
<table border="0" width="100%" cellpadding="0" cellspacing="0" align="center">
If you want cellpadding or spacing, that is where you would enter it.
Princeton
11-15-2008, 03:24 PM
you have a <br /> right after ad and an empty <div> with margin:10px auto
ad script here
<br>
<!-- / nav buttons bar -->
<div style="margin: 10px auto; text-align: center;">
</div>
find and remove the empty <div>; you may also have to remove the <br>
len backus
11-15-2008, 05:51 PM
Thank you both. FIXED.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.