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

Go to topic 4225

Return to index page 1043
Return to index page 1042
Return to index page 1041
Return to index page 1040
Return to index page 1039
Return to index page 1038
Return to index page 1037
Return to index page 1036
Return to index page 1035
Return to index page 1034