PhpWind教程:修改左欄寬度并居中_PhpWind教程
教程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教程:PHPWind forum V7.5 SP1 使用與修復說明
- PhpWind教程:PHPWind Forum V7.5 升級教程
- PHPWind7.3 升級7.3.2 圖文教程
- PhpWind教程:sitemap生成問題
- PhpWind教程:熱榜排行 for 75
- PHPwind 6.3.2升級至PHPwind 7.3.2 圖文教程
- PHPWind 7.0 升級至PHPwind 7.3.2 圖文教程
- PHPWind 7.0 升級到PHPwind v7.3 圖文教程
- PHPWind 6.3.2升級到 PHPwind v7.3 圖文教程
- PHPWind6.3.2升級PHPWind7.0說明教程
- PhpWind教程:PHPWind6.3(6.3rc、6.3) to PHPWind6.3.2升級教程
- PhpWind教程:PHPWind6.x(6.0rc、6.0) to PHPWind6.3.2升級教程
- 相關鏈接:
- 教程說明:
PhpWind教程-PhpWind教程:修改左欄寬度并居中
。