Quote Originally Posted by kedaman
Btw, how come <BR /> is not valid html?
it is valid in xhtml, as penagate said. since internet explorer (version 6) doesnt support the "application/xhtml+xml" mime-type, you can always just use the "text/html" mime-type for xhtml web pages (if they dont contain any xml code). and a reminder that all tags/attributes in xhtml are lowercase.