Home
> Dreamweaver
> Style sheets
Style sheets
Linking your Web pages to a style sheet is a great way to reduce maintenance
on your Web site. By linking each page to the same style sheet, you
can easily change formatting across your site. For example, think how
much time you'll save if you decide to change your paragraph text from
Arial to Verdana. Using a style sheet, you'll make the change one time-
instead of changing it on every single page of your site!
Using style sheets in Dreamweaver
This tutorial will provide the basics of using style sheets in Dreamweaver.
While there are a wealth of complete books that cover all the details
of using CSS, this tutorial will get you started on the right track.
Attaching a style sheet
Start by creating a new page- or if you have a page you're building,
open that instead. Now we're going to redefine a few html tags. When
we do so, we'll also create a new style sheet (and attach it to our
page).