> now i am having problems with spaces
 > 
 > text is:
 > ---------------
 > bla bla bla                                      foo
 > ---------------
 > 
 > and shows:
 > ---------------
 > bla bla bla foo
 > ---------------

Plain old HTML ignores white space.  You do understand this?  To include
what you want you'll need to substitute spaces for non-breaking spaces
( ) but I wouldn't advise it.  I'd be suggesting that if your
content requires such things that you reconsider how you are doing your
content.

CYA, Dave



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

Reply via email to