|
Subject:
|
Guestbook with infinite page
|
|
Posted By:
|
Rolleman
|
Post Date:
|
9/18/2003 10:11:30 AM
|
I have a guestbook which shows records from a database on my page. I would like to do something so that there can't be more than 10 entrys per page and a maximum of 2 pages. Problem is I am a n00b and don't have a clue how to achieve this.
Thanks in advance
|
|
Reply By:
|
Yehuda
|
Reply Date:
|
9/18/2003 10:16:59 AM
|
I would use a tabular format with tis tag on the first pages table: <TABLE style='page-break-after:always'> You would want to select the TOP 20 rows and then place ten in the first table and a maximum of ten in the second table.
Yehuda
|