header.html里的头部
LOGO和登陆框的部份
<div id="header">
<div id="head" class="cc">
<a href="$db_bbsurl/"> <table align=center><img src="$imgpath/$stylepath/logo.png"class="fl"title="$db_bbsname"></table></a>
<!--
EOT;
require PrintEot('header_login');
print <<<EOT
-->
</div>
如上,在IMG代码中添加 <table align=center>(不是TD是TABLE)可以实现LOGO图居中,但这样的话IMG代码中涉及样式“登陆框与LOGO图平行”和“点击LOGO图跳转回主页”的功能就没了(class="fl"title="$db_bbsname">这部份的
代码会无效的意思)
求
解决方法
[ 此帖被kazamatenma在2012-02-04 23:38重新编辑 ]