-
VS.NET Setting Question
If I write some HTMl in a new page like this:
Code:
<HTML>
<HEAD>
<BODY>
then look at the design page, or close the project down, then next time I look at the HTML, VS.NET has formatted it so there's no blank lines:
Code:
<HTML>
<HEAD>
<BODY>
Is there a setting in the IDE where I can turn this default behaviour off please it's starting to annoy me! ;)
-
Goto: Tools...Options...
Then select Text Editor...HTML...Format
And take the ticks out of the two boxes under 'Apply Automatic Formatting'
That should do it.