tedd wrote:
At 2:35 PM -0400 4/25/07, Al wrote:
Incidentally, "<br/>" is an error for html.
Really -- why don't you tell the w3c about that?
http://www.w3schools.com/tags/tag_br.asp
Actually your example here is wrong. It is unfortunate how they have
written this explanation. In xhtml <br></br> is quite correct. <br/>
is an acceptable short notation. For any empty element you have to
write an opening and closing tag and these tags can be shortened. So
<p/> is perfectly valid xhtml.
OR maybe tell me why my site passes w3c HTML validation:
http://validator.w3.org/check?uri=http://sperling.com/examples/captcha/
If it's an error, they didn't catch it.
You are quite correct here though. <br/> does not seem to be considered
an error by the validator.
Lori
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php