Toolbar Description

Icon Function Equivalent HTML tag in "HTML View"
Click this icon to expand/shrink the toolbar. n.a.
Open a new, empty document. n.a.
Load/open a document/HTML
(using this function you can also load/open a whole non-frame-based web page)
.
n.a.
Cut text previously marked. n.a.
Copy text previously marked. n.a.
Paste text. n.a.
Insert text. n.a.
Select the paragraph format. <h1>Your Text</h1>
Select the font type. <p>
<font face="Font">
Your Text
</font>
</p>
Select the font size. <p>
<font size="Font Size">
Your Text
</font>
</p>
Bold. <b>Your Text</b>
Italic. <i>Your Text</i>
Underline. <u>Your Text</u>
Align the text on the left. <p align="left">Your Text</p>
Align the text on the center. <p align="center">Your Text</p>
Align the text on the right. <p align="right">Your Text</p>
Insert and customize a table. The HTML equivalent depends of the table settings.
Insert a default table. The HTML equivalent depends of the table settings.
Insert a row into your table. n.a.
Insert a column into your table. n.a.
Bullet list. <ul>
<li>
This is the first Item </li>
<li>
This is the second Item</li>
</ul>
Ordered list. <ol>
<li>
This is the first Item </li>
<li>
This is the second Item</li>
</ol>
Alphabet list. <ol type="A">
<li>
This is the first Item </li>
<li>
This is the second Item</li>
</ol>
Decrease indent. <blockquote>
Your Text
</blockquote>
Increase indent. <blockquote>
<blockquote>
Your Text
</blockquote>
</blockquote>
Create or insert a hyperlink
(this allows you to insert a hyperlink at the current cursor location or to convert the currently selected text into a hyperlink)
.
<a href="http://yourdomain">http://yourdomain</a>
Insert a bookmark. <a name="yourbookmark"></a>
Insert an image. <img src="http://yourdomain/file.gif">
Insert a HTML file at current cursor position. n.a.
Insert a horizontal line. <hr/>
Insert a special character. n.a.
Enable/disable the spellcheck. n.a.
Show paragraph signs
(control characters and unknown HTML tags will be shown)
.
n.a.
Set the default properties. n.a.
Help (online help for edit-on Pro). n.a.
Product information (copyright and version information). n.a.
Separator (separates each group of buttons). n.a.