> Is there a tag in php that acts like "wordwrap=virtual" does in html? I 
> have a script that is sending out variables in a email from a contact 
> form, but for a comments section it will not wordwrap in the email.
> Thanks
> 
> Shawn

You need to use line breaks \n for lines to wrap in email.
Jeff Oien
http://www.webdesigns1.com/php/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to