<table class="form-tblsect" >
<tr width="100%">
<td width="50%" class="cell_lbl_right">Contractor Company Name<span class="starCss">*</span>: </td>
<td width="50%" class="cell_lbl_left" style="word-wrap:break-word;word-break:break-all;">${app.contrCompanyName }
<c:if test="${historyApplicationDTO!=null && historyApplicationDTO.contrCompanyName !=app.contrCompanyName }">
<span style="color: red">(${status}) </span>
</c:if>
</td>
</tr>
</table>
顯示效果並不是50%+50%
需要加入
<table style="table-layout: fixed">
