修改左栏宽度并居中
2010-09-23 23:58:16 来源:WEB开发网核心提示:1.修改左栏宽度请找到 template/wind/columns.htm文件,并用编辑工具打开找到<td id="leftframe" nowrap class="tac" valign="top" name="fmtitle"&g
1.修改左栏宽度
请找到 template/wind/columns.htm文件,并用编辑工具打开
找到
<td id="leftframe" nowrap class="tac" valign="top" name="fmtitle">
<iframe frameborder="0" id="left" name="left" src="../left.php" style="height:100%;visibility: inherit; width:145px;z-index:2; margin:0 auto"></iframe>
</td>
style="height:100%;visibility: inherit; width:145px;z-index:2; margin:0 auto"中的 145px 改为你想要的宽度(我用的170,很合适)
2.居中
打开template/wind/left.htm
找到
<tr class="tr3 one"
><td><a href="thread.php?fid=$k"
target="main">$forum[name]</a></td></tr>
右对齐的话则改成"right"
附图:
[]
更多精彩
赞助商链接