Icon |
Name |
HTML Code |
Description and Use |
![](/sites/mintoxcom/assets/public/Image/KnowledgeBase/EditorButtons/Source.gif)
|
View Source
|
<html> </html>
|
View source code of the page
|
![](/sites/mintoxcom/assets/public/Image/KnowledgeBase/EditorButtons/Preview.gif)
|
Preview
|
|
This will show you the content inserted so far in a larger window.
|
![](/sites/mintoxcom/assets/public/Image/KnowledgeBase/EditorButtons/Maximise.gif)
|
Full Screen
|
|
Maximises the editor.
|
![](/sites/mintoxcom/assets/public/Image/KnowledgeBase/EditorButtons/Templates.gif)
|
Templates
|
|
Select templates to use on your page.
|
![](/sites/mintoxcom/assets/public/Image/KnowledgeBase/EditorButtons/ShowHTMLElements.gif)
|
Show HTML Elements
|
|
When this is active the individual HTML elements on the page will be outlined.
|
![](/sites/mintoxcom/assets/public/Image/KnowledgeBase/EditorButtons/Cut.gif)
|
Cut
|
|
Cuts the selected content to the clipboard.
|
![](/sites/mintoxcom/assets/public/Image/KnowledgeBase/EditorButtons/Copy.gif)
|
Copy
|
|
Copies the selected content to the clipboard.
|
![](/sites/mintoxcom/assets/public/Image/KnowledgeBase/EditorButtons/Paste.gif)
|
Paste
|
|
Pastes the content currently stored on the clipboard.
|
![](/sites/mintoxcom/assets/public/Image/KnowledgeBase/EditorButtons/PasteAsPlainText.gif)
|
Paste as Plain Text
|
|
Pastes the text that is currently stored on the clipboard.
|
![](/sites/mintoxcom/assets/public/Image/KnowledgeBase/EditorButtons/PasteFromWord.gif)
|
Paste from Word
|
|
Pastes content copied from a Microsoft Word document.
|
![](/sites/mintoxcom/assets/public/Image/KnowledgeBase/EditorButtons/Undo.gif)
|
Undo
|
|
Undo the last change.
|
![](/sites/mintoxcom/assets/public/Image/KnowledgeBase/EditorButtons/Redo.gif)
|
Redo
|
|
Redo the change that the "Undo" button undid.
|
![](/sites/mintoxcom/assets/public/Image/KnowledgeBase/EditorButtons/Find.gif)
|
Find
|
|
Locate a string of text within the editor.
|
![](/sites/mintoxcom/assets/public/Image/KnowledgeBase/EditorButtons/FindReplace.gif)
|
Find and Replace
|
|
Locate and replace a string of text within the editor.
|
![](/sites/mintoxcom/assets/public/Image/KnowledgeBase/EditorButtons/SelectAll.gif)
|
Select All
|
|
Select everything in the editor.
|
![](/sites/mintoxcom/assets/public/Image/KnowledgeBase/EditorButtons/RemoveFormatting.gif)
|
Remove Formatting
|
|
Remove all formatting from the highlighted text.
|
![](/sites/mintoxcom/assets/public/Image/KnowledgeBase/EditorButtons/Styles.gif) |
Style Menu |
|
Select the style to be applied to your selection. |
![](/sites/mintoxcom/assets/public/Image/KnowledgeBase/EditorButtons/Format.gif)
|
Format Menu
|
<p> </p>, <h1> </h1> etc.
|
Select the standard formatting to be applied to your selection.
|
![](/sites/mintoxcom/assets/public/Image/KnowledgeBase/EditorButtons/Bold.gif)
|
Bold
|
<strong> </strong>
|
Bold the selected text.
|
![](/sites/mintoxcom/assets/public/Image/KnowledgeBase/EditorButtons/Italic.gif)
|
Italic
|
<em> </em>
|
Italicise the selected text.
|
![](/sites/mintoxcom/assets/public/Image/KnowledgeBase/EditorButtons/Underline.gif)
|
Underline
|
<u> </u>
|
Underline the selected text.
|
![](/sites/mintoxcom/assets/public/Image/KnowledgeBase/EditorButtons/Strikethrough.gif)
|
Strikethrough
|
<strike> </strike>
|
Strikethrough the selected text.
|
![](/sites/mintoxcom/assets/public/Image/KnowledgeBase/EditorButtons/Superscript.gif)
|
Subscript
|
<sub> </sub>
|
Lower the selected text.
|
![](/sites/mintoxcom/assets/public/Image/KnowledgeBase/EditorButtons/Subscript.gif)
|
Superscript
|
<sup> </sup>
|
Raise the selected text.
|
![](/sites/mintoxcom/assets/public/Image/KnowledgeBase/EditorButtons/NumberedList.gif)
|
Numbered List
|
<ol><li> </li></ol>
|
Create a numbered list.
|
![](/sites/mintoxcom/assets/public/Image/KnowledgeBase/EditorButtons/BulletList.gif)
|
Bullet Point List
|
<ul><li> </li></ul>
|
Create a bullet point list.
|
![](/sites/mintoxcom/assets/public/Image/KnowledgeBase/EditorButtons/DescreaseIndent.gif)
|
Decrease Indentation
|
|
Decrease the indentation applied to the selected paragraph.
|
![](/sites/mintoxcom/assets/public/Image/KnowledgeBase/EditorButtons/IncreaseIndent.gif)
|
Increase Indentation
|
|
Increase the indentation applied to the selected paragraph.
|
![](/sites/mintoxcom/assets/public/Image/KnowledgeBase/EditorButtons/Blockquote.gif)
|
Blockquote
|
<blockquote> </blockquote>
|
Place the selected paragraph in a block quote.
|
![](/sites/mintoxcom/assets/public/Image/KnowledgeBase/EditorButtons/InsertDIV.gif)
|
Insert DIV
|
|
Insert a DIV element (Advanced Option).
|
![](/sites/mintoxcom/assets/public/Image/KnowledgeBase/EditorButtons/AlignLeft.gif)
|
Align Left
|
<p align="left"> </p>
|
Align the select paragraph to the left.
|
![](/sites/mintoxcom/assets/public/Image/KnowledgeBase/EditorButtons/AlignCenter.gif)
|
Align Center
|
<p align="center"> </p>
|
Align the select paragraph to the center.
|
![](/sites/mintoxcom/assets/public/Image/KnowledgeBase/EditorButtons/AlignRight.gif)
|
Align Right
|
<p align="right"> </p>
|
Align the select paragraph to the right.
|
![](/sites/mintoxcom/assets/public/Image/KnowledgeBase/EditorButtons/AlignJustified.gif)
|
Align Justified
|
<p align="justify"> </p>
|
Spread out the paragraph text so it spans the entire width available.
|
![](/sites/mintoxcom/assets/public/Image/KnowledgeBase/EditorButtons/InsertLink.gif)
|
Insert/Edit Link
|
<a href="http://"> </a>
|
Insert or edit a link.
|
![](/sites/mintoxcom/assets/public/Image/KnowledgeBase/EditorButtons/RemoveLink.gif)
|
Remove Link
|
|
Remove a link.
|
![](/sites/mintoxcom/assets/public/Image/KnowledgeBase/EditorButtons/InsertAnchor.gif)
|
Insert Anchor
|
<a href="#location"> </a>
|
Insert an anchor.
|
![](/sites/mintoxcom/assets/public/Image/KnowledgeBase/EditorButtons/InsertPlaceholder.gif)
|
Insert Placeholder
|
|
Insert a placeholder.
|
![](/sites/mintoxcom/assets/public/Image/KnowledgeBase/EditorButtons/InsertRSSFeed.gif) |
Insert RSS Feed |
|
Insert an RSS Feed. |
![](/sites/mintoxcom/assets/public/Image/KnowledgeBase/EditorButtons/InsertImage.gif)
|
Insert Image
|
<img src="image.jpg">
|
Insert an image.
|
![](/sites/mintoxcom/assets/public/Image/KnowledgeBase/EditorButtons/InsertTable.gif)
|
Insert Table
|
<table> </table>
|
Insert a table.
|
![](/sites/mintoxcom/assets/public/Image/KnowledgeBase/EditorButtons/InsertIFrame.gif) |
Insert iFrame |
|
Insert an iFrame. |
![](/sites/mintoxcom/assets/public/Image/KnowledgeBase/EditorButtons/InsertLine.gif)
|
Insert Horizontal Line
|
<hr/>
|
Insert a horizontal line.
|
![](/sites/mintoxcom/assets/public/Image/KnowledgeBase/EditorButtons/InsertSpecialCharacter.gif)
|
Insert Special Characters
|
|
Insert a special character ( © ™ etc. ).
|