Skip Navigation
Penn State

Focus On Materials

Focus On Materials cover

Dreamweaver - How To Format Text

 

Formatting text in Dreamweaver is similar to using a standard word processor. You can set default formatting styles (Paragraph, Heading 1, Heading 2, and so on) for a block of text, change the font, size, color, and alignment of selected text, or apply text styles such as bold, italic, code (monospace), and underline. Dreamweaver offers several ways for you to add and format text in a document.

 

All MRI templated sites utilize custom CSS for text formatting. CSS gives greater control over web page design, while providing improved features for accessibility and reduced file size. By separating visual design elements (fonts, colors, margins, and so on) from the structural logic of a web page, CSS gives web designers visual and typographic control without sacrificing the integrity of the content. CSS defines the formatting for all text in a particular class or redefines the formatting for a particular HTML tag (such as h1, h2, p, or li).

 

text properties bar

 

Text format can be defined through the Text menu, and through the Properties Bar (above). Simply highlight the text you want to format, and click on the option desired. Below are the fomatting options available on the Properties panel.