Adding
text to a Dreamweaver document is a s easy as placing
the cursor in the table cell where you want
to enter the text and start typing. To define
the FONT FACE, SIZE etc. remember to use CSS
STYLES.
More about CSS here.
To
add a single line of spacing between sentences hit SHIFT+ENTER.
Hitting only ENTER will add double line spacing.
Basic text attributes: |
<h1>
Heading 1
</h1> |
|
<h2>
Heading 2
</h2> |
<h3>
Heading 3
</h3> |
|
<h4>
Heading 4
</h4> |
<h5>
Heading 5
</h5> |
|
<h6>
Heading 6
</h6> |
<p>Paragraph</p> |
|
<strong>Bold</strong>
<em>Italic</em> Italic
|