sde Posted November 18, 2003 Posted November 18, 2003 i have turned off the html formatting for visual studio, .. but it keeps altering my table tags. for example, it puts the </tr> immediately after a </td> tag instead of letting me keep it on its own line how i like it. are there any secret settings to force it to stop? in the html options, i have everything turned off. Quote codenewbie
*Experts* mutant Posted November 18, 2003 *Experts* Posted November 18, 2003 (edited) Did you try going to options, Text Editor, HTML/XML, HTML specific? There is some options about formatting there. There is also an option to keep it from automatically filling in the ending tag, I assumed that is what you need from your example, if that is not what you want sorry :). Edited November 18, 2003 by mutant Quote
sde Posted November 19, 2003 Author Posted November 19, 2003 thanks for the reply .. yes, have gone through all those settings. the solution is simply NOT to go into design view =/ i keep a second instance of visual studio open with a scrap project, so i can add controls to the web form, and then copy the code it generates in the html view. lol .. sad huh... it's better than vs screwing up my html formatting though. Quote codenewbie
Moderators Robby Posted November 19, 2003 Moderators Posted November 19, 2003 I do something similiar, I never go into the designer either. Quote Visit...Bassic Software
*Experts* mutant Posted November 19, 2003 *Experts* Posted November 19, 2003 Microsoft said that the new release of VS.NET will have a much better HTML designer. Also, they mentioned it will no longer mess with your code :). Quote
sde Posted November 19, 2003 Author Posted November 19, 2003 Microsoft said that the new release of VS.NET will have a much better HTML designer. Also, they mentioned it will no longer mess with your code :). w00h00!! :D .... oh wait .... i'll have to shell out a lot more $$ for the upgrade ... doh! :-\ Quote codenewbie
Moderators Robby Posted November 19, 2003 Moderators Posted November 19, 2003 Mutant, in 2003 ? Quote Visit...Bassic Software
*Experts* mutant Posted November 19, 2003 *Experts* Posted November 19, 2003 Mutant, in 2003 ? VS.NET "Whidbey" will be out next year I think. Quote
Muhad Posted November 20, 2003 Posted November 20, 2003 Microsoft said that the new release of VS.NET will have a much better HTML designer. Also, they mentioned it will no longer mess with your code :). That's great news! I hated MS moving my html code structure into uber long lines of code. Really tacky! lol Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.