Operation Manual

219
USING DREAMWEAVER
Adding content to pages
Last updated 3/28/2012
Use HTML Formatting
While CSS is the preferred method for formatting text, Dreamweaver still lets you format text with HTML.
Format paragraphs
Use the Format pop-up menu in the HTML Property inspector or the Format > Paragraph Format submenu to apply
the standard paragraph and heading tags.
1 Place the insertion point in the paragraph, or select some of the text in the paragraph.
2 Using the Format > Paragraph Format submenu or the Format pop-up menu in the Property inspector, select an
option:
Select a paragraph format (for example, Heading 1, Heading 2, Preformatted Text, and so on). The HTML tag
associated with the selected style (for example,
h1 for Heading 1, h2 for Heading 2, pre for Preformatted text, and
so on) is applied to the entire paragraph.
Select None to remove a paragraph format.
When you apply a heading tag to a paragraph, Dreamweaver automatically adds the next line of text as a standard
paragraph. To change this setting, select Edit
> Preferences (Windows) or Dreamweaver > Preferences (Macintosh);
then in the General category, under Editing Options, make sure Switch To Plain Paragraph After Heading is not
selected.
More Help topics
Set text properties in the Property inspector” on page 214
Set CSS properties” on page 127
Change the color of text
You can change the default color of all the text in a page, or you can change the color of selected text in the page.
More Help topics
Use the color picker” on page 205
Define default text colors for a page
Select Modify > Page Properties > Appearance (HTML) or Links (HTML), and then select colors for the Text Color,
Link Color, Visited Links, and Active Links options.
Note: The active link color is the color that a link changes to while it’s being clicked. Some web browsers may not use the
color you specify.
Change the color of selected text
Select Format > Color, select a color from the system color picker, and then click OK.
Align text
You align text with HTML using the Format > Align submenu. You can center any element on a page using the
Format
> Align > Center command.