Site Definition & Management
- Cascading style sheets
Creating new external style sheet
- Select window ~ CSS styles
- Click New CSS Style button on CSS style panel
- In the New CSS Style dialog, choose Tag to redefine the look of
a
specific tag
- Click OK
- Save your style sheet (it's good practice to keep a folder entitled
css in your root folder)
- In the next dialog box, define the parameters for how you would
like the tag to look (e.g., for body -perhaps arial, lOpt)
- Continue to add new styles to redefine as many tags as desired
- Creating a custom class:
- Click New CSS Style button on CSS style panel
- Choose Class (can apply to any tag)
- Choose category
- Add specifications desire
- Applying styles
- Position cursor in area where text is to be formatted
- Use paragraph drop-down box to format <hl >, <h2>,
etc
- Use styles drop-down box to apply custom styles
Apply Existing Style Sheet to New Page Using Design Panel>CSS
Styles Tab
- Open Design Panel>CSS Styles Tab
- Select first button (bottom left) - "Attach Style Sheet"
- Dialog Box Opens
- Browse to file; select .css file
- Hit "OK."
- CSS Style sheet is linked to the document with a tag located
in the <head></head> of the document
- <link href="dw1.css" rel="stylesheet" type="text/css" />
-
Apply Styles Using Design Panel>CSS Styles Tab
- Click on Design Panel]
- Select CSS Styles Tab
- Select text to which style will be applied
- Click on the Custom Style in the CSS Styles Panel
Adding A New Style Using Design>CSS Styles Panel
- Open CSS Styles Tab in Design Panel
- Click "+" button - lower right = "Add New Style"
- Select tag or .custom style. ]
- Define styles in CSS Dialog boxes
- Hit "Apply"
- Hit "OK"
Editing A Style Using Design Panel > CSS Styles Tab
- Select Design Panel>CSS Styles Tab
- Select "Edit Styles" button (lower right)
- Or, double-click the style to be edited in the CSS Styles Window
- Edit the changes using the Styles Dialog boxes
- Hit "Apply"
- Hit "OK"
|
 |