Call 1-888-670-1652

 Spire CoreDB Connect Error (2002) Connection timed out

fragment

The fragment attribute, when added to the sys:page tag, allows you to limit the content that will be displayed from the specified page to specific sections or elements of that page that have been given a particular ID.

ID's can be assigned to specific areas of content within the page by inserting the id attribute into an HTML tag surrounding the desired section as follows:

<div id="pageCreation">

<p>Any content.</p>

<p>More content.</p>

</div>

Back in the template, simply enter the sys:page tag into the HTML window, along with the fragment attribute and the ID used classify the desired content, and the outcome should look something like this:

<sys:page fragment="pageCreation" />

!NEED SCREENSHOT SHOWING OUTPUT OF THIS TAG

Note: Multiple ID's can be included, so long as they are each separated by a single white space.