Zoltán Németh wrote:
Incidentally, "<br/>" is an error for html.
can you tell me why <br/> is an error????
greets
Zoltán Németh
<br/> is xhtml. It's not an error in xhtml, but might confuse older
browsers. I tried it, even with a strict HTML 4.01 doctype and didn't
get any errors, but who knows. I have read that <br/> might confuse
older browsers, so it is usually written <br /> to avoid problems.
The basic HTML version is <br>.
Lori
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php