Page is a not externally linkable
steerpike - 2:42 am on Oct 17, 2005 (gmt 0)
If you're using notepad you may want to download a nicer text editor to use. I run with textpad (www.textpad.com) personally, although most people prefer something a bit more serious when they start getting heavily into programming. Two decent editors around that I have used are dreamweaver and homesite. Even frontpage (which now comes standard with office) will allow you to swap between viewing the page and viewing the source code very easily which seems to be what you want. I also recommend checking out w3schools (just google it) for some helpful tutorials and such, although this forum is possibly the best I've found for general help on the vast majority of subjects.
Hey there Gatwick,
If you're not aware, I'll just mention that on html websites you can just right click on the page and choose 'view source' to see how the website was written. This makes it very easy to see how other people do things. (You wont see server side scripts or be able to view flash sites but I don't imagine you'll be dealing with that for a while ;)