As you probably know, HTML Editor in Visual Studio often changes the way your HTML has been formatted. Unfortunately, there is no way to prevent VS 2003 from doing this (we are working on fixing this in the next version). However, you may write an addin that
invokes external HTML formatter (say, HTML Tidy) that you can customize to your taste. Here is MSDN link to the article along with VB and C# sample code http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_vstechart/html/tchvsaddinenablinghtmltidy.asp
Mikhail Arkh...
All-Star
33139 Points
6083 Posts
Microsoft
Writing custom HTML formatter in VS 2003
Jul 28, 2003 05:00 AM|LINK
------------------------------------------------------------
This posting is provided "AS IS" with no warranties, and confers no rights.
Shlap
Member
311 Points
67 Posts
Re: Writing custom HTML formatter in VS 2003
Sep 24, 2003 05:24 PM|LINK