Call 1-888-670-1652

 Spire CoreDB Connect Error (2002) Connection timed out

aml:target

The aml:target tag is used to indicate the location where you would like a selected portion of the XML document (specified with the aml:move-to tag) to be moved to.

The tag generally includes the name attribute, which is used to assign a name to the target location that can be used in the aml:move-to tag in order to tell the system where to move the specified content.

When entering the tag into the template's HTML window, it should look something like this:

<aml:target name="abc">

In following with the example above, the associated aml:move-to tag would look like this:

<aml:move-to target="abc"><b>CONTENT</b></aml:move-to>