PDA

View Full Version : Made some progress, but still can't make the gap bigger


AllenMead
10-21-2006, 01:39 PM
Yep, I now have a border round my adsense, but for some reason, I can seem to get the gap between the ad and the forum any bigger. This what I have:

Thanks for the info. I have tried that and nothing appears?

Doh, doh, doh, doh doh! It's sorted it was just far too easy, I was trying to make it complicated. However, I'm making progress But I'm having trouble with positioning, a chap off vbulletin gave me this

[PHP]<table border="1" align="center">
Google script here
</table>

But, how do I say what color the border should be and how can a make a gap between the bottom of the ad and the new thread buttom as they almost touch?

Thanks! :)

I have made even more progress, I have got the border now, but I still can't seem to get a bigger gap underneath it, this is what I've got:

<table class="tborder" cellpadding="1" cellspacing="0" border="0" width="728" align="center" style="border-top-width:0px">
<tr align="left">
<td class="vbmenu_control">
<script type="text/javascript"><!--
google_ad_client = "pub-7760607245763218";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_type = "text_image";
//2006-10-21: Motorsport, Sports, Track Days, Vauxhall, VxRacing
google_ad_channel = "6766643455+4171102492+8533862763+8906484233+405286 7019";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>

</td></tr>
</table>


Which can be seen here (http://www.astra-mk2.com/forum/forumdisplay.php?f=2) Any help on this would be much appreciated.

peterska2
10-21-2006, 04:28 PM
The gap is to be between the end of the table and the page nav?

If it is, add a <br /> immediately at the end of the code you posted.

If you want the gap to be after the ads and before the end of the box, but your <br /> after the adsense code but still within your table

MK3Design
10-21-2006, 05:45 PM
cellpadding="5"

AllenMead
10-22-2006, 12:55 PM
Excellent thanks guys, much much appreciated :cool: :cool: