<apre></apre>
Provided by module: RXML 2 tags
Creates a link that can modify prestates. Prestates can be
seen as valueless cookies or toggles that are easily modified by the
user. The prestates are added to the URL. If you set the prestate
"no-images" on "http://www.demolabs.com/index.html" the URL would
be "http://www.demolabs.com/(no-images)/". Use <if prestate> to test for the presence of a
prestate. <apre> works just like the <a href='...'>
container, but if no "href" attribute is specified, the current
page is used.
Attributes
- href="uri"
-
Indicates which page should be linked to, if any other than the
present one.
- add="string"
-
The prestate or prestates that should be added, in a comma
separated list.
- drop="string"
-
The prestate or prestates that should be droped, in a comma separated
list.
- class="string"
-
This cascading style sheet (CSS) class definition will apply to
the a-element.