Format the Article's Content
There are various options available that can be used to format articles.
There are both Visual and HTML formatting tools. This is found over the blank box where you enter your writing, links and any information you want to display on your site. You can use either the Visual or the HTML tab to compose your posts.
The Visual mode lets you see your post as others will, while the HTML mode shows you the code and replaces the WYSIWYG editor buttons with quicktags.
Visual Tab

Tag
|
Tag Description
|
Bold
|
Visual tag for strong emphasis of text (i.e. bold).
|
Italics
|
Visual tag for emphasis of text (i.e. italicize).
|
Strike-through
|
Visual tag to label text considered deleted from an article. Most browsers display this as striked through text.
|
Bullet List
|
Visual tag to insert an unordered list, or wrap the selected text in same. An unordered list will typically be a bulleted list of items.
|
Numbered List
|
Visual tag will insert a numbered list, or wrap the selected text in same. Each item in an ordered list is typically numbered.
|
Block Quote
|
Visual tag to differentiate between quoted or sited text.
|
Aligning Tools
|
Visual tags used to align text to the centre, left or right
|
Insert/Edit Link
|
Visual tag to create or modify a hyperlink.
|
Unlink
|
Visual tag to remove links.
|
Insert More
|
The tag that breaks an article into "teaser" and content sections.
|
Toggle Spellchecker
|
This feature is used to check the spelling of the content.
|
Show/Hide
|
This opens or hides additional visual options. These additional visual options are:
- Styles
- Underline
- Align full
- Select text colour
- Paste as Plain Text
- Paste from Word
- Remove formatting
- Insert custom character
- Outdent
- Indent
- Undo
- Redo
- Help
|
HTML Tab

Tag
|
Tag Description
|
Tag Code
|
Bold
|
HTML tag for strong emphasis of text (i.e. bold).
|
<strong></strong>
|
Italics
|
HTML tag for emphasis of text (i.e. italicize).
|
<em></em>
|
Block Quote
|
HTML tag to distinguish quoted or cited text.
|
<blockquote></blockquote>
|
Delete
|
HTML tag to label text considered deleted from an article. Most browsers display this as striked through text. (Assigns date time attribute with offset from GMT (UTC)).
|
<del></del>
|
link
|
HTML tag to create a hyperlink.
|
<a href="http://example.com"></a>
|
ins
|
HTML tag to label text considered inserted into an article. Most browsers display as underlined text. (Assigns date time attribute with offset from GMT (UTC)).
|
<ins></ins>
|
Unordered List
|
HTML tag to insert an unordered list, or wrap the selected text in same. An unordered list will typically be a bulleted list of items.
|
<ul></ul>
|
Ordered List
|
HTML tag to insert a numbered list, or wrap the selected text in same. Each item in an ordered list is typically numbered.
|
<ol></ol>
|
List Item
|
HTML tag to insert or make the selected text a list item. Used in conjunction with the ul or ol tag.
|
<li></li>
|
Code
|
HTML tag for preformatted styling of text. Generally sets text in a monospaced font, such as Courier.
|
<code></code>
|
More
|
The tag that breaks an article into "teaser" and content sections.
|
<!--more-->
|
Lookup
|
Opens a JavaScript dialog box that prompts for a word to search for through the online dictionary at answers.com. You can use this to check spelling on individual words.
|
NA
|
Close Tags
|
Closes any open HTML tags left open.
|
NA
|
|
Last Updated:
1/3/2013 10:28:22 AM
|