This Page's Contents
BlueGriffon Web Editor Introduction
BlueGriffon Initial Setup
BlueGriffon Creating a New Web Page
Create page wih CSS Header, Side bar, Main Content, Footer
BlueGriffon Web Editor Introduction
- BlueGriffon comes in 3 versions. The difference between versions is the number of powerful features included.
- Without Licence, i.e. FREE version. User Manual if required € 7.50 (Aug 2018) 100 page PDF document
- Basic
- EPUB Licence
Manuals for older versions of BlueGriffon are available online do a Google search
Initial Setup
Recommended Initial settings after you install Bluegriffon
- Click file > New, or Ctrl T keys. Note: A untitled tab appears.
- Click Dual View button near bottom left. The main window splits vertically into on left & Source, the HTML markup, Source window, containing the HTML markup on right
- Note the markup produced and compare it to my markup in Required HTML tags in tutorial 2.
- Bluegriffon produces slightly more markup, which does not alter the results produced, so you can leave it as it is.
- Click in the Design window. Then click View > All Tags Mode.
- This will display icons displaying the start tags that are used in the Source window.
- If Style Property Tab is not displayed on the left then Click Panels > Style Properties
- Click Style Property Tab it to display a long list of styles.
BlueGriffon Create a New Web Page
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
Create page wih CSS Header, Side bar, Main Content & Footer
Create page wih CSS Header, Side bar, Content, Footer
- 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
BlueGriffon User Manual