The Digital Library
CSS (CASCADING STYLE SHEETS)
Website Formatting, the New Way
|  |

Using CSS (cascading style sheets) has the big benefit of allowing you to change the look, feel and formatting of your pages by editing only the one source, the style sheet. The downside used to be that not all browsers supported style sheets, or required different tags. That meant using two tags in your code to do the same thing, one for Netscape, and one for IE. What a pain. Things aren't nearly so hinky now. It's easier to cover all the bases. But for many people with existing websites, conversion is an additional headache. Here are some tools and sites for learning CSS, and making the transition to CSS easier.
|