B
bg_ie
Hi,
I have the following code -
<html>
<body>
<table border="1" width="100%">
<tr>
<td>
aaaa
</td>
<td>
bbbb
</td>
</tr>
<tr>
<td>
</td>
<td>
dddd
</td>
</tr>
<tr>
<td>
</td>
<td>
ffff
</td>
</tr>
<tr>
<td>
gggg
</td>
<td>
hhhh
</td>
</tr>
</table>
<body>
</html>
The problem with this table is that I want the "aaaa" box to be bigger
so that it would also fill the space where you would expect to see
"cccc" and "eeee". In otherwords, I want the box belonging to "aaaa"
to be 3 columns in height, so that it is more clear that it belongs to
"bbbb" "dddd" "ffff". How do I do this in simple html.
Hope I make sense,
Thanks,
Barry.
I have the following code -
<html>
<body>
<table border="1" width="100%">
<tr>
<td>
aaaa
</td>
<td>
bbbb
</td>
</tr>
<tr>
<td>
</td>
<td>
dddd
</td>
</tr>
<tr>
<td>
</td>
<td>
ffff
</td>
</tr>
<tr>
<td>
gggg
</td>
<td>
hhhh
</td>
</tr>
</table>
<body>
</html>
The problem with this table is that I want the "aaaa" box to be bigger
so that it would also fill the space where you would expect to see
"cccc" and "eeee". In otherwords, I want the box belonging to "aaaa"
to be 3 columns in height, so that it is more clear that it belongs to
"bbbb" "dddd" "ffff". How do I do this in simple html.
Hope I make sense,
Thanks,
Barry.