This browser does not support basic Web standards, preventing the display of our site's intended design. May we suggest that you upgrade your browser?
An external style sheet is a separate file with a .CSS extension that is referenced by one or more HTML files (web pages). Changes made to the external style sheet automatically update the appearance of all of the HTML files referencing it.
The CSS file contains the code to modify the appearance of documents. Some people find it is easier to start with an embedded style sheet, so they can see the results of their style definitions and then convert it to an external style sheet.
To store your style settings in an external style sheet, you must first create and save it. To create the style sheet, follow these instructions:
From the File menu, select New...
The New task pane appears.
Under New page, click MORE PAGE TEMPLATES...
The Page Templates dialog box appears.
Select the Style Sheets tab
For a blank canvas, select Normal Style Sheet
For a pre-defined style sheet, select the desired option
Click OK
The new style sheet appears.
You can redefine existing styles, or you can create new styles. Redefining HTML code (e.g., the H1 for Heading 1) will impact all occurrences of that style (e.g., all H1s). The adjustments are then automatically applied with the HTML code.
From the List pull-down list, select HTML tags
From the Styles scroll list, select the style you want to modify (e.g., H1)
Click MODIFY...
The Modify Style dialog box appears.
Click FORMAT » select the appropriate option
A dialog box corresponding to your selection appears.
Within the dialog box, make the desired changes
Click OK
Repeat steps 5-7 as necessary
Click OK
Click OK
The style is modified.
You can redefine existing styles, or you can create new styles. Creation of a new style results in a class style that modifies and applies to the base HTML code. Class styles are indicated by the period in front of the style name (e.g., .blue) For example, create a class style that changes the color to blue. The class style can be then applied to select H1 and H3 paragraphs in your document resulting in different appearances for the H1 and H3 headers.
Click NEW...
The New Style dialog box appears.
In the Name (selector) text box, type a name for your new style
Click FORMAT » select the appropriate option
A dialog box corresponding to your selection appears.
Within the dialog box, make the desired changes
Click OK
Repeat steps 4-6 as necessary
Click OK
Click OK
The style is created.
From the File menu, select Save As...
The Save As dialog box appears.
Using the Save in pull-down list and other navigational tools, select the desired save location
From the Save as type pull-down list, select CSS Files (*.css)
In the File name text box, type a name for the style sheet
NOTE: The filename must have a .css extension.
Click SAVE
The style sheet is saved.
Open the web page that will be linked to the style sheet
From the Format menu, select Style Sheet Links...
The Link Style Sheet dialog box appears.
Click ADD...
The Select Style Sheet dialog box appears.
Using the Look in pull-down list and other navigational tools, locate and select the style sheet
Click OK
Click OK
The web page is linked to the style sheet.