Introduction |
Webboard doesn't provide an easy way to add formatting to text in posts.
However, simple html codes can be used to change the appearance of your
text. Html "tags" are letters that appear in angled brackets.
For the purposes of this guide, there are spaces between all of the characters
in the tags, so they remain visible. When you are using the tags,
remember to type them in without the spaces.
|
| Creating bold text |
To create bold text, follow the steps in the
table below.
| Step |
Action |
| 1 |
Type < b >. |
| 2 |
Type the text that you want bolded. |
| 3 |
Type < / b >. |
-
Note: It is important that you type the html tags WITHOUT spaces.
If you include the spaces, the tags will appear as above, and your text
will not be bolded.
|
| Creating italicized text |
To create italicized text, follow the steps in the table below.
| Step |
Action |
| 1 |
Type < i >. |
| 2 |
Type the text that you want italicized. |
| 3 |
Type < / i >. |
-
Note: It is important that you type the html tags WITHOUT spaces.
If you include the spaces, the tags will appear as above, and your text
will not be italicized.
|
| Creating underlined text |
To create underlined text, follow the steps in the table below.
| Step |
Action |
| 1 |
Type < u >. |
| 2 |
Type the text that you want underlined. |
| 3 |
Type < / u >. |
-
Note: It is important that you type the html tags WITHOUT spaces.
If you include the spaces, the tags will appear as above, and your text
will not be underlined.
|