Turning a page. Next

  • Thread starter Thread starter Pete
  • Start date Start date
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
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top