在DW里定义的CSS样式无法在页面里显示出来

<styletype="text/css"><styletype="text/css"><!--body,td,th{font-size:12px;color:#3333... <style type="text/css">
<style type="text/css">
<!--
body,td,th {
font-size: 12px;
color: #333333;
}
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
.title {
font-family: "宋体";
font-size: 24px;
color: #333333;
text-decoration: none;
}

就是在这样定义的,DW里看到可以显示效果,但是页面上还是默认的效果,不显示定义的效果。这是怎么回事?
展开
 我来答
观音婢cc
推荐于2017-09-28 · 知道合伙人互联网行家
观音婢cc
知道合伙人互联网行家
采纳数:3230 获赞数:14865
5年从事网站运营推广工作!专注企业站建站推广竞价运营!

向TA提问 私信TA
展开全部
在DW里定义的CSS样式无法在页面里显示出来,其原因是因为css样式语法书写错误。
1、<style type="text/css"> 只需一个定义即可。

2、<!--注释语句前半段出现语法错误,请完善或者直接删除。

3、在css样式书写完后,需加上</style>标签表示结束。
xnlpktg
2010-11-18 · TA获得超过388个赞
知道小有建树答主
回答量:212
采纳率:0%
帮助的人:209万
展开全部
上面多了个style起始表亲,后面少了个结束标签,再把这个东西删了“<!--”
<style type="text/css">

body,td,th {
font-size: 12px;
color: #333333;
}
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
.title {
font-family: "宋体";
font-size: 24px;
color: #333333;
text-decoration: none;
}
</style>
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
Armey_china
推荐于2017-09-12
知道答主
回答量:42
采纳率:0%
帮助的人:0
展开全部
代码都没写对!
<style type="text/css"> 去掉一个
最后面加上一个 </style>

<style type="text/css">
body,td,th {
font-size: 12px;
color: #333333;
}
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
.title {
font-family: "宋体";
font-size: 24px;
color: #333333;
text-decoration: none;
}
</style>
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(1)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式