At the bottom of each page I have a link that should direct you to the top of that page.
The code for it is in the template.
Soon after I inserted this code
At the appropriate position at the bottom of the page I have this code
^ Top
On the first page it works fine.
The links ^ Top on the next pages should return me of the top of the actual page, however I get to the top of the first page of my site instead.
Check it out these sites (in Dutch)
http://www.edelsmidfrentz.nl/
http://www.loes-online.nl/lelyschool/
The problem occurs in IE7 and FF3
How do I solve this?
Link to top of page
Link to top of page
Last edited by LouiseW on Thu Oct 09, 2008 7:43 pm, edited 1 time in total.
Thanks for your help
I use CMS Made Simple 1.6 "New Caledonia"
I use CMS Made Simple 1.6 "New Caledonia"
Re: Link to top of page
Try...
Ronny{anchor anchor='main' text='Top^'}
SOLVED! Link to top of page
Hello Ronny
The problem is solved using your solution!
At the bottom I now have this anchor
{anchor anchor='pagetop' text='Top^'}
But that doesn't anything without a target at the top somewhere after the tag:
Thanks!!!
The problem is solved using your solution!
At the bottom I now have this anchor
{anchor anchor='pagetop' text='Top^'}
But that doesn't anything without a target at the top somewhere after the tag:
Thanks!!!
Last edited by LouiseW on Wed Jul 29, 2009 11:04 pm, edited 1 time in total.
Thanks for your help
I use CMS Made Simple 1.6 "New Caledonia"
I use CMS Made Simple 1.6 "New Caledonia"
Re: Link to top of page
the name attribute is deprecated.
Just reference to anything at the top of the page with an id attribute.
i.e if you have a div in the top like:
then where you want your "back to top link" insert a link as follows:
Return to top
Just reference to anything at the top of the page with an id attribute.
i.e if you have a div in the top like:
then where you want your "back to top link" insert a link as follows:
Return to top