[SOLVED] Anchor: Only reveal the URL
Posted: Sun May 02, 2010 9:34 am
Dear Community.
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...
OR you know a way of how to only reveal the URL via the anchor-tag...
OR you have another possibility for me 
Greets,
Opa
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