Formatting/Carriage returns not displayed in output.asp

  • Thread starter Thread starter royc
  • Start date Start date
R

royc

What you might try is having the user past the input as
html. If your users like word so much they can't get away
from it, have them paste and format in word, save as html
and then copy and paste the html format. This way you are
storing html input to get html output.

Otherwise you will have to write a parser that will read
in the string passed and replace the formating characters
with html on output.

royc
Digital Connections Inc.
www.dcisite.com
 
Royc:

Hmmm. . . the parser issue is an excelent idea. My users are not savvy
enough to copy html code. Come to think of it, the idea of using a parser
is. . . bravo

Thanks
Walt
 
I have found that including html code in the body of Memo field
generated by Front Page works quite adequately For instance, enterin
<br> <br> gives two line feeds
 
Back
Top