Introduction
Introduction Page Colors Page Title Paragraph Formatting Paragraph Breaks Text Formatting

|
White space and lines help you organize conent and help your users scan
information. Here are 3 important paragraph tags:
Type
|
HTML code
|
What to do
|
Effect
|
| Paragraph Break |
<P> |
Enter |
Blank space between lines like this:
line 1
line 2
line 3 |
| Line Break |
<BR> |
Shift + Enter or use menu:
Insert -> Break |
Break between lines without space like this:
line 1
line 2
line 3
|
| Horizontal Line |
<HR> |
use menu:
Insert -> Horizontal Line |
Inserts line.
(double click line to change properties) |

|