<table width="100%">
<tr>
<td width="50%" align="center" colspan="2">Joe</td>
<td width="50%" align="center" colspan="2">John</td>
</tr>
<tr>
<td width="33%" align="center">Harry</td>
<td width="33%" align="center">Jim</td>
<td width="34%" align="center">Pete</td>
</tr>
</table>
shouldn't this table yield Joe and John in the top row, centered in their cells? with Harry Jim and Pete in the bottom row centered in their cells also?
everything is okay but the top row. John is not centered. when i make the border visible, the top cell with Joe extends across both cells beneath it. instead of halfway across the middle cell as i would expect. any help would be great. tyvm.
<tr>
<td width="50%" align="center" colspan="2">Joe</td>
<td width="50%" align="center" colspan="2">John</td>
</tr>
<tr>
<td width="33%" align="center">Harry</td>
<td width="33%" align="center">Jim</td>
<td width="34%" align="center">Pete</td>
</tr>
</table>
shouldn't this table yield Joe and John in the top row, centered in their cells? with Harry Jim and Pete in the bottom row centered in their cells also?
everything is okay but the top row. John is not centered. when i make the border visible, the top cell with Joe extends across both cells beneath it. instead of halfway across the middle cell as i would expect. any help would be great. tyvm.