|
Posted by Beauregard T. Shagnasty on 09/19/06 21:38
In alt.html, matt@mailinator.com wrote:
> i have an html table that consists of blocks of related data -- each
> block contains three rows. ...
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>
A thought, but untested. Don't have any handy tables to produce this.
--
-bts
-Motorcycles defy gravity; cars just suck.
Navigation:
[Reply to this message]
|