Format Text

Currently WebBlocks uses "Markdown" and basic html tags to format text. We are working on an easy text editor to format and style your copy.


Header Level 1

#Your Text

Header Level 2

##Your Text

Header Level 3

###Your Text

Header Level 4

####Your Text

Basic Text Styling

bold text

<b>Your Text</b>

italics text

<i>Your Text</i>

Combination Styles

<b><i>Your Text</i></b>
blockquote text: Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation
<blockquote>Your Text</blockquote>

centered text

<center>Your Text</center>

Miscellaneous

Horizontal Line


<hr>

Text That Links Someplace Else

<a href="http://www.sitetolinkto.com">Your Text</a>