Remove those nasty <FONT> tags
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
I'm building my pages using CSS so I don't need/want visual studio to put any tag in my aspx file. Worst the tag is deprecated in HTML 4 and should generate an error in XHTML. I can remove all occurrences manually but it takes time and makes maintenance a nightmare. Is there a way so that Visual Studio stops trying to be smart? Edd