HTML页面基本样式(CSS)





<style type="text/css">
body,td,th {
    font-size: 12px;
    color: #000;
}
body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #FFF;
}
a {
    font-size: 12px;
}
a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a:active {
    text-decoration: none;
}
</style>


评论: 0 | 引用: 0 | 查看次数: 6958
发表评论
登录后再发表评论!