> From: "spinhead" <evolt@spinhead.com> [...] > Short version: > How do I capture the hard returns in a textarea form field and convert > them to HTML tags? [...] Replace(strName,vbcrlf,"<br>") you can also write some functions to detect if it's supposed to be a paragraph and wrap the entire thing in a <p></p> pair...