n The style is embedded and not in an external style sheet.
n The style is applied only once??”to the current selection.
NOTE NOTE
Auto-created style
Font list
220
Designing and Crafting Core Pages Part II
Again, the modifications only apply to the font face, size, and color attributes.
Although the automatically created styles are a good jumping-off place, regard them only as the beginning
of your study of CSS. The styles created should be renamed to make them more meaningful; it??™s far easier to
remember how the .headline class should be used than .style1. Renaming is an option initiated
through the CSS Styles panel and carried out interactively with Dreamweaver??™s Find and Replace dialog.
You should also, where possible, maintain your styles in external style sheets rather than embedding them.
You can easily export the autocreated styles by selecting them in the CSS Styles panel and choosing Options
??? Move CSS Files. After you export the styles, delete the embedded styles and link the external style sheet
to the page.
All autogenerated styles are embedded into the page, except in one circumstance. If you format
text in a Dreamweaver template (where all but specified areas of the document are
locked) without an unlocked region in the area, Dreamweaver places the style in-line.
Pages:
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483