TA看到了
TB在哪里?
说清楚点吧

解决方案 »

  1.   

    <style>
    table{width:800;border:1 solid ;word-break:break-all;font-size:12pt}
    </style>
    <table id="t1" border=1 cellpadding=0 cellspacing=0>
    <colgroup>
    <col width=100>
    <col width=100>
    <col width=100>
    <col width=100>
    <col width=100>
    <col width=100>
    <col width=100>
    <col width=100>
    </colgroup>
    <tr height=100><td width=200 colspan="2">评估人意见:</td><td width=200 colspan="2"> 
    <textarea name="TComm0Rtf" rows='6' cols='6' style="width:100%;height:100%"></textarea>
     </td><td width=200 colspan="2">上级经理意见:</td><td width=200 colspan="2" > 
    <textarea name="TComm1Rtf" rows='6' cols='6' style="width:100%;height:100%"></textarea>
     </td></tr>
    </table>
    <table id="TA" border=1 cellpadding=0 cellspacing=0>
    <colgroup>
    <col width=100>
    <col width=100>
    <col width=100>
    <col width=100>
    <col width=100>
    <col width=100>
    <col width=100>
    <col width=100>
    </colgroup>
    <tr valign="top"><td width=200 colspan=2>
    <textarea name="TA1" rows='6' cols='6' style="width:100%;height:100%"></textarea>
    </td>
    <td width=98>
    <input name="TA2" value="" style="width:100%;height:100%"></td><td width=98>
    <input name="TA3" value="" style="width:100%;height:100%"></td><td width=98>
    <input name="TA4" value="" style="width:100%;height:100%"></td><td width=98>
    <input name="TA5" value="" style="width:100%;height:100%"></td><td width=98>
    <input name="TA6" value="" style="width:100%;height:100%"></td><td width=98>
    <input name="TA7" value="" style="width:100%;height:100%"></td></tr>
    </table></form>
    </body>
    </html>