I want to have an "Go to Top"-Button included into my site. Therefore the anchor-tag is just fine. The problem is, that I need to include an "id" into the code, which is not supported by the module.
So either you know a way how to include an id into the anchor-tag...
Code: Select all
{anchor anchor='top' class="my_class" id="myid" text="Go to top"}
Code: Select all
<a href="{anchor only-get-the-URL}">Go to top</a>

Greets,
Opa