在要调节新闻行距的模板上<head></head>之间加上
<style type="text/css"> <!--
body { margin-top: 20px; '用于网页开始距顶部的距离 text-align: center; '文本对齐,有left ,right, center三种选择 font-size: 12px; '字体大小 line-height: 150%; '文字行距,相对字体大小而言 }
--> </style>
根据以上的备注,请需要的用户自行更换所需的数值