In this article you can find the explenation of every single command from HTML Editor.
Save Click to save your work when you finish editing the page. The box will close automatically.
Preview Before you save your work you can preview the page - see how it looks like after all the changes you've made .
Maximize the editor size Makes the editor window bigger (maximalize to full screen view).
New Page This will totally clear all the content from the editor window and let you start work from the beginning on the new page.
Templates You can choose one of the three templates, individually for the box you are working in. But when you change the template, all the content you’ve already entered into the window is deleted.
Paste as plan text Click to enter the text to the editor window. It’s the same effect like using the right mouse button and clicking Paste or using the keyboard Ctr+V.
Paste from Word Select this icon to paste a copy of information from Microsoft Word. Microsoft Word documents contain the additional code that can overrides your web site style settings and can cause unexpected results. For this reason you should always use the
Paste from Word feature when copying information from Word. This feature is a best effort attempt at removing all unnecessary code, but we cannot guarantee all Microsoft code will be removed
Bold Change font to bold or bold selected text.
Italic Change font to italic or italicize selected text.
Underline Change font to underlined or underline selected text.
Strike Through Strike through selected text.
Subscript Write a little bit smaller character, number, or symbol slightly below a line of text.
Superscript Write a little bit smaller character, number, or symbol slightly above a line of text.
Left Justify Align text or image to the left.
Center Justify Align to the center.
Right Justify Align to the right.
Block Justify Align along both the left and right margin.
Insert/Remove Numbered List Create or remove a numbered list.
Insert/Remove Bulleted List Create or remove a bulled list.
Decrease Indent Remove indent formatting on selected text.
Increase Indent Indent selected text.
Undo Cancel last change you’ve made.
Redo Re-execute canceled change.
Find Find a word or frase in the editor window.
Replace With this function you can replace any word in the editor windows to another without looking for it.
Select All Select all the content in the editor window.
Remove Format Remove all the format transforming the selection to plain text.
Check Spelling Check the spelling in the editor window.
Insert/Edit Link Select this icon to link selected to another website or another piece of content within your website.
Remove Link Remove a created hyperlink from selected text.
Insert/Edit Anchor Insert/edit an anchor link. An anchor is a named zone in your website that allows you to jump from once place to another within a page or to a specific place on another page in your website.
Insert/Edit Image Select an image from your computer or from the web and put it into editor window.
Insert/Edit Flash Put the flash document into editor window.
Insert Horizontal Line Insert horizontal line.
Insert Smiley Select and add one of many emoticons.
Insert Special Character Choose from a multitude of special characters in which to insert into editor window.
Insert Page Break Put a page break (a blank space in which you can’t put anything inside) to separate two or more pieces of the content.
Insert/Edit Table To insert a table.
Insert Row To insert a row into a table.
Delete Rows To delete a row inside a table.
Insert Column To insert a column into a table.
Delete Column To delete a column inside a table.
Insert Cell To insert a cell into a table.
Delete Cells To delete a cell inside a table.
Marge Cells To marge a cells inside a table.
Split Cell To split a cell inside a table.
Form Puts a form into a webpage. A form is an area that can contain form elements. Form elements are elements that allow the user to enter information (like text fields, textarea fields, drop-down menus, radio buttons, checkboxes, etc.) in a form.
Checkbox To insert a checkbox into your form. Checkboxes are used when you want the user to select one or more options of a limited number of choices.
Radio Button To insert a radio button. Radio buttons are used when you want the user to select only one of a limited number of choices.
Text Field To inset a text field. Text fields are used when you want the user to type letters, numbers, etc. in a form. For example, you may want the user to enter his or her first and last name.
Text Area To insert a text area. The Text Area control is a multi-line text input control and is used to write text in the text-area. In a text-area you can write an unlimited number of characters. For example, you may want the user to enter any additional comments they have.
Selection Field The Selection Field is used in the same manner as a Check Box and Radio Button, just presented differently to the user. If you have "Allow multiple selections" selected, the Selection Field will serve the same purpose as a Check Box. If "Allow multiple selections" is not selected, the Selection Field will serve the same purpose of a Radio Button.
Button To insert a button. A form button is used to trigger an event such us submitting the form, resetting the form or performing a script event. When a visitor clicks a button the form is sent to the specified address.
Image Button Image buttons have the same effect as submit buttons, but we can make the button looks like some picture.
Hidden Field The hidden field is a field that is not viewable to the user, but whose values are submitted with a form. The hidden field control type is generally used to store information between client/server exchanges that would otherwise be lost.
Style Select/change a style of selected text.
Format Select/change a format of selected text.
Font Select/change the font type.
Size Select/change the font size.
Text Color Select/change the font color.
Background Color Select/change background color.
Source See/edit source code of the page.