|
If you want to gain greater control over
how your message is displayed, and don't mind doing a little work, You can use
HTML tags to format your message.
For example,
<b>Text</b>
will cause Text to be in bold.
<u>Text</u>
will cause Text to be underlined.
You can also embed links
into your message.
For example,
<a href='http://www.yahoo.com' target='_blank'>link
to Yahoo</a>
will create a hypertext link to Yahoo.
Your message is normally
displayed in italics. If you want to change the font from italics to normal,
put </i> and <i> around your text.
Feel free to experiment
and have fun with your message. If you want to learn more about HTML tags, there
are many fine references on the internet and in bookstores.
|