You can just enter text in the HTML Editor window, but you also have the ability to use more sophisticated features.
Inserting Images
Use the Insert Image button to place images stored on your own system or on an external website.
Inserting Tables
Use the Insert Tables button if you need to create special layouts.
Inserting Links
To make a new link, first type the text that you want to use as a link. Then, select it and click the Link button.
Smilies (emoticons)
To embed these small icons in your text, just type the associated code.
|
|
URLs
Any word starting with www. or http:// will automatically be turned into a clickable link.
For example: www.yahoo.com
HTML tags
You can use HTML tags in your text by clicking the Toggle HTML Source button in the Editor. For example:
<b> bold </b> | bold text |
<i> italic </i> | italic text |
<u> underline </u> | underlined text |
<font color="green"> example </font> | example |
<ul> <li>one</li> <li>two</li> </ul> |
|
<hr /> | |