[pmwiki-users] Anchors in PmForm templates
Randy Brown
randy at brownragfilms.com
Mon Dec 23 13:32:24 CST 2013
>
> When using a pagelist/pmform template, is there any way to insert an anchor link into them?
>
> I can't add a simple anchor link [[#form]] to the template -- that doesn't work. Is there another way to do it?
>
If you only have one pagelist result, you can try something like this:
[[{$FullName}#jumptohere|Jump to anchor within pagelist result]]
(:pagelist name={$FullName} fmt=#format anchor=jumptohere:)
(:if false:)
[[#format]]
This is above the anchor
[[#{$$anchor}]]
This is at the anchor
This is below the anchor
[[#formatend]]
Randy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.pmichaud.com/pipermail/pmwiki-users/attachments/20131223/e9e92410/attachment.html>
More information about the pmwiki-users
mailing list