Misc
Horizontal Divider
Insert a horizontal divider that separates the content visually and/or logically on the page.
Syntax
<w:horizontal-divider visible="yes|no" space-above="##px" space-below="##px" color="#HEX" />
Attributes
- visible="yes|no"
Specify whether the divider should be visible or transparent. The visible divider is styled using the global style sheet. - space-above="##px" optional
Optionally specify the amount of empty space (in pixels) above the horizontal divider. This value overrides the globally defined style. - space-below="##px" optional
Optionally specify the amount of empty space (in pixels) below the horizontal divider. This value overrides the globally defined style. - color="#HEX" optional
Optionally specify the color of the horizontal divider using a hexadecimal color code or color name. This value overrides the globally defined style.
New Window
Use this widget if you want a link to open in a new browser window rather than navigate away from the current page within the same window.
Syntax
<w:new-window link-text="REPLACE" link="REPLACE" title="REPLACE" />
Attributes
- link-text="REPLACE"
The text within the content that will appear as a clicklable link. - link="REPLACE"
Full URL or absolute path to the page you would like to appear in the new window. Use the Link button to select the page you wish to link within the site. - title="REPLACE"
This attribute creates a "tool-tip" for the link. It is useful for Search Engines to classify the destination of the link.
Pop-up Thickbox
Use the pop-up thickbox widget to create a link within the content that opens a window of specific width and height that "hovers" above the actual page content. This is not a new browser window but rather an integral part of the page.
Syntax
<w:pop-up-thickbox link-text="REPLACE" link="REPLACE" title="REPLACE" width="REPLACE" height="REPLACE" />
Attributes
- link-text="REPLACE"
The text within the content that will appear as a clicklable link. - link="REPLACE"
Full URL or absolute path to the page you would like to appear in the pop-up window. Use the Link to Page button to select the page you wish to link within the site. - title="REPLACE"
This attribute creates a "tool-tip" for the link. It is useful for Search Engines to classify the destination of the link. The title also appears within the top border of the thickbox. - width="REPLACE"
Specifies the width of the thickbox window in pixels. - height="REPLACE"
Specifies the height of the thickbox window in pixels.
Pop-Up Window
Use the pop-up window widget to create a link within the content that opens (pops up) a window of specific width and height.
Syntax
<w:pop-up-window link-text="REPLACE" link="REPLACE" title="REPLACE" width="REPLACE" height="REPLACE" />
Attributes
- link-text="REPLACE"
The text within the content that will appear as a clicklable link. - link="REPLACE"
Full URL or absolute path to the page you would like to appear in the pop-up window. Use the Link to Page button to select the page you wish to link within the site. - title="REPLACE"
This attribute creates a "tool-tip" for the link. It is useful for Search Engines to classify the destination of the link. - width="REPLACE"
Specifies the width of the pop-up window in pixels. - height="REPLACE"
Specifies the height of the pop-up window in pixels.

