dreamweaver cs5中文字居中问题
<head><metahttp-equiv="Content-Type"content="text/html;charset=utf-8"/><title>无标题文档</...
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
<style type="text/css">
.ys01 {
font-size: 36px;
color: #ffcc33;
text-align: center;
}
</style>
</head>
<body class="ys01">
<p>足球明星</p>
</body>
</html>
</html>
为什么回车后光标老是居中 展开
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
<style type="text/css">
.ys01 {
font-size: 36px;
color: #ffcc33;
text-align: center;
}
</style>
</head>
<body class="ys01">
<p>足球明星</p>
</body>
</html>
</html>
为什么回车后光标老是居中 展开
1个回答
展开全部
真是晕菜,你设定了body的text-align: center,回车当然居中了,改成如下:
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
<style type="text/css">
.ys01 {
font-size: 36px;
color: #ffcc33;
text-align: center;
}
</style>
</head>
<body>
<p class="ys01">足球明星</p>
</body>
</html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
<style type="text/css">
.ys01 {
font-size: 36px;
color: #ffcc33;
text-align: center;
}
</style>
</head>
<body>
<p class="ys01">足球明星</p>
</body>
</html>
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询