Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Html locked?.  (Read 2516 times)

0 Members and 1 Guest are viewing this topic.

markuspd

    Topic Starter


    Newbie

    Html locked?.
    « on: December 31, 2009, 04:13:50 AM »
    I have noticed since installing windows 7 all my html pages for my websites seem locked, I cannot change them at all in order to update my pages.
    I used to just right click view source update then save to upload etc.
    I also noticed now there are line numbers down the left side and there are many different coloured fonts does anyone know what would cause this?.
    Not sure if it is windows 7 related/ bug related or because I have transferred these files from my other computer.

    Help really appreciated.
    Mark

    cruisin702



      Hopeful

      Thanked: 28
      • Yes
    • Experience: Experienced
    • OS: Windows XP
    Re: Html locked?.
    « Reply #1 on: December 31, 2009, 04:37:47 AM »
    I think its a IE8 thing. To change the source view..
    Open IE
    Click on Tools
    Click on Developer Tools
    Click on File
    Click on Customize IE View Source
    Change from default to notepad


    markuspd

      Topic Starter


      Newbie

      Re: Html locked?.
      « Reply #2 on: December 31, 2009, 05:03:28 AM »
      Thanks a lot, fixed the problem in 10 minutes after a month or so of frustration.

      Very much appreciated, how it got changed from notepad I don`t know. :)

      cruisin702



        Hopeful

        Thanked: 28
        • Yes
      • Experience: Experienced
      • OS: Windows XP
      Re: Html locked?.
      « Reply #3 on: December 31, 2009, 05:15:40 AM »
      I love easy fixes. The view you was seeing is the default viewer for IE 8.


      soybean



        Genius
      • The first soybean ever to learn the computer.
      • Thanked: 469
      • Computer: Specs
      • Experience: Experienced
      • OS: Windows 10
      Re: Html locked?.
      « Reply #4 on: December 31, 2009, 09:19:04 AM »
      I also noticed now there are line numbers down the left side and there are many different coloured fonts does anyone know what would cause this?.
      It's an IE 8 feature.  And, most experienced web developers view it as a good thing.  You see, the line numbers and different coloured fonts are there to help you read your HTML coding.  HTML tags will be one color; attributes, another color; and attribute values, another color.  It really makes reading HTML coding easier.  ;)