Jump to content

[SOLVED] Page-Break


947740

Recommended Posts

Am I doing something wrong in my CSS?  I just want all of the tables to be on different pages when printed.

 

<table><th>ParentName</th><th>NumberStudents</th><th>CheckIn</th><th>CheckOut</th><th>Paid</th></table>
<table style='page-break-before: always;'>
<tr style='background-color: silver;'>
<td>Jim Jasikevicius</td>
<td>5</td>
<td>6/22/09 10:00</td>
<td>6/22/09 15:10</td>
<td>yes</td>
</tr>
</table>
<table style='page-break-before: always;'>
<tr style='background-color: #D2B48C;'>
<td>Bob Knight</td>
<td>1</td>
<td>6/22/09 14:00</td>
<td>6/22/09 15:10</td>
<td>yes</td>
</tr>
</table>
<table style='page-break-before: always;'>
<tr style='background-color: silver;'>
<td>Bob knight</td>
<td>2</td>
<td>6/22/09 15:53</td>
<td>6/22/09 16:05</td>
<td><a href='afterschool/paid.php?ID=41'>Paid</a></td>
</tr>
</table>

Link to comment
https://forums.phpfreaks.com/topic/163286-solved-page-break/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.