dim strMessage
strMessage=Request("nameoftextarea")
strMessage=replace(strMessage,vbcrlf, vbcrlf & "<br>")At 05:36 PM 8/27/2004, you wrote: >Hi folks, > >I have an ASP page that takes text from a textarea on the web page, writes >it to an Access database and then reads it back. How do I get the original >formatting in the text when I call it back. > >Text entered into the textarea looks like: > >Line 1 > >Line 2 > >Line 3 > >When I pull it back from the database it looks like: > >Line 1Line 2Line 3 > >Any way to preserve original formatting? > >Thanks in advance - Joel ---------- --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.742 / Virus Database: 495 - Release Date: 8/19/2004 [Non-text portions of this message have been removed] ------------------------ Yahoo! Groups Sponsor --------------------~--> $9.95 domain names from Yahoo!. Register anything. http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/saFolB/TM --------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
