Turning a page. Next

P

Pete

I have a large amount of data to go on one page so intend using 2 pages under one link so was hoping to use NEXT but unable to find this facility on FP 2000.
Help please.

TIA

Pete
 
R

Ronx

If you are FrontPage navigation components, place the two pages under
another page, so that they are in their own sub-branch of the navigation
tree, with no other pages.
On the pages, add a link bar - Insert->Navigation Bar
Select Back and Next
Click OK.

If not using FP navigation, just insert a link on each page that points
to the other page
In HTML view:
<p align="center"><a href="nextpage.htm">Next</a></p>
or
<p align="center"><a href="prevpage.htm">Previous</a></p>
as appropriate.
 
Top