ResolutionsNET
IS-IT--Management
Hi,
In the following code I can't seem to get the two table rows to line up correctly, can anyone point me in the correct direction.
<table border="0" cellspacing="0" cellpadding="0">
<tr nowrap="">
<td nowrap="">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td nowrap="">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td nowrap=""> </td>
</tr>
</table>
</td>
</tr>
<tr>
<td nowrap="">Good</td>
</tr>
<tr>
<td nowrap="">Outstanding</td>
</tr>
<tr>
<td nowrap="">Poor</td>
</tr>
<tr>
<td nowrap="">Very Good</td>
</tr>
<tr>
<td nowrap="">Very Poor</td>
</tr>
</table>
</td>
<td nowrap="">
<table border="0" cellspacing="0" cellspaing="0">
<tr>
<td></td>
</tr>
<tr>
<td nowrap="">Question Count</td>
</tr>
<tr>
<td>3,636</td>
</tr>
<tr>
<td>3,837</td>
</tr>
<tr>
<td>553</td>
</tr>
<tr>
<td>12,335</td>
</tr>
<tr>
<td>193</td>
</tr>
</table>
</td>
</tr>
</table>
In the following code I can't seem to get the two table rows to line up correctly, can anyone point me in the correct direction.
<table border="0" cellspacing="0" cellpadding="0">
<tr nowrap="">
<td nowrap="">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td nowrap="">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td nowrap=""> </td>
</tr>
</table>
</td>
</tr>
<tr>
<td nowrap="">Good</td>
</tr>
<tr>
<td nowrap="">Outstanding</td>
</tr>
<tr>
<td nowrap="">Poor</td>
</tr>
<tr>
<td nowrap="">Very Good</td>
</tr>
<tr>
<td nowrap="">Very Poor</td>
</tr>
</table>
</td>
<td nowrap="">
<table border="0" cellspacing="0" cellspaing="0">
<tr>
<td></td>
</tr>
<tr>
<td nowrap="">Question Count</td>
</tr>
<tr>
<td>3,636</td>
</tr>
<tr>
<td>3,837</td>
</tr>
<tr>
<td>553</td>
</tr>
<tr>
<td>12,335</td>
</tr>
<tr>
<td>193</td>
</tr>
</table>
</td>
</tr>
</table>