Styles
<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
- item a
- item b
- item c
- 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 TextLorem 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
<a class=”button” href=”URLhere”> YOUR LINK HERE </a>
Tables
fancytable
<table class=”fancytable””>
<tbody>
<tr>
<th>Contact</th>
<td>Fr. Bob
555-555-555
fatherbob@strobert.org</td>
</tr>
</tbody>
</table>
Contact | Fr. 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>
Test1 | Test2 | Test3 | Test4 | Test5 | Really 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>
Test1 | Test2 | Test3 | Test4 | Test5 | Really 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>
Test1 | Test2Test2 | Test3 | Test4Test4Test4 | Test5Test5 | Really 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>
Test1 | Test2 | Test3 |
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.