|
-
Sep 23rd, 2002, 03:19 AM
#1
Thread Starter
Evil Genius
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!
-
Sep 24th, 2002, 04:27 PM
#2
Member
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|