在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里看到可以显示效果,但是页面上还是默认的效果,不显示定义的效果。这是怎么回事? 展开
<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里看到可以显示效果,但是页面上还是默认的效果,不显示定义的效果。这是怎么回事? 展开
展开全部
上面多了个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>
<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>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
代码都没写对!
<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>
<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>
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询