The simple formatting applied by a paragraph format is not much to write home
about, much less to advertise on a résumé. Heading 1, for instance, is generally displayed
in black and bold using a large Times New Roman font. As mentioned in the
box in Section 3.1.1, this type of paragraph formatting is intended to provide structure,
not good looks.
To make your Web pages stand out, you'll want to apply different fonts, colors, sizes,
and styles to your text. Unlike paragraph formatting, which applies to an entire HTML
paragraph, you can apply character formatting to any selection of text, whether it's a
single word, one sentence, an entire paragraph, or your whole Web page.
In general, you apply character formatting just as you would in a word processor:
Select the text (using any of the methods described in Section 2.3) and then apply a format using the Property inspector or Text menu.
In this regard, Dreamweaver MX 2004 functions just like earlier versions. However,
behind the scenes, there's been a significant change. While previous versions used the
<font> tag to change the color, size, and type face of text, MX 2004 relies on Cascading
Style Sheets to format text (see Section 3.3.5 for an explanation). Professional Web designers
—who not only want to keep up with technical trends but also must build functional
Web sites that please the vast audience of Web surfers—have already embraced the
more sophisticated typographic controls offered by Cascading Style Sheets.
Cascading Style Sheets aren't just for text, either. You can format any HTML element—images, tables,
and so on—with the power of CSS. Read all about it in Chapter 6.
Using the instructions in the rest of this chapter, you'll learn how to apply basic CSSbased
formatting to text using the Property inspector and Text menu. (A wider array
of additional CSS formatting options is discussed in detail in Chapter 6.)
If you don't want to use CSS (perhaps you've built an entire site using the <font> tag and you wish
to remain consistent), you can revert to Dreamweaver's old method of formatting text. Press Ctrl+U (