FYI ... here is the W3c section on compatibility... http://www.w3.org/TR/xhtml1/#guidelines (see C.2)
--- - Nayan Hajratwala - Chikli Consulting LLC - http://www.chikli.com -----Original Message----- From: Eddie Bush [mailto:ekbush@;swbell.net] Sent: Tuesday, October 22, 2002 11:07 AM To: Struts Developers List Subject: Re: HTML, XML, XHTML and <html:html> Matt, have you tried <br /> as was suggested yesterday or the day before? Someone made note that <br/> would not work, but <br /> would work. The reason is that the browser will try to interpret everything between < and > as a tag. The space makes it think that the slash is an unknown attribute instead of part of the tag name. I don't know this for a fact, but I never saw you give a rebuttal for this point so I thought I'd restate it as a possibility. I can't claim any great degree of familiarity with the top - just trying to help. Matt Read wrote: >I don't agree I'm afraid. I'm also fairly aware of the difference between CSS >and XHTML. Try this in Netscape 4.x and then in IE 4-6. > ><html><body>Line 1<br/>Line2</body></html> > >Matt. > -- Eddie Bush -- To unsubscribe, e-mail: <mailto:struts-dev-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:struts-dev-help@;jakarta.apache.org> -- To unsubscribe, e-mail: <mailto:struts-dev-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:struts-dev-help@;jakarta.apache.org>