请网站制作达人告诉我如何调整这段文字在网页中的显示效果

来源:百度知道 编辑:UC知道 时间:2024/07/07 04:17:37
我现在做的效果打开网址http://www.cqsy.net/leaderspeakingnews.asp可见。很乱吧?密密麻麻的,而且还不分段。一、二两大段之间空了那么大一截,请问该如何设置STYLE使这段文字显示看上去舒服些,行间距也要大一些。

分别把这两个样式改一下就行了

.NEWS {
letter-spacing: normal;
text-align: justify;
text-indent: 30px;
vertical-align: middle;
word-spacing: normal;
white-space: normal;
border-top: thin none;
border-right: tempval;
border-bottom: tempval;
border-left: tempval;
margin-right: 30px;
margin-left: 30px;
padding-right: 30px;
padding-left: 30px;
}

.style3 {
font-size: 14px;
line-height: 200%;
}