How To Learn Designing Your First Website - CSS is well...
(Page 7 of 11 )
CSS is well designed to allow the separation of presentation style from the main content and a stylesheet can either be included inline as part of the HTML document or referenced externally as a CSS file. (So you may have already tried this magic from Dreamweaver)
CSS Magic #2:
- You now have great control over how your website looks and can change the presentation of hundreds or even thousands of your web pages by altering just one file (i.e. your stylesheet!) if it is referenced externally as a single source by your different web pages instead of being contained inline in each one of your web page. Presentation information including positioning, layout, font, color, etc. for your entire website can be contained in this single CSS file.
Next: You can eliminate... >>
More How To Articles
More By Jase Dow