I am new to VS 2005, so forgive me if this is a stupid newbie question. How do I stop VS2005 from reformatting into alpha order my tag properties when I paste a meta tag (or any other tag for that matter). I know I can go to tools>options>text editor>html>miscellaneous>format html on paste and uncheck that option. But then I don't get any reformatting of indents and spaces, which I do want. I just *don't want* the order of properties within the tag to be rearranged.
Example:
<meta name="robots" content="noindex" /> ------ when I paste this tag into VS2005, it becomes
<meta content="noindex" name="robots" />
It's driving me crazy! WHo gave the editor permission to alphabetize my tag contents?
Any help is appreciated,a nd yes, you can laugh at me for being such a stupid newbie.
Jon Warren