I'm writing a forum system, and im trying to show a topic/thread, with all the posts listed down the page, like in any forum.

But, if someone writes a really long line in a post, without line breaks, then when i pull the text from the DB and put it in the page, the text of the post ends up as a reaaaly long line, so you have to scroll right in the browser (ugly). I need the text to wrap, like it does in these forums. I'm sure it's really simple, but i can't work it out
code:

<td width=100%>
<p><font face="Verdana" size=2 color=#000000><%=RsTopic("postbody")%>
</font>
</p>
</td>

untidy, but it doesn;t paste well.