Announcement
Collapse
No announcement yet.
Show Banner is it same ?
Collapse
X
-
I tried that,but spacer size not the sameLast edited by Bulent Tekcan; Sat 5 Aug '06, 11:38am.
Comment
-
Hello,
Because 6px are between post bits I guess this is how it should be now if I wanted to display this after the first post and to guest only?
PHP Code:<if condition="$post[postcount] % $vboptions[maxposts] == 1 AND !$bbuserinfo[userid]">
<div style="padding:6px 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">
AD CODE
</td>
</tr>
</table>
</div>
</if>
Comment
-
There's something wrong with JOHN code
I removed "$stylevar[cellpadding]" and added a 0 to px and it fixed the space.
PHP Code:<if condition="$post[postcount] % $vboptions[maxposts] == 1 AND !$bbuserinfo[userid]">
<div style="padding:6px 0px 0px 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">
AD HERE!
</td>
</tr>
</table>
</div>
</if>
Last edited by xjuliox; Thu 17 Aug '06, 6:55am.Arcade.gs Game Site!
Comment
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment