Page 1 of 1

Anchor tag method?

Posted: Thu Jul 24, 2008 9:22 am
by irish
Is there a way to create an anchor tag to the current page. e.g. I have a list of links at the top of the page, each one anchors to a summary of articles on that same page.

I was hoping I could use something like: $this->CreateLink(...) but I can't get it to do it. Is there another method that I don't know about that creates anchor links? or what is the best way of doing this?

thanks, 

Re: Anchor tag method?

Posted: Mon Jul 28, 2008 1:12 pm
by irish
any ideas, anybody?  Or will I have to hack it?

Re: Anchor tag method?

Posted: Mon Jul 28, 2008 3:16 pm
by stopsatgreen
Sorry, if I've misunderstood, but can't you just use the anchor tag?

Code: Select all

{anchor anchor='youridname'}

Re: Anchor tag method?

Posted: Mon Jul 28, 2008 3:46 pm
by kermit
i've not used it before, but there's also a 'table of contents' udt in the wiki (to autogenerate that list at the top of your page).