6.5 Modifying Styles
Dreamweaver provides several ways to modify the appearance of text using
CSS.
When designing for older (version 4 and older) browsers, designers sometimes code with both CSS and HTML tags (font color, for example). View source on lesson_5c.html to see this in action. The easiest way to build sites is to use HTML tags for structure and then CSS to "style" the document. This means that older browsers will render a "plain" page, but the page will be functional. This strategy works if most of your audience is using more modern browsers but does not if a majority is still using old browsers. We're assuming the former.
Next: Section 7: Templates
|
exercise
resources |