I have got this chat script that is run from a flatfile, so there is no DB quesries, what i want it to do is automatically scroll to the last post that has been made, I have currently got it setup like this
Code:
<div style="height:100px; overflow: auto;">
<table summary="" border="1" width=100%>
<tr>
<td><p align="left"><?php include("messages.txt"); ?></p>
</td>
</tr>
</table>
</div>
but it isn't auto scrolling, the sc roll bar is there but it just sits at the top of the list
any thoughts please