Hi there,
I am using actinic in a frame on my website. This is confusing the browser scrollbars.
I think i can get around it by using the html "Anchor Tag" i.e
<A NAME="top_of_page"></A>
and then a bit of javascript at the bottom of the page that fires when the page has finished loading to take it to this anchor.
This should hopefully make sure that everytime a page is called, the top of the page is displayed and i won't get people looking at a blank page.
So, my questions are.
1. What template should I amend to put in the anchor tag at the top of the page?
2. What template should I amend to put the javascript at the bottom of the page?
Can anyone help me please?
Thanks
Trev
I am using actinic in a frame on my website. This is confusing the browser scrollbars.
I think i can get around it by using the html "Anchor Tag" i.e
<A NAME="top_of_page"></A>
and then a bit of javascript at the bottom of the page that fires when the page has finished loading to take it to this anchor.
This should hopefully make sure that everytime a page is called, the top of the page is displayed and i won't get people looking at a blank page.
So, my questions are.
1. What template should I amend to put in the anchor tag at the top of the page?
2. What template should I amend to put the javascript at the bottom of the page?
Can anyone help me please?
Thanks
Trev
Comment