Results 1 to 2 of 2

Thread: VS.NET Setting Question

  1. #1

    Thread Starter
    Evil Genius alex_read's Avatar
    Join Date
    May 2000
    Location
    Espoo, Finland
    Posts
    5,538

    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!

    Please rate this post if it was useful for you!
    Please try to search before creating a new post,
    Please format code using [ code ][ /code ], and
    Post sample code, error details & problem details

  2. #2
    Member
    Join Date
    Dec 2000
    Location
    UK
    Posts
    39
    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
  •  



Click Here to Expand Forum to Full Width