Body

The <body> tag encapsulates all the content. The position of it's children is, like in HTML, depending on how much the children need (in HTML you would call this relativ position). You do not need to specify exact positions for each element.

Example

<adx>
  <body firstPageTemplate="atfinity_blue_top" template="atfinity">
    ...
  </body>
</adx>

Attributes

template (optional)

The template to use all pages

firstPageTemplate (optional)

The template to use on the first page only. All other pages will use the template from template.

Last updated