How do I create a 'back to top of page" button?

D

Don Schmidt

Select Insert, HTML code fragment, draw a rectangle of any size on your
work area, and a window will pop open.
Type the following in the box

<a href="#top">back to top</a>

You can move the HTML code fragment box like any other box if you so wish.
 
Top