|
Posted by Jonathan N. Little on 09/19/06 22:19
matt@mailinator.com wrote:
TOP POSTING CORECTED
> 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>
>
> 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.
Well it might help if you close them, I assume you *meant* to, else you
have 2 TBODYs together with one being empty.
STYLE:
TBODY { page-break-inside: avoid; }
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Navigation:
[Reply to this message]
|