Print this page

Sideboxes

Each sidebox is a separate page and is inserted as an include files. You can add them to as many pages as you like and can use different boxes on different pages. because they are the same file your website info will stay consistent throughout. In the includes folder you will find a file titled boxtemplate.html. Open this page and save as to create a new include box.

To install an include file just place your curser where you want the box to appear and select "Insert" "Web Component" "Included Content" and browse to your new page and select OK. This will insert that box. if you would like to change the box to another include file just Right Click it and select "Include Page Properties" and browse to your newly selected page.

The box title and box content is styled via the master.css file as shown below.

.boxtitle {
Font-family: 'Arial', Verdana, Tahoma, Helvetica, sans-serif;
Text-Align: left;
font-weight: Bold;
font-variant: small-caps;
Padding: 2px;
font-size: 10pt;
color: #1F3A84;
}

.boxcontent {
Font-family: 'Arial', Verdana, Tahoma, Helvetica, sans-serif;
Text-Align: Justify;
MARGIN-LEFT: 3px; MARGIN-RIGHT: 3px;
font-size: 10pt;
color: #000000;
}