Help

Visual Editor Help

Help with Visual Editor

Photo Galleries

Click on Gallery link in left side menu, then “Manage Galleries.” Click on the gallery in
order to edit it. On this page, you can change the titles and descriptions of each image in
the gallery, set thumbnail images and delete images. You can also reorder a gallery by
pressing the “Sort Gallery” button at the top of the page, and drag and drop images in
your desired order.
In order to add images to a particular gallery, click on the “Add Gallery / Images” link.
Here you can select the gallery you want to add images to and drag and drop files, or
click the “Add Files” button to find images on your computer. These can then be
described and put in proper order under the “Manage Galleries” link described above.
Additional galleries can be added using “Add Gaallery / Images” and “Manage Galleries”
links.

Youtube Videos

Youtube videos are edited as “Posts” and are put in the Videos category. To add a video,
just cut and paste the link of the corresponding Youtube link. The video will
automatically be embedded on the page.

Basic Html

Help with Basic HTML
HEADINGS

<h1>This is heading 1</h1>

<h2>This is heading 2</h2>

<h3>This is heading 3</h3>

LINKS
<a href=”https://www.link.com”>Here Is a Link</a>
<a href=”https://www.link.com” target=”_blank”>Here Is a Link, Target New Window</a>
(should be used if linking to pdf or outside of website)