<div class=”text””>
at the top and
</div>
at the bottom (sets the left and right margins)

Featured Images are 1200x400px
Canva

Styles

Paragraph Text
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse ac nisi lectus. Aliquam non faucibus lorem, vel sagittis metus. Nullam sed pretium lacus, eu euismod urna. Quisque mauris nunc, pretium nec sagittis et, faucibus eu nulla.

Bulleted List

  • item a
  • item b
  • item c
  • item d

Ordered List

  1. item a
  2. item b
  3. item c
  4. item d

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

Solid Backgrounds

<h1 class=”solidbackground””> YOUR TEXT HERE </h1>
respectively for h1, h2, h3, h4, h5, and p

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5

Paragraph — Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse ac nisi lectus. Aliquam non faucibus lorem, vel sagittis metus. Nullam sed pretium lacus, eu euismod urna. Quisque mauris nunc, pretium nec sagittis et, faucibus eu nulla.

Address Text
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse ac nisi lectus. Aliquam non faucibus lorem, vel sagittis metus. Nullam sed pretium lacus.
 

<blockquote> YOUR QUOTE TEXT HERE </blockquote>
<p style=”text-align: right;””> quote source </p>

Blockquote
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse ac nisi lectus. Aliquam non faucibus lorem, vel sagittis metus. Nullam sed pretium lacus.

Source – Latin filler text

Hyperlink Color

<a class=”button” href=”URLhere”> YOUR LINK HERE </a>

BUTTON

Tables

fancytable

<table class=”fancytable””>
<tbody>
<tr>
<th>Contact</th>
<td>Fr. Bob
555-555-555
fatherbob@strobert.org</td>
</tr>
</tbody>
</table>

ContactFr. Bob
555-555-555
fatherbob@strobert.org

equaltable

<table class=”equaltable”>
<tbody>
<tr>
<td>Test1</td>
<td>Test2</td>
<td>Test3</td>
<td>Test4</td>
<td>Test5</td>
<td>Really really really really long field. Very very long field.</td>
</tr>
</tbody>
</table>

Test1Test2Test3Test4Test5Really really really really long field. Very very long field.

equaltablenb

<table class=”equaltablenb”>
<tbody>
<tr>
<td>Test1</td>
<td>Test2</td>
<td>Test3</td>
<td>Test4</td>
<td>Test5</td>
<td>Really really really really long field. Very very long field.</td>
</tr>
</tbody>
</table>

Test1Test2Test3Test4Test5Really really really really long field. Very very long field.

flextablenb

<table class=”flextablenb”>
<tbody>
<tr>
<td>Test1</td>
<td>Test2</td>
<td>Test3</td>
<td>Test4</td>
<td>Test5</td>
<td>Really really really really long field. Very very long field.</td>
</tr>
</tbody>
</table>

Test1Test2Test2Test3Test4Test4Test4Test5Test5Really really really really long field. Very very long field.

noborder

<table class=”noborder”>
<tbody>
<tr>
<td>Test1</td>
<td>Test2</td>
<td>Test3</td>
</tr>
</tbody>
</table>

Test1Test2Test3

Background and full width

<table class=”equaltablenb”>
<tbody>
<tr>
<td style=”background: #C2E0F4;”>Test1</td>
</tr>
</tbody>
</table>

Test1

Solid Light Blue Line

<hr />


Redirect to an external domain / URL

<script type=”taxt/javascript”>
window.location = ‘http://solutiosoftware.com’;
</script>
If your browser doesn’t redirect automatically, please <a target=”_blank” href=”http://solutiosoftware.com”>click here</a> to proceed.

Paste the above into the text view of page (do not click Visual before saving or it will add code to the script.) Check the page Permalink.