Hi.
I'm formatting a 6 row, 5 column table as follows. The style attributes are for prince; the border/colspan/rowspan attributes are for my browser.
<table class='table1' border='1'>
<tr>
<td style='column-span: 5;' colspan='5'><b>Interaction Between Species</b></td>
</tr>
<tr>
<td style='column-span: 2; row-span: 2;' colspan='2' rowspan='2'> </td>
<td style='column-span: 3;' colspan='3'>SPECIES A</td>
</tr>
<tr>
<td><b>Benefit (+)</b></td>
<td><b>Harm (-)</b></td>
<td><b>No Effect (0)</b></td>
</tr>
<tr>
<td style='row-span: 3;' rowspan='3'>SPECIES B</td>
<td><b>Benefit (+)</b></td>
<td>Mutualism / Protocooperation</td>
<td>Parasitism / Predation</td>
<td>Commensalism</td>
</tr>
<tr>
<td><b>Harm (-)</b></td>
<td>Parasitism / Predation</td>
<td>Competition</td>
<td>Amensalism</td>
</tr>
<tr>
<td><b>No effect (0)</b></td>
<td>Commensalism</td>
<td>Amensalism</td>
<td>Neutralism</td>
</tr>
</table>
Summarizing:
Row 1: one cell spanning 5 cols
Row 2: one cell spanning 2 cols AND 2 rows; one cell spanning 3 cols
Row 3: cell defined above spans 2 rows; one cell spanning 3 cols
Row 4: one cell spanning 3 rows; 4 cells
Row 5: cell defined above spans 1 col; 4 cells
Row 6: cell defined above spans 1 col, 4 cells
The result renders fine in Safari. Prince 5.1 has a goof: in Row 3, the first cell only spans 1 row, so the remaining cells are all shifting one column left of where they should be. Basically the southeast corner of that 2x2 cell gets munched.
Any ideas?
Thanks,
Eric Baumgartner
Inquirium
I'm formatting a 6 row, 5 column table as follows. The style attributes are for prince; the border/colspan/rowspan attributes are for my browser.
<table class='table1' border='1'>
<tr>
<td style='column-span: 5;' colspan='5'><b>Interaction Between Species</b></td>
</tr>
<tr>
<td style='column-span: 2; row-span: 2;' colspan='2' rowspan='2'> </td>
<td style='column-span: 3;' colspan='3'>SPECIES A</td>
</tr>
<tr>
<td><b>Benefit (+)</b></td>
<td><b>Harm (-)</b></td>
<td><b>No Effect (0)</b></td>
</tr>
<tr>
<td style='row-span: 3;' rowspan='3'>SPECIES B</td>
<td><b>Benefit (+)</b></td>
<td>Mutualism / Protocooperation</td>
<td>Parasitism / Predation</td>
<td>Commensalism</td>
</tr>
<tr>
<td><b>Harm (-)</b></td>
<td>Parasitism / Predation</td>
<td>Competition</td>
<td>Amensalism</td>
</tr>
<tr>
<td><b>No effect (0)</b></td>
<td>Commensalism</td>
<td>Amensalism</td>
<td>Neutralism</td>
</tr>
</table>
Summarizing:
Row 1: one cell spanning 5 cols
Row 2: one cell spanning 2 cols AND 2 rows; one cell spanning 3 cols
Row 3: cell defined above spans 2 rows; one cell spanning 3 cols
Row 4: one cell spanning 3 rows; 4 cells
Row 5: cell defined above spans 1 col; 4 cells
Row 6: cell defined above spans 1 col, 4 cells
The result renders fine in Safari. Prince 5.1 has a goof: in Row 3, the first cell only spans 1 row, so the remaining cells are all shifting one column left of where they should be. Basically the southeast corner of that 2x2 cell gets munched.
Any ideas?
Thanks,
Eric Baumgartner
Inquirium
Eric Baumgartner
Inquirium