|
-
Jul 25th, 2001, 01:25 PM
#1
Thread Starter
Hyperactive Member
wrapping
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.
buzzwords are the language of fools
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|