So I have a site up that has a link at the bottom of my main template. When clicked, I want it to go the the top/header of the CURRENT page, but currently it always goes to the top/header of the homepage. Is there a way to use cms-selflink to do this? Does anyone know a trick here? what am I missing?
THanks in advance.
[SOLVED] "top" anchor link on all pages within template?
[SOLVED] "top" anchor link on all pages within template?
Last edited by deejmer on Wed Nov 07, 2007 5:21 pm, edited 1 time in total.
-
calguy1000
- Support Guru

- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
Re: "top" anchor link on all pages within template?
what does the anchor tag at the top of the page look like? and the link tag at the bottom?
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Re: "top" anchor link on all pages within template?
Not sure I'm doing this right.....
this is the DIV where I want the user to "land":
This is the link in the footer:
Sorry if this is incredibly wrong.
this is the DIV where I want the user to "land":
This is the link in the footer:
Sorry if this is incredibly wrong.
Re: "top" anchor link on all pages within template?
Look in the tags for anchor, just replace Tags for Modules in bold below \/...
-
peedub
Re: "top" anchor link on all pages within template?
What Mark said...
For example, in my template I've got at the top a table (or you can use a DIV) with the id="header" and a tag in the footer which goes to the header, so;
For example, in my template I've got at the top a table (or you can use a DIV) with the id="header" and a tag in the footer which goes to the header, so;
Code: Select all
<table id="header">
content stuff...
content stuff...
content stuff...
...
{anchor anchor='header' text='^ Top'}Re: "top" anchor link on all pages within template?
Thank you guys so much! I just assumed it would be a cms_selflink function and I didn't see the anchor tag. Sorry for the lame post, but thanks for your help!
Re: "top" anchor link on all pages within template?
[solved] ?...


