IMPORTING AND USING AN EXTERNAL STYLE SHEET


Text formatted with HTML tags overrides any settings in your CSS styles on most browsers. If you notice that your text stays red, even though you defined it as green in a CSS style, it's probably formatted as red with the HTML font tag. Remove the formatting, and the CSS style will apply.


After you create one (or more) external style sheet you can implement it by first importing it on your pages. You can even specify an external style sheet for your site to be used whenever you create a new page. The CSS tab of the Site window enables you to manage your external style sheets and to drag and drop them onto your pages to import them. After they're imported, the styles contained in the external style sheet appear in the CSS palette along with any internal styles you created. The reason cascading style sheets cascade is because they are applied in a cascading fashion starting with external style sheets, followed by internal styles, followed by ID styles, followed by HTML formatting. This means that if you define the <h1> tag to be red text in your external style sheet, but then redefine the <h1> tag to be blue in the internal style, the text appears blue. The internal style supersedes the external style:

1.

Click the Open CSS Editor button in the upper-right corner of the Layout Editor to display the CSS Editor, as shown in Figure 37.19.

Figure 37.19. Use the CSS Editor to import external style sheets.


2.

Click the Create a Reference to an External Style Sheet File button in the CSS Editor and locate a file with a .css extension. If you hold down the button, all the available CSS files on your site appear and you can select one from there.

3.

The external style sheet name appears in the list; the styles and the external styles are now available in the CSS palette.




Special Edition Using Adobe Creative Suite 2
Special Edition Using Adobe Creative Suite 2
ISBN: 0789733676
EAN: 2147483647
Year: 2005
Pages: 426
Authors: Michael Smick

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net