comment box
Posted: Sat Nov 13, 2010 4:23 am
hello, i'm trying to create a comment, so everything works fine but i have a prob:
When i enter the comment in the comment box and write:
"
test test 123
test
test
"
in the page wich shows the comment this will appear "test test 123 test test" with to "return new line"
but actually i pressed "enter" 2 times
so ishould write the comment like this:
"
<p>test test 123</p>
<p>test</p>
<p>test</>
"
thank for your helps ..
When i enter the comment in the comment box and write:
"
test test 123
test
test
"
in the page wich shows the comment this will appear "test test 123 test test" with to "return new line"
but actually i pressed "enter" 2 times
so ishould write the comment like this:
"
<p>test test 123</p>
<p>test</p>
<p>test</>
"
thank for your helps ..