When you click on the icons the text in the box does not actually become
bold
or
italic
. What it does is insert the HTML markup for the formatting.
There are two parts to an HTML tag. An open <tag> and a close </tag>. Whatever is in between receives the formatting.
ICON
HTML
RESULT
<b>bold</b>
bold
<i>italic</i>
italic
some text <P>some
more text
some text
some more text
text<br>text
text
text
<center>text
</center>
text
<div align="right">
text</div>
text
<a href="smile.html" title="smiley face">smile</a>
smile
<a href="mailto:
email">email</a>
email
<img src="http://
www.divinentd.com/
url_message/img/
smiley.gif" alt="smiley" border="0" width="20" height="20">