Log in

View Full Version : Help with Quick Reply AJAX Posting Into a Table.


noonespecial
05-10-2008, 01:29 AM
I have a table where my posts are contained:

Showthread:
<div id="posts">
<table class="tborder" cellpadding="0" cellspacing="1" border="0" width="100%" align="center"><tr class="thead"><td class="thead" width="100%" style="padding:4px;"><div style="float:right;">&laquo; <a href="/showthread.php?$session[sessionurl]t=$threadid&page=1">Back to News Article</a></div><div style="float:left;">Displaying posts $limitlower - <if condition="$limitupper > $totalposts">$totalposts<else />$limitupper</if> of $totalposts.</div></td></tr></if>

$postbits<div id="lastpost"></div>
<tr><td align="right" class="tfoot" style="padding:4px;">&nbsp;</td></tr></table>

</div>

Postbit:

<tr><td class="alt1">contenthere</td></tr>

Problem is when someone posts using ajax - it puts the new postbit above the table instead of interjecting it into the table ... any idea how to fix this?