Another option on the Style Rendering toolbar is to disable all CSS rendering altogether. Select the Toggle
Rendering Of CSS Displays option on the far right of the toolbar to view the page without CSS; select again
to enable CSS rendering. This feature is extremely helpful for both debugging CSS pages and viewing the
order in which screen readers will present the page.
Applying, changing, and removing a style
As noted, any HTML tags redefined as CSS styles in an attached style sheet are automatically applied to
your document. However, any custom CSS style must be applied on a case-by-case basis. Most Web designers
use a combination of HTML and custom CSS styles. Only custom CSS styles appear in the CSS Styles
panel in Apply Styles mode.
In Dreamweaver, you can apply a style in four main ways: from the Property inspector, the menus, the Tag
Selector, or the CSS Styles panel.
To apply an existing custom style using the Property inspector, follow these steps:
1. To apply the style to a section of the page enclosed by an HTML tag, select the tag from the Tag
Selector; if you??™re applying the style to text, you can also just place your cursor in the text without
selecting the containing tag.
To apply the style to a section that is not enclosed by a single HTML tag, use your mouse to highlight
that section in the Document window.
Pages:
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488