Im trying to print a part of the database. right now it end up like this
Titel
<table>
<tr>
<td colspan="2">Title
</td>
</tr>
<tr>data1<td></td><td>data2</td></tr>
<tr>data1<td></td><td>data2</td></tr>
</table>
<table>
<tr>
<td colspan="2">Title2
</td>
</tr>
<tr>data1<td></td><td>data2</td></tr>
<tr>data1<td></td><td>data2</td></tr>
</table>
means that the data line is longer, till a page
As you see its under each other.
I would like to have them beside each other. like five on a page and then the next five on the next page
I hope you know what i mean