What are the different types of snippets that can be inserted into a fact sheet?

A snippet is industry sector-specific content that is inserted into a fact sheet either automatically when the sheet is loaded ('auto show') or on demand ('click to show')

How do I add an 'auto show' snippet into a fact sheet?

How do I add a 'click to show' snippet into a fact sheet?

How can I copy, cut and paste text to, from or within the editor?

You use the keyboard sequences of Ctrl-c (to copy), Ctrl-x (to cut), and Ctrl-v (to paste). The standard toolbar icons have been turned off - in a website editor, they are more trouble than they are worth.

What is straightforward, however, are the replacements to these icons.

Images: how big, what format is best, and how do I link to them?

The following 'rules' apply to images on this site:

Images: how do I position them on the page and create a title for each of them?

Positioning images on the page requires a class statement to be manually added to the HTML image tag. You can do this after you've inserted an image tag using the WYSIWYG editor, or directly when you enter an image tag through the HTML editor.

The HTML image tag is structured as:
<img class="___" title="" src="../images/folderName/fileName" alt="" width="xxx" height="xxx" />

In order to be positioned on the page, the class statement must take one of three values:

Text entered into the title statement will be extracted and placed immediately beneath the image in the form of a title. The title statement will be automatically inserted into the alt statement, if the latter is empty.

This positioning and image titling is done by javascript on the user's side only - the functionality is not currently available on in the preview tab of the editor