Ok, it did work rather well....but I need a bit more help.
It is reasonably OK, but, when it shows on private messages, it displays like this (ridhproblems.gif)
The 2 problems with this, are that it goes to the side a bit (the sponsors box, which is the bit after the first post), and also there is no break.
Included, is a pic of how I want it to look (ridhright.gif). It displays like this on normal topics, although, topics with only 1 post, still have the line gap problem.
E.g. of how it is displayed right...
http://www.rouseindahouse.com/showth...9&page=1&pp=20
The code for this is basically the following
Code:
<if condition="$post['postid'] == $thread['firstpostid']">
<!-- text advertising -->
<div id="posts">
<div align="center">
<div class="page" style="width:100%; text-align:left">
<div style="padding:0px 25px 0px 25px">
<div style="padding:0px 0px 6px 0px">
<table class="tborder" cellpadding="6" cellspacing="0" border="0" width="100%" align="center">
<tr> <td class="thead" style="font-weight:normal" ><strong>Sponsors</strong></td> </tr>
<tr>
<td class="alt1" align="center">
Google ads script here (not pasted)
</td>
</tr>
</table>
</div>
</div>
</div>
</div>
</div>
</if>
This is at the bottom, of the postbit template, as well as the postbit_legacy.
What would the problem be?