Support community for TTG plugins and products.
NOTICE
The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.
This forum is now closed, and exists here as a read-only archive.
You are not logged in.
Pages: 1
Is it possible to add a "Go to Top" of page in the Footer? If in css, what would the code be?
Offline
at the most basic, you can try adding this html to the footer's Copyright Attribution field:
<a href ="#">Back to top</a>
If you want it on it's own line, wrap it in <p> tags
<p><a href="#">BACK TO TOP</a></p>
if you want to center it:
<p style = "text-align: center;"><a href="#">BACK TO TOP</a></p>
If you want some fancy scrolling back to the top, then you'll have to look into using jQuery via phplugins.
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Rod,
Thank you! I now have it inserted, but only on my Photo Album pages since that's where it is most useful.
Doug
Offline
Pages: 1