On Mon, Oct 13, 2003 at 08:10:39AM -0500, Jay Blanchard wrote:
: 
: [snip]
: To give tabs in html, you might want to try using       
: instead of \t
: [/snip]
: 
: And one other thing I didn't see mentioned http://www.php.net/nl2br

Note that nl2br() is XHTML compliant, which means it sends out "<br />"
tags instead of "<br>" tags.  This is a problem on browsers that do
poorly with mixed HTML and XHTML tag styles in the same body content.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to