> I cannot get a breakline or line appart with \n with printf or print,
> I've to use always <BR>.
> \n shows only a space.

HTML does not break lines on newlines in the source code. That's
why <BR> is there. 

If you look at the source code, you'll see there is a newline in 
the source. Remember that HTML source code tells the browser how
to render the page.

Jason

-- 
Jason Murray
[EMAIL PROTECTED]
Web Developer, Melbourne IT
"Work now, freak later!"

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

Reply via email to