Click to See Complete Forum and Search --> : problem with showing forum content


cs3pw
11-26-2008, 11:59 PM
Hi all:
i am not quite sure this is the right place to ask this question, if not please accept my apology and delete this thread.

i am creating a small forum in my spare time, just for fun. the forum supposes to allow users to create their threads and display them as same as they were entered. the problem is that, my website doesn't show it properly.

with createthread.php

...
<textarea name="content" >user's opinion: blah blah</textarea>
...



and displaythread.php

<div class="content"><?php echo $_post[content]?></div>


all the sentences are shrinked into one big and very long one, i had tried to use textarea to display $_post[content], but another problem occurs, i couldn't set up the height of textarea.

is there any way to display content properly? or any content editor is available for doing it? would really appreciate for help, thanks in advance

cheers

andy