PDA

Click to See Complete Forum and Search --> : VS.NET Setting Question


alex_read
Sep 23rd, 2002, 03:19 AM
If I write some HTMl in a new page like this:
<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:
<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! ;)

Tryster
Sep 24th, 2002, 04:27 PM
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.