Is it possible to create a web part that publishing page editors can insert and all it contains is an anchor tag to take the user "Back to Top" of the page?
I've added this to the top of the pages' HTML:
<a id="top">
Then, I'd like non-HTML coders to be able to add this anywhere they'd like on SharePoint 2010 publishing pages:
<a href="#top">Back to Top</a>
Your help is much appreciated. Thanks.