调节新闻行距的解决方案
2009-10-17 10:39:00 来源:WEB开发网核心提示:在要调节新闻行距的模板上<head></head>之间加上<style type="text/css"><!--body { margin-top: 20px; '用于网页开始距顶部的距离text-align: center; '文本对齐,有
在要调节新闻行距的模板上<head></head>之间加上
<style type="text/css">
<!--
body {
margin-top: 20px; '用于网页开始距顶部的距离
text-align: center; '文本对齐,有left ,right, center三种选择
font-size: 12px; '字体大小
line-height: 150%; '文字行距,相对字体大小而言
}
</style>
根据以上的备注,请需要的用户自行更换所需的数值
[]
更多精彩
赞助商链接