<table width="100%" height="100%" border="10" cellpadding="0" cellspacing="0" style="border: 2 solid #FF0000">
  <tr>
    <td height=1>
<a href=ok\about.html target=body>ABOUT</a>
    </td>
  </tr>
  <tr>
    <td>
<a href=ok\about.html target=body>ABOUT</a>
    </td>
  </tr>
</table>

解决方案 »

  1.   

    或者用javascript生成<table>
    当然要有颜色
      

  2.   

    <table width="100%" height="100%" border="10" cellpadding="0" cellspacing="0" style="border-color:red">
      

  3.   

    did you any of you guys test your solution at all?try
    <STYLE>
    TD {border: 10 solid red}
    </STYLE><table width="100%" height="100%" style="border-collapse:collapse">
      <tr>
        <td height=1>
    <a href=ok\about.html target=body>ABOUT</a>
        </td>
      </tr>
      <tr>
        <td>
    <a href=ok\about.html target=body>ABOUT</a>
        </td>
      </tr>
    </table>