Hi all,
1)Firstly I'm submitting information through a form field (form.title) and a TEXTAREA box (form.content)
2)Then i am entering the information into a DB using the SQL INSERT INTO/VALUES combination.
3)Finally i am outputting the DB info into a section of a web page.
My problem is that any formatting/paragraphs etc. that i use in the TEXTAREA box is lost when i output it!
Does anyone know a way round this - is it my Access configuration etc?
In case it helps my TEXTAREA bit looks like this:
<TEXTAREA NAME="content" cols="40" rows="10" wrap="VIRTUAL">
</TEXTAREA>
Thanks!
1)Firstly I'm submitting information through a form field (form.title) and a TEXTAREA box (form.content)
2)Then i am entering the information into a DB using the SQL INSERT INTO/VALUES combination.
3)Finally i am outputting the DB info into a section of a web page.
My problem is that any formatting/paragraphs etc. that i use in the TEXTAREA box is lost when i output it!
Does anyone know a way round this - is it my Access configuration etc?
In case it helps my TEXTAREA bit looks like this:
<TEXTAREA NAME="content" cols="40" rows="10" wrap="VIRTUAL">
</TEXTAREA>
Thanks!