This browser does not support basic Web standards, preventing the display of our site's intended design. May we suggest that you upgrade your browser?
Getting your document text in the desired position on the web page may require some additional formatting.
Dreamweaver offers four paragraph alignment options: left, right, center, and justify. Choosing a paragraph alignment will align selected paragraphs to the left, right, or center of the page. The justify alignment aligns text to both the left and right borders of a paragraph.
Place your cursor in the paragraph to be formatted
From the Text menu, select Align » Left, Center, Right, or Justify
Place your cursor in the paragraph to be formatted
In the Properties pane, click the appropriate alignment button
![]()
Dreamweaver provides a standard paragraph indent, also called a blockquote, approximately equal to one half inch.
Place your cursor in the paragraph to be formatted
In the Properties pane, click TEXT INDENT![]()
To further indent the paragraph, repeat step 2
NOTE: To reduce or eliminate a paragraph indent, click TEXT OUTDENT
If you want to begin a new line but not a new paragraph, you can insert a line break. Inserting a line break will move the cursor from the line on which you are working to the very next line on the page without leaving a blank line between the two.
Place the cursor at the end of the line where you would like to insert the line break
Press [Shift] + [Enter]
Place the cursor at the end of the line where you would like to insert the line break
From the Insert menu, select HTML » Special Characters » Line Break
Dreamweaver allows you to insert special characters that are supported by HTML code. Examples include the copyright symbol ©, the registered symbol ®, and characters unique to other languages (e.g., the ñ used in many Spanish words) and other diacritical marks.
Click OK
Dreamweaver allows you to make your text either subscript or superscript. If you are unfamiliar with HTML code, use the design view option to insert the appropriate HTML tags without having to work directly in the code. You can also use the code view option and insert the appropriate HTML tags to make the text subscript or superscript.
| Code View | Design View |
|---|---|
| This is regular text. <sub>This text is in Subscript.</sub> | This is regular text. This text is in Subscript. |
| This is regular text. <sup>This text is in Superscript.</sup> | This is regular text. This text is in Superscript. |
Select the text you want made subscript or superscript
From the Insert menu, select Tag...
The Tag Chooser dialog box appears.
From the Markup Language Tags list, select HTML tags
The dialog box lists the HTML tags.

From the list of tags on the right, select sub for subscript or sup for superscript
Click INSERT
The Tag Editor dialog box appears.
Click OK
You are returned to the Tag Chooser dialog box.
Click CLOSE
The text is now either subscript or superscript.
From the View menu, select Code and Design
OR
From the Document toolbar, click SPLIT ![]()
The Code view appears above the Design view.
In the Design view, select the text you want made subscript or superscript
That text is selected in the Code view.
NOTE: This allows you to easily find the text in the code that you want to format.
In the Code view, before the selected text, type <sub> for subscript or <sup> for superscript
NOTE: When you create an opening tag (e.g., <sub>), Dreamweaver automatically creates the closing tag for it (e.g., </sub>).
In the Code view, select the closing tag and drag to the end of the desired text
In the Properties pane, click REFRESH ![]()
OR
Click within the Design view
In the Design view, the text is now either subscript or superscript.