Creating internal and external style sheetsTo create a style sheet, first determine whether the style sheet should be internal or external. An internal style sheet is written into the head section of a Web page and is typically used if the styles aren't used on more than one page. An external style sheet exists as a separate file, which is useful if you want multiple pages to share the same styles. In addition, GoLive lets you import the styles from an external style sheet into an internal style sheet or export an internal style sheet to an external style sheet file. You can use both an internal style sheet and external style sheets in a single Web page. Note: Except for their title bars, internal and external CSS Editors appear identical. An internal CSS Editor displays the Web page's file name in the title bar. An external CSS Editor displays the external style sheet's file name in the title bar.
To create an internal style sheet:
To create an external style sheet:
Note: To reference an external style sheet in an external style sheet, use the @import button, see Referencing external style sheets from an external style sheet. To see all the pages that use an external style sheet, open the In & Out Links palette and then select an external style sheet in a site window. To add comments to a style sheet:
|