Large Quotes

For large quotes, simply highlight your text and select the " format (last option).

The text when selected will look like this in the blog article body.

Links

No Follow

<!-- fs-richtext-ignore --><a rel="nofollow" href=https://www.starget.co.uk/recruitment-advice/blog>Link Text</a>

Adding Tables

<!-- fs-richtext-ignore -->To add a table, use the following HTML structure. <tr> is a table row. <td> is a table data cell. to add more rows, copy and paste the <tr>CONTENT</tr> below the current row. To add more columns, add a new <td>CONTENT</td> below the current cell.

<!-- fs-richtext-ignore --><table>
<tr>
<td>First Row, First Cell</td>
<td>First Row, Second Cell</td>
</tr>
<tr>
<td>Second Row, First Cell</td>
<td>Second Row, Second Cell</td>
</tr>
</table>

2 x 2 Example:

<table>
<tr>
<td>First Row, First Cell</td>
<td>First Row, Second Cell</td>
</tr>
<tr>
<td>Second Row, First Cell</td>
<td>Second Row, Second Cell</td>
</tr>
</table>

3 x 3 Example:

<table>
<tr>
<td>First Row, First Cell</td>
<td>First Row, Second Cell</td>
<td>First Row, Third Cell</td>
</tr>
<tr>
<td>Second Row, First Cell</td>
<td>Second Row, Second Cell</td>
<td>Second Row, Third Cell</td>
</tr>
<tr>
<td>Third Row, First Cell</td>
<td>Third Row, Second Cell</td>
<td>Third Row, Third Cell</td>
</tr>
</table>

Adding 'Email' Text

To add an email example add the following code snippet within the rich text editor on the blog CMS item.

For a single paragraph

<!-- fs-richtext-ignore --><span class="is-email">CONTENT GOES HERE</span>

Example:

<span class="is-email">A rich text element can be used with static or dynamic content. For static content, just drop it into any page and begin editing. For dynamic content, add a rich text field to any collection and then connect a rich text element to that field in the settings panel. Voila!</span>

For multiple paragraphs

<!-- fs-richtext-ignore --> you must set the content within a <div> and use <p> to define paragraphs within.

<!-- fs-richtext-ignore --><div class="is-email">
<p>Subject: Enter subject</p>
<p>Hi,</p>
<p>FIRST PARAGRAPH CONTENT GOES HERE</p>
<p>SECOND PARAGRAPH CONTENT GOES HERE</p>
</div>

Example:

<div class="is-email">
<p>Subject: Enter subject</p>
<p>Hi,</p>
<p>For static content, just drop it into any page and begin editing.</p>
<p>For dynamic content, add a rich text field to any collection and then connect a rich text element to that field in the settings panel. Voila!</p>
</div>

Adding 'Speech' Text

To simulate speech in a blog post add the following code snippet within the rich text editor on the blog CMS item.

For a single paragraph

<!-- fs-richtext-ignore --><span class="is-speech">CONTENT GOES HERE</span>

Example:

<span class="is-speech">A rich text element can be used with static or dynamic content. For static content, just drop it into any page and begin editing. For dynamic content, add a rich text field to any collection and then connect a rich text element to that field in the settings panel. Voila!</span>

For multiple paragraphs

<!-- fs-richtext-ignore --> you must set the content within a <div> and use <p> to define paragraphs within.

<!-- fs-richtext-ignore --><div class="is-speech">
<p>Subject: Enter subject</p>
<p>Hi,</p>
<p>FIRST PARAGRAPH CONTENT GOES HERE</p>
<p>SECOND PARAGRAPH CONTENT GOES HERE</p>
</div>

Example:

<div class="is-speech">
<p>For static content, just drop it into any page and begin editing.</p>
<p>For dynamic content, add a rich text field to any collection and then connect a rich text element to that field in the settings panel. Voila!</p>
</div>

Call Out Grey

To add a grey call out add the following code snippet within the rich text editor on the blog CMS item.

For a single paragraph

<!-- fs-richtext-ignore --><span class="grey-callout">CONTENT GOES HERE</span>

Example:

<span class="grey-callout">A rich text element can be used with static or dynamic content. For static content, just drop it into any page and begin editing. For dynamic content, add a rich text field to any collection and then connect a rich text element to that field in the settings panel. Voila!</span>

Purple colour

<!-- fs-richtext-ignore --><span class="text-color-purple">CONTENT GOES HERE</span>

Example:

<span class="text-color-purple">Tips:</span>

For multiple paragraphs

<!-- fs-richtext-ignore --> you must set the content within a <div> and use <p> to define paragraphs within.

<!-- fs-richtext-ignore --><div class="grey-callout">
<h2>FIRST PARAGRAPH CONTENT GOES HERE</h2>
<p>SECOND PARAGRAPH CONTENT GOES HERE</p>
<p>THIRD PARAGRAPH CONTENT GOES HERE</p>
</div>

Example:

<div class="grey-callout">
<h2>Heading within the callout</h2>
<p>For static content, just drop it into any page and begin editing.</p>
<p>For dynamic content, add a rich text field to any collection and then connect a rich text element to that field in the settings panel. Voila!</p>
</div>

Call Out Navy

To add a navy call out add the following code snippet within the rich text editor on the blog CMS item.

For a single paragraph

<!-- fs-richtext-ignore --><span class="navy-callout">CONTENT GOES HERE</span>

Example:

<span class="navy-callout">A rich text element can be used with static or dynamic content. For static content, just drop it into any page and begin editing. For dynamic content, add a rich text field to any collection and then connect a rich text element to that field in the settings panel. Voila!</span>

For multiple paragraphs

<!-- fs-richtext-ignore --> you must set the content within a <div> and use <p> to define paragraphs within.

<!-- fs-richtext-ignore --><div class="navy-callout">
<h2>FIRST PARAGRAPH CONTENT GOES HERE</h2>
<p>SECOND PARAGRAPH CONTENT GOES HERE</p>
<p>THIRD PARAGRAPH CONTENT GOES HERE</p>
</div>

Example:

<div class="navy-callout">
<h2>Heading within the callout</h2>
<p>For static content, just drop it into any page and begin editing.</p>
<p>For dynamic content, add a rich text field to any collection and then connect a rich text element to that field in the settings panel. Voila!</p>
</div>

Call Out Purple

To add a purple call out add the following code snippet within the rich text editor on the blog CMS item.

For a single paragraph

<!-- fs-richtext-ignore --><span class="purple-callout">CONTENT GOES HERE</span>

Example:

<span class="purple-callout">A rich text element can be used with static or dynamic content. For static content, just drop it into any page and begin editing. For dynamic content, add a rich text field to any collection and then connect a rich text element to that field in the settings panel. Voila!</span>

For multiple paragraphs

<!-- fs-richtext-ignore --> you must set the content within a <div> and use <p> to define paragraphs within.

<!-- fs-richtext-ignore --><div class="purple-callout">
<h2>FIRST PARAGRAPH CONTENT GOES HERE</h2>
<p>SECOND PARAGRAPH CONTENT GOES HERE</p>
<p>THIRD PARAGRAPH CONTENT GOES HERE</p>
</div>

Example:

<div class="purple-callout">
<h2>Heading within the callout</h2>
<p>For static content, just drop it into any page and begin editing.</p>
<p>For dynamic content, add a rich text field to any collection and then connect a rich text element to that field in the settings panel. Voila!</p>
</div>

Call Out Green

To add a green call out add the following code snippet within the rich text editor on the blog CMS item.

For a single paragraph

<!-- fs-richtext-ignore --><span class="green-callout">CONTENT GOES HERE</span>

Example:

<span class="green-callout">A rich text element can be used with static or dynamic content. For static content, just drop it into any page and begin editing. For dynamic content, add a rich text field to any collection and then connect a rich text element to that field in the settings panel. Voila!</span>

For multiple paragraphs

<!-- fs-richtext-ignore --> you must set the content within a <div> and use <p> to define paragraphs within.

<!-- fs-richtext-ignore --><div class="green-callout">
<h2>FIRST PARAGRAPH CONTENT GOES HERE</h2>
<p>SECOND PARAGRAPH CONTENT GOES HERE</p>
<p>THIRD PARAGRAPH CONTENT GOES HERE</p>
</div>

Example:

<div class="green-callout">
<h2>Heading within the callout</h2>
<p>For static content, just drop it into any page and begin editing.</p>
<p>For dynamic content, add a rich text field to any collection and then connect a rich text element to that field in the settings panel. Voila!</p>
</div>

What’s a Rich Text element?

The rich text element allows you to create and format headings, paragraphs, blockquotes, images, and video all in one place instead of having to add and format them individually. Just double-click and easily create content.

Static and dynamic content editing

A rich text element can be used with static or dynamic content. For static content, just drop it into any page and begin editing. For dynamic content, add a rich text field to any collection and then connect a rich text element to that field in the settings panel. Voila!

How to customize formatting for each rich text

Headings, paragraphs, blockquotes, figures, images, and figure captions can all be styled after a class is added to the rich text element using the "When inside of" nested selector system.

What’s a Rich Text element?

The rich text element allows you to create and format headings, paragraphs, blockquotes, images, and video all in one place instead of having to add and format them individually. Just double-click and easily create content.

Static and dynamic content editing

A rich text element can be used with static or dynamic content. For static content, just drop it into any page and begin editing. For dynamic content, add a rich text field to any collection and then connect a rich text element to that field in the settings panel. Voila!

How to customize formatting for each rich text

Headings, paragraphs, blockquotes, figures, images, and figure captions can all be styled after a class is added to the rich text element using the "When inside of" nested selector system.

What’s a Rich Text element?

The rich text element allows you to create and format headings, paragraphs, blockquotes, images, and video all in one place instead of having to add and format them individually. Just double-click and easily create content.

Static and dynamic content editing

A rich text element can be used with static or dynamic content. For static content, just drop it into any page and begin editing. For dynamic content, add a rich text field to any collection and then connect a rich text element to that field in the settings panel. Voila!

How to customize formatting for each rich text

Headings, paragraphs, blockquotes, figures, images, and figure captions can all be styled after a class is added to the rich text element using the "When inside of" nested selector system.

What’s a Rich Text element?

The rich text element allows you to create and format headings, paragraphs, blockquotes, images, and video all in one place instead of having to add and format them individually. Just double-click and easily create content.

Static and dynamic content editing

A rich text element can be used with static or dynamic content. For static content, just drop it into any page and begin editing. For dynamic content, add a rich text field to any collection and then connect a rich text element to that field in the settings panel. Voila!

How to customize formatting for each rich text

Headings, paragraphs, blockquotes, figures, images, and figure captions can all be styled after a class is added to the rich text element using the "When inside of" nested selector system.

What’s a Rich Text element?

The rich text element allows you to create and format headings, paragraphs, blockquotes, images, and video all in one place instead of having to add and format them individually. Just double-click and easily create content.

Static and dynamic content editing

A rich text element can be used with static or dynamic content. For static content, just drop it into any page and begin editing. For dynamic content, add a rich text field to any collection and then connect a rich text element to that field in the settings panel. Voila!

How to customize formatting for each rich text

Headings, paragraphs, blockquotes, figures, images, and figure captions can all be styled after a class is added to the rich text element using the "When inside of" nested selector system.