Pictures
Picture
Use the picture widget to place a picture on the page together with the content.
Syntax
<w:picture picture="REPLACE" align="left|center|right" title="REPLACE" border="yes|no" link="REPLACE" caption="REPLACE" />
Attributes
- picture="REPLACE"
Full URL or absolute path to the picture file. Use the link button to upload, locate and select the picture. - align="left|center|right"
The alignment of the picture relative to the content. Left will place the picture on the left side of the content area and wrap the content around the right side of the picture. Right will place the picture on the right side of the content area and wrap the content around the left side of the picture. Center positions the picture in the center of the content area and wraps the content above and below the picture. - title="REPLACE"
This attribute labels the picture. It is useful for Search Engines to classify the picture. In some browsers the contents of the title attribute will also pop-up as a "tool-tip". - border="yes|no"
Shows a visible and stylish boreder around the picture. - link="REPLACE" optional
Insert a full URL or a link to a page within the site. This makes the picture clickable and takes the visitor to the specified destination when the picture is clicked. - caption="REPLACE" optional
Show a caption below the picture.
PICTURE: Pop-Up From Link
The Pop-Up From Link widget lets you create a regular textual link within page content that opens a pop-up window showing a picture you specify. The pop-up window is automatically resized to fit the dimensions of the picture.
Syntax
<w:picture-pop-up link-text="REPLACE" picture="REPLACE" title="REPLACE" />
Attributes
- link-text="REPLACE"
The text within the content that will appear as a cliclable link. - picture="REPLACE"
Full URL or absolute path to the picture file that will appear in the pop-up window. Use the link button to upload, locate and select the picture. - title="REPLACE"
This attribute creates a "tool-tip" for the link. It is useful for Search Engines to classify the destination of the link.
PICTURE: Pop-Up From Thumbnail
The Pop-Up From Thumbnail widget lets you place a smaller version of picture (thumbnail) on the page together with content. When the visitor clicks the picture, a large version of the same picture (or another picture) will appear in a pop-up window resized to fit the dimensions of the large picture.
Syntax
<w:picture-pop-up thumbnail="REPLACE" picture="REPLACE" align="left|center|right" title="REPLACE" border="yes|no" caption="REPLACE" />
Attributes
- thumbnail="REPLACE"
Full URL or absolute path to the picture file (thumbnail) that will be placed alongside the content. Use the link button to upload, locate and select the picture. - picture="REPLACE"
Full URL or absolute path to the picture file that will appear in the pop-up window. Use the link button to upload, locate and select the picture. - align="left|center|right"
The alignment of the thumbnail relative to the content. Left will place the thumbnail on the left side of the content area and wrap the content around the right side of the thumbnail. Right will place the thumbnail on the right side of the content area and wrap the content around the left side of the thumbnail. Center positions the thumbnail in the center of the content area and wraps the content above and below the thumbnail. - title="REPLACE"
This attribute labels the thumbnail. It is useful for Search Engines to classify the thumbnail. In some browsers the contents of the title attribute will also pop-up as a "tool-tip". - border="yes|no"
Shows a visible and stylish boreder around the thumbnail. - caption="REPLACE" optional
Show a caption below the thumbnail.

