> 
> 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
_______________________________________________
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to