|
Posted by matt on 09/19/06 22:07
beauregard,
that wouldnt achieve anything. the <TBODY> tagset can be used in my
op's fashion (multiple instances) as a means of organizing sets of rows
into blocks (presumably of related data). my intent is to then style
those blocks such that they dont split apart onto multiple pages.
if i kept *all* the <TR> rows under the same <TBODY> roof, i have no
smaller units, only the single tbody. that especially wont do, since i
have 300 rows in total (3 in each <TBODY> -- far more than can fit onto
one page.
matt
Beauregard T. Shagnasty wrote:
> What happens if you combine the three rows into *one* <tbody> ?
>
> > <!-- dont break this block -->
> > <tbody>
> > <tr>
> > <td>block 1, row 1</td> <-- these would be *cell* 1
> > <td>block 1, row 2</td> <-- *cell* 2 ...
> > </tr>
> > <tr>
> > <td>block 2, row 1</td>
> > <td>block 2, row 2</td>
> > </tr>
> > <tr>
> > <td>block 3, row 1</td>
> > <td>block 3, row 2</td>
> > </tr>
> > <tbody>
Navigation:
[Reply to this message]
|