J
jodleren
Hi!
I have problems with the following code in IE, but it works well in
Firefix.
<table border=1>
<tr>
<td>a b</td>
<td width=25>c</td>
</tr>
<tr>
<td colspan=2>The red fox jumped over the lazy dog</td>
</tr>
</table>
Idea: the top row, cell 1 - as wide as possible, cell 2, specified
width - (or as short as possbile if that can help. Setting cell one
just to take up all remaining space is ok too)
IE cannot handle this. Any suggestions?
WBR
Sonnich
I have problems with the following code in IE, but it works well in
Firefix.
<table border=1>
<tr>
<td>a b</td>
<td width=25>c</td>
</tr>
<tr>
<td colspan=2>The red fox jumped over the lazy dog</td>
</tr>
</table>
Idea: the top row, cell 1 - as wide as possible, cell 2, specified
width - (or as short as possbile if that can help. Setting cell one
just to take up all remaining space is ok too)
IE cannot handle this. Any suggestions?
WBR
Sonnich