Guide for editing forum comment text
See also guide for using
graphs and images in forum comments.
Text is more readible if it has been edited. Forum comments
are written inside html tags most of which are not visible
to the user. You can either write text in a html text
editor and copy it here or use html tags directly in you
comment text.
- Using html editors
- Using html tags
Using html editors
You can use, for instance, a free software editor to
easily edit your text:
Html editors
Remember:
- Copy only the essential part of the code in
the editor. You should not copy the hole page, since
a forum comment already is a page, and placing a page
inside a page will lead to troubles.
- Do not use Word as a html editor. It is likely
to get in troubles with Word's html code, since it adds
many unnecessary tags in the code.
Using html tags
Text in the comment
|
Final appearance
|
<i>cursive text</i>
|
cursive text
|
<u>underlined text</u>
|
underlined text
|
<b>bolded text</b>
|
bolded text
|
More information:
Html tags guides
|