Does anyone know how to at least avoid VS2003's automatic creation of <TBODY> tags in tables?
I tried turning off these options in VS2003, but that removes all indentation from the HTML (a baffling feature that can't possibly be useful).
Tools / Options / Text Editor / HTML/XML --> deselected the first two checkboxes (Apply Automatic Formatting's "When saving document" and "When switching from Design to HTML/XML view")
Thanks in advance.