Formatting Text: Difference between revisions

From Riverview Legal Group
Access restrictions were established for this page. If you see this message, you have no access to this page.
Line 33: Line 33:
:: This is indented text.
:: This is indented text.
</pre>
</pre>
The more colons (:) you add the more the line is indented: see,
<pre>
This is text
::::: This is indented really far.
</pre>
Resulting in;
This is text
::::: This is indented really far.

Revision as of 18:19, 10 August 2021

Text Formatting Help

Basic HTML Text Editing

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

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.