doomz
04-06-2005, 05:36 AM
Hello everyone... I have some problem about making FORUM
here like this:
the posted text that on the viewpage is not the same as when the user typed
for examlpe:
when make a newpost the user type like this(multi line):
HELLO I'M NEWBIE
IT JUST
SOME TESTING.
but while on the viewpage the texts above become like this(one line)
HELLO I'M NEWBIE IT JUST SOME TESTING.
I store those text with <textarea></textarea> tags and then keep in my database with the type of data is 'memo' at ms access but when I show it, I retrieve and put them between the <table></table> tag.
what is the solution about this case, I want to make it same as the user typed and just put it on the table? pls help me
here like this:
the posted text that on the viewpage is not the same as when the user typed
for examlpe:
when make a newpost the user type like this(multi line):
HELLO I'M NEWBIE
IT JUST
SOME TESTING.
but while on the viewpage the texts above become like this(one line)
HELLO I'M NEWBIE IT JUST SOME TESTING.
I store those text with <textarea></textarea> tags and then keep in my database with the type of data is 'memo' at ms access but when I show it, I retrieve and put them between the <table></table> tag.
what is the solution about this case, I want to make it same as the user typed and just put it on the table? pls help me