This code will allow users to easily return to the previous page. Basically a text version of the Back button. Copy and paste the code where you want the link to appear.
<a href="javascript:history.back(1)">Previous Page</a>