用golive做出来的,很多是: <style type="text/css" media="screen"><!-- .padbcont_top { color: gray; font-size: 12px; font-family: 宋体; text-align: center; width:993px; height:120px } .padbox_top { color: gray; font-size: 12px; font-family: 宋体; text-align: center; word-spacing: 44px; width:100%; height:auto; margin-top: 10px; } .padbcont_top1 {width:100%; height:100px } .padbox_top1 {width:auto; height:auto; padding:20px} .navboxcont_contents { width: 993px; height:400px} .navboxleft_contents { width:278px; float:left; height:400px; margin-right: 8px; } .navboxauto_contents { margin-left:100px; width:auto; height:400px} .navboxcont_contents1 { width: 请问怎么弄成一个外部的CSS?
<style ...> 与 </style> 之间的代码剪切到空的文本文件,存为 .css 文件,例如 style.css ,然后删除掉剩下的 <style ...> 和 </style> 标记,插入 <link rel="stylesheet" type="text/css" href="style.css" />。 注意 href 属性中的路径,规则和 a 的 href 属性一样。