<style type="text/css">
<!--
td,body,div{font:13px arial,sans-serif,宋体}
body{background:#fcfff7}
img{border:0}
*{padding:0;margin:0}
a:link, a:visited{color:#000;text-decoration:none}
a:active{color:green;text-decoration:none}
a:hover{color:red;text-decoration:underline}
a.slv:link{color:#205001; cursor: hand; font-family:arial,sans-serif,宋体; text-decoration: none}
a.slv:visited{COLOR:#205001;TEXT-DECORATION:none}
a.slv:active{color:green;text-decoration:none}
a.slv:hover{color:red;text-decoration:underline}
#TbSet, #FrLgn, #FrP, .WA{width:900px;text-align:center;clear:both}
.WA {height:17px;margin-top:7px}
.WB {width:900px;text-align:left;clear:both;height:16px;margin-top:8px}
#TbSet td{background:#3DB836;height:16px;vertical-align:bottom}
#TbSet td a{color:#fff}
#TdSt{font-weight:600;width:720px;text-align:left}
#FrLgn{background:#F0F7FF;padding-top:1px;border:1px solid #DAE9F7; padding-bottom:2px}
#FrLgn select{width:176px}
#FrP{font-size:13px;border:1px solid #7BD676; background:url(line.gif); height:38px; padding-top:1px; padding-bottom:2px}
#FrP a{color:#205001}
#PA{width:900px;clear:both;height:880px!important;height:auto;margin-bottom:5px}
@media screen and (min-width:0px){#PA{height:880px!important}}
#PL{float:left;width:190px!important;width:194px;background:url(line.gif);border:2px solid #7BD676;padding:3px 0!important;padding:6px 0 5px;height:870px!important;height:auto}
@media screen and (min-width:0px){#PL {height:847px!important;width:191px!important;padding:1px 0 1px!important}}
这是HTML代码,用不用转为CSS代码?还是直接保存为.CSS文件,直接调用?说清楚点后半部分在http://zhidao.baidu.com/question/31561463.html
<style type="text/css">
<!--
css代码
-->
</style>
如果想存为css文件调用: 数据挖掘研究院
把“css代码”拷贝到文本文档里保存,再后把txt后缀改为css,然后调用就行。
调用代码<link href="*.css" rel="stylesheet" type="text/css" />
注:*.css 为css文件的路径。

