P
Paul W
ok - I've got "Table-Layout:Fixed" working to stop the cells in a table from
growing when the text therein is large. However, this seems to NOT work as
soon as I need to use "Rowspan=2" for a cell (using IE 6).
It's really important to me that I can get this work, so I'd appreciate any
and all ideas.
Thanks,
Paul.
-----------------
<table border="1" bordercolor="#FF0000" style="table-layout:fixed;"
width=200 height=44>
<tr height=22><td rowspan=1 overflow="none">111<td rowspan=2 overflow="none"
style="overflow:none">big text comes here.big text comes here.big text comes
here.big text comes here.big text comes here.big text comes here.big text
comes here.big text comes here.big text comes here.</td></tr>
<tr height=22><td>333</td></tr>
</table>
growing when the text therein is large. However, this seems to NOT work as
soon as I need to use "Rowspan=2" for a cell (using IE 6).
It's really important to me that I can get this work, so I'd appreciate any
and all ideas.
Thanks,
Paul.
-----------------
<table border="1" bordercolor="#FF0000" style="table-layout:fixed;"
width=200 height=44>
<tr height=22><td rowspan=1 overflow="none">111<td rowspan=2 overflow="none"
style="overflow:none">big text comes here.big text comes here.big text comes
here.big text comes here.big text comes here.big text comes here.big text
comes here.big text comes here.big text comes here.</td></tr>
<tr height=22><td>333</td></tr>
</table>