Quote:
Originally Posted by JodyC
Hi, can you give more detail on how to reference the start from a link on web page?
Much appreciated
Jody
|
The links between the pages are straight forward html links such as
<a href="page1.html">Page 1</a>
where page1.html is replaced with the actual name of the first file. Place this line at the bottom of the file and/or up at the top.
Dale