先把浏览器的缓存全部清干净你再测试看看是否正确。

解决方案 »

  1.   

    在<head></head>之间加入:
    <link rel="stylesheet" type="text/css" href="style.css">
    style.css的内容如下:
    body{ font-size: 75%; fonr-family: 宋体;}
    td{font-size: 9pt;}
    p{ font-size: 9pt;}
    li{font-size: 9pt;}A{text-decoration: none;color:navy}
    A:hover {color: #ff0000; TEXT_DECORATION: underline}
    尤其注意样式表的第一句!
    试一下看能行不?
      

  2.   

    干吗对tr设置啊,应该对td或者直接对文字设置嘛