The HTML table is constructed by another program and has to be done a row at a time. I am using fixed widths in the columns, but the output appears jagged I can't see why the following table appears jagged. Can someone please help
Sorry, I can't show output due to security issues. please copy and paste the code below into https://onlinehtmleditor.dev/ to see
<table align="center" border="1" cellpadding="1" cellspacing="1" style="background-color:#ebf5f7; width:1200px">
<tbody>
<tr>
<td style="width:300px"><span style="font-family:Courier New,Courier,monospace"><strong>Attribute Name</strong></span></td>
<td style="width:500px"><span style="font-family:Courier New,Courier,monospace"><strong>Attribute Type (or DXL if DXL Attribute)</strong></span></td>
<td style="width:200px"><span style="font-family:Courier New,Courier,monospace"><strong>Enumerations</strong></span></td>
<td style="width:300px"><span style="font-family:Courier New,Courier,monospace"><strong>Access (Value)</strong></span></td>
</tr>
<tr>
<td style="width:300px"><span style="font-family:Courier New,Courier,monospace">[ACCEPTANCE CATEGORY]</span></td>
<td style="width:500px"><span style="font-family:Courier New,Courier,monospace">Text</span></td>
<td style="width:200px"> </td>
<td style="width:300px"> </td>
</tr>
</tbody>
</table>
<table align="center" border="1" cellpadding="1" cellspacing="1" style="background-color:#ebf5f7; width:1200px">
<tbody>
<tr>
</tr>
<tr>
<td style="width:300px"><span style="font-family:Courier New,Courier,monospace">[ACCEPTANCE CRITERIA]</span></td>
<td style="width:500px"><span style="font-family:Courier New,Courier,monospace">Text</span></td>
<td style="width:200px"> </td>
<td style="width:300px"><span style="font-family:Courier New,Courier,monospace">Requirements Management<span style="color:#3278b2"> RMCD</span></span>
</td>
</tr>
</tbody>
</table>
<table align="center" border="1" cellpadding="1" cellspacing="1" style="background-color:#ebf5f7; width:1200px">
<tbody>
<tr>
<td style="width:300px"> </td>
<td style="width:500px"> </td>
<td style="width:200px"> </td>
<td style="width:300px"><br />
<span style="font-family:Courier New,Courier,monospace">Requirements Management<span style="color:#3278b2"> RMCD</span></span>
</td>
</tr>
</tbody>
</table>
<table align="center" border="1" cellpadding="1" cellspacing="1" style="background-color:#ebf5f7; width:1200px">
<tbody>
<tr>
</tr>
<tr>
<td style="width:300px"><span style="font-family:Courier New,Courier,monospace">[CAS 1 REVIEW]</span></td>
<td style="width:500px"><span style="font-family:Courier New,Courier,monospace"><span style="color:#9966ff">[LIST]</span></span>
</td>
<td style="width:200px">
<p><span style="font-family:Courier New,Courier,monospace"><span style="color:#9966ff">[Batch 1]<br />
[Batch 2]<br />
[Batch 3]<br />
[Legacy Process]</span></span><br />
</p>
</td>
<td style="width:300px"><span style="font-family:Courier New,Courier,monospace">DOORS Admin<span style="color:#3278b2"> RMCDA</span><br /> Requirements Management<span style="color:#3278b2"> RMCD</span></span>
</td>
</tr>
</tbody>
</table>
<table align="center" border="1" cellpadding="1" cellspacing="1" style="background-color:#ebf5f7; width:1200px">
<tbody>
<tr>
</tr>
<tr>
<td style="width:300px"><span style="font-family:Courier New,Courier,monospace">[Cop]</span></td>
<td style="width:500px"> </td>
<td style="width:200px"> </td>
<td style="width:300px"> </td>
</tr>
</tbody>
</table>
<table align="center" border="1" cellpadding="1" cellspacing="1" style="background-color:#ebf5f7; width:1200px">
<tbody>
<tr>
</tr>
<tr>
<td style="width:300px"><span style="font-family:Courier New,Courier,monospace">[DEVIATION JUSTIFICATION]</span></td>
<td style="width:500px"><span style="font-family:Courier New,Courier,monospace">Text</span></td>
<td style="width:200px"> </td>
<td style="width:300px"><span style="font-family:Courier New,Courier,monospace">DOORS Admin<span style="color:#3278b2"> RMCDA</span><br /> Requirements Management<span style="color:#3278b2"> RMCD</span></span>
</td>
</tr>
</tbody>
</table>
<table align="center" border="1" cellpadding="1" cellspacing="1" style="background-color:#ebf5f7; width:1200px">
<tbody>
<tr>
</tr>
<tr>
<td style="width:300px"><span style="font-family:Courier New,Courier,monospace">[E-T ID]</span></td>
<td style="width:500px"><span style="font-family:Courier New,Courier,monospace">Text</span></td>
<td style="width:200px"> </td>
<td style="width:300px"><span style="font-family:Courier New,Courier,monospace">DOORS Admin<span style="color:#3278b2"> RMCDA</span><br /> Requirements Management<span style="color:#3278b2"> RMCD</span></span>
</td>
</tr>
</tbody>
</table>
<table align="center" border="1" cellpadding="1" cellspacing="1" style="background-color:#ebf5f7; width:1200px">
<tbody>
<tr>
</tr>
<tr>
<td style="width:300px"><span style="font-family:Courier New,Courier,monospace">[FI</span></td>
<td style="width:500px"> </td>
<td style="width:200px"> </td>
<td style="width:300px"> </td>
</tr>
</tbody>
</table>
<table align="center" border="1" cellpadding="1" cellspacing="1" style="background-color:#ebf5f7; width:1200px">
<tbody>
<tr>
</tr>
</tbody>
</table>