Hello,
I am stumped.
I have a database that has a record for each line in a document.
There is a field that has a value to indicate how many blank lines to insert before writing the document line.
I want this to be a web application, but want text only, no html.
I found an editor at http://www.blueshoes.org that will allow text only.
My problem is I cannot get the textarea to format with the line spacing.
I tried
doc = doc + document_line + ‘\n’;
<textarea>
<%=doc%>
</textarea>
This is not working.
Can someone with more knowledge help me?
Thanks
Frank