11个回答
展开全部
一般有三种方式:
1、采用margin-top属性,这样向上的间距为10px。如
<p style=" margin-top:10px;">123456</p>
<p style=" margin-top:10px;">123456</p>
<p style=" margin-top:10px;">123456</p>
2、采用margin-bottom属性,这样向下的间距为10px。如
<p style=" margin-bottom:10px;">123456</p>
<p style=" margin-bottom:10px;">123456</p>
<p style=" margin-bottom:10px;">123456</p>
3、使用line-height:20px;如
<p style="line-height:10px;">123456</p>
<p style=" line-height:10px;">123456</p>
<p style=" line-height:10px;">123456</p>
1、采用margin-top属性,这样向上的间距为10px。如
<p style=" margin-top:10px;">123456</p>
<p style=" margin-top:10px;">123456</p>
<p style=" margin-top:10px;">123456</p>
2、采用margin-bottom属性,这样向下的间距为10px。如
<p style=" margin-bottom:10px;">123456</p>
<p style=" margin-bottom:10px;">123456</p>
<p style=" margin-bottom:10px;">123456</p>
3、使用line-height:20px;如
<p style="line-height:10px;">123456</p>
<p style=" line-height:10px;">123456</p>
<p style=" line-height:10px;">123456</p>
展开全部
在菜单项 [文本] 中选择 [CSS样式] 新建一CSS样式,在弹出的对话框中的分类选项中有一类型设置,其中有一行高设置,在行高的下拉菜单中选择 (值),再在其中填入你想要的行高数值,设置完后,可将该CSS样式应用到你所选的内容上去或整个文档。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
按着shift+回车可以让行间距变小
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
<title>无标题文档</title>
<style type="text/css">
<!--
body {
background-color: #000000;
margin-left: 0px;
margin-top: 5px;
margin-right: 0px;
margin-bottom: 10px;
}
body,td,th {
color: #FFFFFF;
}
.STYLE2 { color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-style: normal;
line-height: 24px;
font-weight: normal;
text-decoration: none;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
border-top-color: #FF0000;
border-right-color: #FF0000;
border-bottom-color: #FF0000;
border-left-color: #FF0000;
}
a:link {
color: #009900;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #99CC00;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
}
a {
font-weight: bold;
}
.STYLE3 {
color: #00CC00;
font-weight: bold;
}
.STYLE5 {color: #00CC00}
-->
</style>
</head>
<body>
看到上面的“.STYLE2”中的 line-height: 24px;了吧。这样就能保证精确的行间距了。你可以试一下。
<style type="text/css">
<!--
body {
background-color: #000000;
margin-left: 0px;
margin-top: 5px;
margin-right: 0px;
margin-bottom: 10px;
}
body,td,th {
color: #FFFFFF;
}
.STYLE2 { color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-style: normal;
line-height: 24px;
font-weight: normal;
text-decoration: none;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
border-top-color: #FF0000;
border-right-color: #FF0000;
border-bottom-color: #FF0000;
border-left-color: #FF0000;
}
a:link {
color: #009900;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #99CC00;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
}
a {
font-weight: bold;
}
.STYLE3 {
color: #00CC00;
font-weight: bold;
}
.STYLE5 {color: #00CC00}
-->
</style>
</head>
<body>
看到上面的“.STYLE2”中的 line-height: 24px;了吧。这样就能保证精确的行间距了。你可以试一下。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
直接在你需要调的标记符里如<p style="line-height:200%">调节百分数就可以了啊
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询