Formatting Text
From Riverview Legal Group
Text Formatting Help
Basic HTML Text Editing
}Indenting Text
This is text
- This is indented text.
To indent place a : at the start of the line, see below:
This is text :: This is indented text.
The more colons (:) you add the more the line is indented: see,
This is text ::::: This is indented really far.
Resulting in;
This is text
- This is indented really far.
| Format | Code | Result |
|---|---|---|
| Bold Text | <b>Bold Text</b> | Bold Text |
| Underline | <u>underline</u> | underline |
| Bold and Underline | <b><u>bold & underline</b></u> | bold & underline |
| italicize text | <i>italicize text</i> | italicize text |
| Center Text | <center>Some text here</center> |