Formatting/Carriage returns not displayed in output.asp

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
 
D

Doc Wally

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
 
S

SelectSoftball

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top