Category:Tutorials: 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 5: Line 5:
Every formatting tag requires an open tag and a close tag. to open a tag on bold for example you use <nowiki><b>, to close the bold tag you add the / to the tas, eg </b>.</nowiki>
Every formatting tag requires an open tag and a close tag. to open a tag on bold for example you use <nowiki><b>, to close the bold tag you add the / to the tas, eg </b>.</nowiki>


{| class="wikitable"
See: [[Text Editor]]
! Format || Code || Result
|-
| Bold Text || <nowiki><b>Bold Text</b></nowiki> || <b>Bold Text</b>
|-
| Underline || <nowiki><u>underline</u></nowiki> || <u>underline</u>
|-
| Bold and Underline || <nowiki><b><u>bold & underline</b></u></nowiki> || <b><u>bold & underline</b></u>
|-
| italicize text || <nowiki><i>italicize text</i></nowiki> || <i>italicize text</i>
|-
| Center Text || <nowiki><center>Some text here</center></nowiki> || <center> Some text here</center>
|-
| Indenting Text || <nowiki>:: Some text here</nowiki> || :: Some text here</nowiki>
|-
}
 
<b><i>Indenting Text</b></i>
 
Indenting text is effected by adding a colon (:) at the start of the line you want to indent, the more :'s you add the more the text is indented.
 
::: This is indented.
::::::: This is indented further.

Revision as of 13:13, 13 August 2021

Introduction

Formatting Text Content

Every formatting tag requires an open tag and a close tag. to open a tag on bold for example you use <b>, to close the bold tag you add the / to the tas, eg </b>.

See: Text Editor

Pages in category "Tutorials"

The following 5 pages are in this category, out of 5 total.