PhpWind教程:修改左栏宽度并居中_PhpWind教程

编辑Tag赚U币
教程Tag:暂无Tag,欢迎添加,赚取U币!



1.修改左栏宽度

请找到 template/wind/columns.htm文件,并用编辑工具打开

找到
<td nowrap valign="top" name="fmtitle">
            <iframe frameborder="0" name="left" src="../left.php" ></iframe>
        </td>
把这里的
中的 145px 改为你想要的宽度(我用的170,很合适)

2.居中
打开template/wind/left.htm
找到
<tr   onMouseOver="this.className='tr3 f_two'"
onMouseOut="this.className='tr3 f_one'"><td><a href="thread.php?fid=$k"
target="main">$forum[name]</a></td></tr>
右对齐的话则改成"right"
附图:

 


查看更多 PhpWind教程  PhpWind模板风格

来源:Phpwind//所属分类:PhpWind教程/更新时间:2012-06-04
相关PhpWind教程