![]()
X1.5 解決方法:
打開文件:template/default/forum/forumdisplay.htm
查找:
- <!--{subtemplate common/header}-->
下面加:
- <style type="text/css">
- #threadlist .bm_c td, #threadlist .bm_c th { padding:10px 0}
- </style>
padding:10px
0 解釋為:內邊距 上下:10px 左右:0px 如果要詳細定義上右下左的話:padding:10px 0 10px 0