not possible without a new behavior, you can use HTML, and give your <a tag a class = "nui button"
I use
<a tag a class="nui button" href="/mymenulink.html?chronopage=1&ID={var:loop.value.ID}" title...
But it does not work. If I just insert a submit button as a test and press it. Then all links work in the loop.
Page 1 (chronopage 0) = List from Loop
Page 2 (chronopage 1) = Details of the selected entries from Page 1
<a tag a class="nui button" href="/mymenulink.html?chronopage=1&ID={var:loop.value.ID}" title...
But it does not work. If I just insert a submit button as a test and press it. Then all links work in the loop.
Page 1 (chronopage 0) = List from Loop
Page 2 (chronopage 1) = Details of the selected entries from Page 1
I was trying to say you should use a code like this:
This link will look like a button
<a class="nui button" href="....">Click</a>
This link will look like a button
You need to login to be able to post a reply.