[thelist] Adding a snippet of .asp code for formating

Joel D Canfield joel at spinhead.com
Mon May 24 14:51:14 CDT 2004


> Does anyone know of, or point me to website where I could 
> find a snippet of .asp code that would automatically retain 
> line breaks and paragraph breaks without the user having to 
> add the HTML coding? I don't want however for this code to 
> carry over the font information from MSWord since were are a 
> CSS driven website. 

In a form, line breaks are generally captured as 'VbCrLf' - translate
that to <br /> (or just <br>) and you should be fine. Experimentation
will teach you what works.

joel


More information about the thelist mailing list