
03-02-2007, 07:58 PM
|
|
|
Join Date: Feb 2007
Posts: 77
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
any idea how to get rid of this space?
heres the code i added at the bottom
Quote:
<if condition="in_array($post['postcount'], array(5,15,25, 35,45,55,65,75,85,95,100,115,125,135,145,155,165,1 75,185,195,205))">
<if condition="in_array($bbuserinfo['usergroupid'], array(1, 2, 3, 4,5,6,7,8, 9))">
$spacer_open
<div style="padding:0px 0px $stylevar[cellpadding]px 0px">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="thead" align="left">Sponsored Links</td>
</tr>
<tr>
<td class="alt1" align="center">
<script type="text/javascript"><!--
google_ad_client = "pub-5795442351285075";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_ad_channel = "";
google_color_border = "34383C";
google_color_bg = "34383C";
google_color_link = "FFFFFF";
google_color_text = "999999";
google_color_url = "999999";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</td>
</tr>
</table>
</div>
$spacer_close
</if></if>
|
would like to click install if i can get this space removed and have it sit flush like it does on the top..Either that or give it a space at the top like the bottom...I would prefer no space at all though
|