Hi there was wondering if you could help me with this question-I have messed around with this table for over an hour now and I am totally frustrated that I cannot get the layout that I desire....
These are all the table headers that I need displayed ( all horizontally)
<table border="3" align="left" width="852">
<tr>
<th width="120"><b>Major Business Process</b></td>
<th width="136"><b>Overview of Business Process</b></td>
<th width="107"><b>Significant Business Risks</b></td>
<th width="132"><b>Risk Assessment</b><br>1 =Low 5=High<br><b> Likelihood Impact</td>
<th width="81"><b>Control In Place</b></td>
<th width="127"><b>Control In Place <br>or<br>Action Required to Mitigate Risk</b></td>
<th width="99"><b>2002 Update <br><br><b>C,A,E,I or O</b></td>
However I need some of the TH to look like this
<table border ="3">
<tr>
<td colspan =2>Risk Assessment<br><br>1=Low 5=High</td></tr>
<tr align= "center">
<td>Likelihood</td>
<td>Impact</td>
</tr>
</table>
<table border ="3">
<tr>
<td colspan =2>Control In Place</td></tr>
<tr align= "center">
<td>Yes</td>
<td>No</td>
</tr>
</table>
<table border ="3">
<tr>
<td colspan =2>2002 Update</td></tr>
<tr align= "center">
<td> C, A , E, I or O</td>
</tr>
</table>
How do I nest these snipets of code within the above listed TH's while still keeping them all horizontal?So lost can you please help me?
Thank you so much
These are all the table headers that I need displayed ( all horizontally)
<table border="3" align="left" width="852">
<tr>
<th width="120"><b>Major Business Process</b></td>
<th width="136"><b>Overview of Business Process</b></td>
<th width="107"><b>Significant Business Risks</b></td>
<th width="132"><b>Risk Assessment</b><br>1 =Low 5=High<br><b> Likelihood Impact</td>
<th width="81"><b>Control In Place</b></td>
<th width="127"><b>Control In Place <br>or<br>Action Required to Mitigate Risk</b></td>
<th width="99"><b>2002 Update <br><br><b>C,A,E,I or O</b></td>
However I need some of the TH to look like this
<table border ="3">
<tr>
<td colspan =2>Risk Assessment<br><br>1=Low 5=High</td></tr>
<tr align= "center">
<td>Likelihood</td>
<td>Impact</td>
</tr>
</table>
<table border ="3">
<tr>
<td colspan =2>Control In Place</td></tr>
<tr align= "center">
<td>Yes</td>
<td>No</td>
</tr>
</table>
<table border ="3">
<tr>
<td colspan =2>2002 Update</td></tr>
<tr align= "center">
<td> C, A , E, I or O</td>
</tr>
</table>
How do I nest these snipets of code within the above listed TH's while still keeping them all horizontal?So lost can you please help me?
Thank you so much