Content Editor Help

H1 H2 H3 H4 H5 H6 “”  |   |      |       |       |   | 

We have implemented a content editor toolbar to help make writing easier for you. These tools are designed for quick inserts of code to help you write efficiently. The toolbar is loosely based off of You Only Need 10 HTML Tags. We added a few more that were very useful and come up often when coding a web page or a blog post.

Hovering over the tools will also tell you what they are.

We will review what each tool above the Content Editor does and how to use them.

H1: adds a text headline 1.

This is Headline 1


H2: adds a headline 2.

This is Headline 2


H3: adds a headline 3.

This is Headline 3


H4: adds a headline 4.

This is Headline 4


H5: adds a headline 5.

This is Headline 5

H6: adds a headline 6.

This is Headline 6


This is a paragraph.


“”
This is a blockquote


This is code






This is bold text

This is italic text

This is underline text

This is strikethrough or "deleted" text




This text is center aligned.



This text is right aligned.



This text is justify aligned.


: This is an unordered list that will not work by itself and needs to have the bullet added in between its tags.

  • This is an unordered list

  • This is a unordered list

: This is an ordered list that will not work by itself and needs to have the bullet added in between its tags.

  1. This is a ordered list

  1. This is a ordered list

: This will work by itself but it is recommended you use ul or ol as the proper way to define whether the list is ordered or unordered.

  • This is an unordered list

  • This is a unordered list

  1. This is a ordered list

  1. This is a ordered list




: This adds an image using BBCode and tag.

 



This will display an image wherever it is in the text.

If you wish to center align the image: imgcenter

If you wish to right align the image: imgright


: This adds a URL using BBCode and tag.

http://mypost.io

http://mypost.io

: This adds an embedded website using BBCode and tag.

http://mypost.io/
*Due to security reasons, some web browsers may block websites from showing up as an embedded website.
: Adds a Font Awesome icon. (ex: fa-youtube fa-2x)

: Adds a YouTube video. Just grab the 11-digit YouTube ID, not the entire URL.





: This will add a table but requires the other two blocks of code to the right of it to complete a full table.

: This is a table row, which is capable of holding many blocks of table data.

: This is table data, which adds blocks of data to a table row.

This is the results:

This is the second table row holding data 1.
This is the first table row holding data 1.This is the first table row holding data 2.
This is the second table row holding data 2.
This is the first table row holding data 1.This is the first table row holding data 2.
This is the second table row holding data 1.This is the second table row holding data 2.

: This is here to help you and leads directly to the page you are currently on right now.