Support

SiteApex Administration Help & Tutorials

Please use the topic links below to see a list of tutorials for that particular topic or module. Or you can use the search button to search for help on a specific topic. 

Note: there are a few non-default modules listed here. Please contact sales if you are interested in any of these modules.

Search:

Basic HTML Commands

This article lists some basic, commonly used html commands. If you are interested in learning more about html, we recommend checking out w3schools website.
 
Effect Code Description Example
Paragraphs

 

My Paragraph

 

These tags are used around the beginning and end of a paragraph

Paragraph 1

 

Paragraph 2

Line Break   This tag adds a line break Text

This text will start on a new line
Bold   Bolds the text contained between the opening and closing strong tags I would like this text
Italicize   Italicizes the text contained between the opening and closing em tags I would like this text italicized.
Hyperlink link text Creates a hyperlink I want this text to link to cnn.com
Headings

This is a heading

 

This is a heading

 

This is a heading


...
This is a heading
Creates headings. h1 is a top level headings and h2 and higher are sub-headings.

This is my heading


This text will start on a new line after a closing tag
Image some_text Inserts and image onto your page