Indent: Tick then Enter 4 Select Spaces (This gives a very visible code indentation.)
As you add lines of or amend your code you can lose the formatting. To re-activate formatting: use Commands > Apply Source Formating
Dreamweaver Create a New Web Page
Webmatrix
Initial Setup
None required
Webmatrix Create a New Web Page
Open WebMatrix
On the WebMatrix start screen, Click New > Empty Site
Click Create a new file ...
Select HTML
Click OK
Note an Empty Site: This template creates a bare-bones website based on ASP.NET Web Pages. Use this template if you want to build your site's functionality from scratch.
Alter size of Code Text if required
Type (or Copy & Paste) in between the <title> tags Your Page TITLE goes here
Type (or Copy & Paste) in between the <body> tags <p>Your Page CONTENT goes here and is in a Paragraph</p>
Note Line & - Signs
Click - Sign to compact Section
Click + Sign to re-open section
Click File > Save as
In file ALTER to index.html
Note where the file is being saved, alter if required
Click Save button
Video of
MORE ADVANCED
New page wih CSS Header, Side bar, Content, Footer
BlueGriffon
Open BlueGriffon
Click File > New Wizard
In the New Document Wizard
Title In Title Enter Your Page TITLE goes here
Author In Author: If you want your name etc to be available to the WWW enter any/ all / none of the following: Your name, company, organization, Wemmaster name & email
Keywords Enter the pages Keywords. At this stage you can leave blank or Enter web, page
Language: Select English (en)
Character set: Select Unicode(UTF-8)
Text Direction Select Left to right
Click Next
In the Colours and Backgrounds
I Suggest you leave as the default colours
Only if you wish to change the default colours click Use custom colours & change as required.
Click Next
In Document Background
At this stage leave as is
Click Next
In Page layouts
Ensure predefined CSS layout is Ticked. This tutorial covers CSS layouts in a later lesson.
Width: Select 950px
Sidebar: Select Left 180px
Click New row > Select 1 column 100%
leave the Include ticked. This produces latin text in the main section. You can delete or alter this later.
Click Finish
The above creates a document that holds more information than is covered in the first few lessons. So only view the code that is relevent