-
Saturday, 1 Mar 2008 at 9:33 pm 2 Comments
Categories: Web Design
Tags: Internet Explorer, Notepad2, Regedit
I think Microsoft should come up with a better view source editor than notepad.exe. If you’ve been using Firefox or Safari to view source, you will not want to use IE 7. I hope IE 8 will have a HTML source viewer that can match Firefox and Safari.
Why Would You Want to View Source?
Viewing the source code of Web page is part and parcel of the Web design process. You can also learn how other people’s Web pages achieve certain effects by viewing their source codes.Changing IE7 View Source Editor
So how do you change the Internet Explorer default source editor to your favorite text editor?
There are 2 ways:
1. The Difficult Way
Go to Thea Burgur Blog at
http://dotnet.org.za/thea/archive/2004/11/25/7933.aspx
You will have to tweak your Windows registry using regedit.

Then search for the following entry:
HKEY_LOCAL_MACHINE
|_ Software
|__ Microsoft
|___ Internet Explorer
|____ View Source Editor
|_____ Editor Name (Default) = C:\WINDOWS\NOTEPAD.EXEEdit and change the path to your external text editor e.g. C:\Program Files\Notepad2\notepad2.exe
If you are not familiar with using RegEdit, watch the following video.
2. The Easy Way
Go download a copy for the free View Source Editor. Run the program and enter the path to your favorite text editor.

My favorite text editor is PSPad, a freeware programmer’s editor. However, you may like to try a smaller text editor which loads quickly… I recommend you to use Notepad2.
Notepad2 – A Microsoft Notepad Replacement
Notepad2 is small, light-weight and fast text editor which is more powerful than the default Microsoft notepad.exe.
You can download Notepad2 for free at:
http://www.flos-freeware.ch/notepad2.html
If you like what you read, why not...
Related entries...
- No Ban on Aesthetic Treatments
According to the report in The Straits Times, there is no... - CSS Table
Read an email from Sitepoint about using the not so popular... - Opens Link in a New Window
I just realized that I could not use target="_blank" in the... - Getting Top Ranking Hubpages in Google
This morning I opened my mail box and found this short... - Aesthetic Treatment… Mesotherapy
"Because I'm not familiar with mesotherapy, I don't even know what...
- No Ban on Aesthetic Treatments

4 Mar 2008 @ 6:43 pm
JW says
Check out fiddler and notepad++ too…
25 Jun 2010 @ 9:16 am
Tony Scholefield says
Thanks for the tip. I have been meaning to change my source editor from UltraEdi (set by my company’s SOE) to notepad (call me a dinosaur if you like) for a while and finally found out how. I might have a look at notepad2 though.