> Do you *really* want your code to be non XHTML-compliant and non
> cross-browser compatible...?
> http://www.w3schools.com/xhtml/xhtml_howto.asp
Unfortunately w3shcools.com is *not* the authority on internet standards.
Remember that
http://www.w3.org is the group that defines the standard. I
would rely on w3.org for the authority on internet standards. Then rely on
other groups, such as w3shcools.com, for quirks (pun intended) that specific
browsers exhibit.
According to the W3C Markup Validation Service
http://validator.w3.org/ both
<br/> and <br /> are compliant XHTML 1.1!
In fact the XHTML 1.0 Recommendation uses <br/> (no space) in their
examples! (heading 4.6 Empty Elements)
http://www.w3.org/TR/xhtml1/
Further depending on how old the howto page is, it may be totally
immaterial! What percentage of users, of the OP's web site, actually use
Netscape. What percentage of their users, use a version of Netscape that
exhibits the problem.
--
Hope this helps
Jay B. Harlow
..NET Application Architect, Enthusiast, & Evangelist
T.S. Bradley -
http://www.tsbradley.net
"Mark Rae" <> wrote in message
news:%23dKpND%...
> "Nathan Sokalski" <> wrote in message
> news:...
>
>> I there a way to prevent Visual Studio .NET 2005 from inserting the extra
>> space before the /> at the end of the tag?
>
> Do you *really* want your code to be non XHTML-compliant and non
> cross-browser compatible...?
> http://www.w3schools.com/xhtml/xhtml_howto.asp
>