用户名 UID Email
[url=http://www.it-ly.com]魔兽攻略网[/url][url=http://www.it-ly.com/bbs]BT种子下 ..
级别: 新手上路
楼主  发表于: 2008-02-29 15:08

 四格调用的高度问题~!!急

www.nazigame.cn/bbs

我的论坛上面四格调用上高度有些太高了,而且标题如果太长的话他就换行了,怎么样才能不换行让他显示成.....还有就是高度怎么能调低些,有没有好心人帮一下忙?这样看起来太乱了,晕!


搜索更多相关文章:会员
[url=http://www.it-ly.com]魔兽攻略网[/url]
[url=http://www.it-ly.com/bbs]BT种子下载[/url]
┏━━━━━━━━━━━━┓┃前世今生我一直是那只蝴蝶┃┗━━━━━━━━━━━━┛
级别: 四星会员
1楼  发表于: 2008-02-29 22:23
留下你的index
[move][url=http://www.mmlt.cn/][img]http://www.mmlt.cn/tupian/youxi3.gif[/img]------我㈠再强調…做人要低調…你們非要給我掌声和尖叫!------[img]http://www.mmlt.cn/images/MSHK/logo.png[/img][/url][/move]
新年快ㄋ。
级别: 一星会员
2楼  发表于: 2008-02-29 22:45
调用代码没弄好。
忘忧号[THE FARATIMA]官方站。
[url=http://www.it-ly.com]魔兽攻略网[/url][url=http://www.it-ly.com/bbs]BT种子下 ..
级别: 新手上路
3楼  发表于: 2008-03-01 00:49
index.htm是这样的


复制代码
  1. <!--<?php
  2. @require_once(D_P.'data/bbscache/newspoto.php');
  3. print <<<EOT
  4. -->
  5. <!--ads begin-->
  6. <!--
  7. EOT;
  8. if($advertdb[text]){
  9. print <<<EOT
  10. -->
  11. <div class="t"><table width="100%" cellspacing="0" cellpadding="0">
  12. <!--
  13. EOT;
  14. $id=0;
  15. foreach($advertdb[text] as $key => $value){
  16. if($id==0){
  17. print <<<EOT
  18. -->
  19.     <tr class="tr3">
  20. <!--
  21. EOT;
  22. }$id++;print <<<EOT
  23. -->
  24.     <td class="f_one black y-style" width="25%">$value[code]</td>
  25. <!--
  26. EOT;
  27. if($id==4){
  28. $id=0;
  29. print <<<EOT
  30. -->
  31.     </tr>
  32. <!--
  33. EOT;
  34. }}
  35. if($advertdb[text] && $id && $id<4){
  36. for($i=$id;$i<4;$i++){print <<<EOT
  37. -->
  38.     <td class="f_one" width="25%"><br /></td>
  39. <!--
  40. EOT;
  41. }print <<<EOT
  42. -->
  43.     </tr>
  44. <!--
  45. EOT;
  46. }print <<<EOT
  47. -->
  48. </table></div>
  49. <!--
  50. EOT;
  51. }print <<<EOT
  52. -->
  53. <!--ads end-->
  54. <table border="0" width="100%" cellspacing="0" cellpadding="0">
  55.     <tr>
  56.         <td width="121">
  57.         <img src="$imgpath/$stylepath/t1_left.jpg" align="left"></td>
  58.         <td width="100%"  class="t1bg"> </td>
  59.         <td width="121">
  60.         <p align="right"><img src="$imgpath/$stylepath/t1_right.jpg"></td>
  61.     </tr>
  62. </table>
  63. <table border="0" width="100%" cellspacing="0" cellpadding="0">
  64.     <tr>
  65.         <td width="7" class="t2l"><img src="$imgpath/$stylepath/tbot.gif" width="7" height="1" /></td>
  66.         <td width="100%" class="t"><table cellspacing="0" cellpadding="0" width="100%">
  67.     <tr class="tr2">
  68.     <td width="*" style="padding-right:8px; height:24px; border-top:0">
  69. <!--
  70. EOT;
  71. if($notice){print <<<EOT
  72. -->
  73.         <marquee direction="left" scrolldelay="30" scrollamount="1" onmouseout="if(document.all!=null){this.start()}" onmouseover="if(document.all!=null){this.stop()}">$notice
  74.         </marquee>
  75. <!--
  76. EOT;
  77. }else{ print <<<EOT
  78. -->
  79.         最近没有论坛公告
  80. <!--
  81. EOT;
  82. } print <<<EOT
  83. -->
  84.     </td>
  85.     <tr><td></td></tr>
  86. </table>
  87. <table cellspacing="0" cellpadding="0" width="100%">
  88.     <tr class="tr3">
  89.         <td style="line-height:1.4em;border-right:0;word-break:keep-all">
  90.         <div align="left">
  91.           <!--
  92. EOT;
  93. if($groupid=='guest'){print <<<EOT
  94. -->
  95.         </div>
  96.         <form action="login.php" method="post">
  97.             <div>
  98.               <div align="left">
  99.                 <input class="gray input" onclick="this.value='';this.className='input black'" type="text" size="8" name="pwuser" value="输入用户名" />
  100.                 <input class="input" type="password" size="8" name="pwpwd" onclick="this.value='';" />
  101.                   <!--
  102. EOT;
  103. list(,$logingd)=explode("\t",$db_gdcheck);
  104. if($logingd){
  105. print <<<EOT
  106. -->
  107.                   <input class="gray input" type="text" maxLength="4" name="gdcode" size="4" value="验证码" onclick="this.value='';this.className='input black'" />
  108.                   <img src="ck.php?" style="vertical-align: middle;cursor:pointer;" onclick="this.src='ck.php?'" />
  109.                   <!--
  110. EOT;
  111. }print <<<EOT
  112. -->
  113.                   <input class="btn" type="submit" value="登 录" />
  114.                   <input type="hidden" name="jumpurl" value="$db_bfn" />
  115.                   <input type="hidden" name="step" value="2" />
  116.                   <input type="hidden" name="cktime" value="31536000" />
  117.                   </div>
  118.             </div>
  119.         </form>
  120.         <div align="left">
  121.           <!--
  122. EOT;
  123. }else{print <<<EOT
  124. -->
  125.           您的等级: <span class="s3">$level</span> | 上次登录时间:{$lastlodate} | 您的IP : $onlineip<br />
  126.           $db_rvrcname: $userrvrc $db_rvrcunit | $db_moneyname: $winddb[money] $db_moneyunit | $db_creditname: $winddb[credit] $db_creditunit | 共发表帖子: $winddb[postnum] | <a href="personal.php" class="s5">我的主题</a> | <a href="personal.php?action=post" class="s5">我的回复</a>
  127.           <!--
  128. EOT;
  129. }print <<<EOT
  130. -->
  131.             </div></td>
  132.     <td style="border-left:0;text-align:right;padding-right:12px;line-height:1.4em;word-break:keep-all">
  133. <!--
  134. EOT;
  135. if($db_todaypost==1){print <<<EOT
  136. -->
  137.         今日 $tposts 帖 | 昨日 $yposts 帖 |
  138. <!--
  139. EOT;
  140. }print <<<EOT
  141. -->
  142.         最高日 $hposts 帖 | <a href="job.php?action=sign">标记已读</a> | <a href="search.php?digest=1" target="_blank">精华区</a> | <a href="search.php?sch_time=all&orderway=lastpost&asc=desc&newatc=1" target="_blank">最新帖子</a> <a href="rss.php" target="_blank" title="RSS订阅本版面最新帖子"><img align="absmiddle" src="$imgpath/$stylepath/rss.png" /></a><br />
  143.         共 $topics 篇主题 | $article  篇帖子 | $totalmember  位会员 | 欢迎新会员  <h5><a href="profile.php?action=show&username=$rawnewuser" target="_blank">$newmember</a></h5>        </td>
  144.     </tr>
  145. </table></td>
  146.         <td width="7" class="t2r"><img src="$imgpath/$stylepath/tbot.gif" width="7" height="1" /></td>
  147.     </tr>
  148. </table>
  149. <table border="0" width="100%" cellspacing="0" cellpadding="0">
  150.     <tr>
  151.         <td width="42">
  152.         <img src="$imgpath/$stylepath/t3_left.jpg" align="left"></td>
  153.         <td width="100%"  class="t3bg"> </td>
  154.         <td width="42">
  155.         <p align="right"><img src="$imgpath/$stylepath/t3_right.jpg"></td>
  156.     </tr>
  157. </table>
  158. <br />
  159. <div>
  160. <table border="0" width="100%" cellspacing="0" cellpadding="0">
  161.     <tr>
  162.         <td width="121">
  163.         <img src="$imgpath/$stylepath/t1_left.jpg" align="left"></td>
  164.         <td width="100%" align="center"  class="t1bg">
  165.         <td width="121">
  166.         <p align="right"><img src="$imgpath/$stylepath/t1_right.jpg"></td>
  167.     </tr>
  168. </table>
  169. <table border="0" width="100%" cellspacing="0" cellpadding="0">
  170.     <tr>
  171.         <td width="7" class="t2l"><img src="$imgpath/$stylepath/tbot.gif" width="7" height="1" /></td>
  172.         <td width="100%" class="t">
  173. <table class="h" cellspacing="0" cellpadding="0"
  174. width="100%">
  175.     <tr><td height=25 align=center><span class=bold>论坛最新图片</span></td>
  176.             <td height=25 align=center><span class=bold>最新发表主题</span></td>
  177.             <td height=25 align=center><span class=bold>最新回复主题</span></td>
  178.             <td height=25 align=center><span class=bold>浏览最多主题</span></td></tr>
  179.     <tr class="tr3 f_one">
  180.             <td class='f_one' align="center" width="30%"><script
  181. type="text/javascript">
  182.                 <!--
  183.                 var focus_width=320
  184.                 var focus_height=200
  185.                 var text_height=20
  186.                 var swf_height = focus_height+text_height
  187.                 var swf_height = focus_height+text_height
  188.                 var pics="$pics"
  189.                 var links="$links"
  190.                 var texts="$texts"
  191. document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="'+ focus_width +'" height="'+ swf_height +'">');
  192. document.write('<param name="allowScriptAccess" value="sameDomain"><param name="movie" value="pixviewer.swf"><param name="quality" value="high"><param name="bgcolor" value="#E7E7E7">');
  193. document.write('<param name="menu" value="false"><param name=wmode value="opaque">');
  194. document.write('<param name="FlashVars" value="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&textheight='+text_height+'">');
  195. document.write('<embed src="pixviewer.swf" wmode="opaque" FlashVars="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&textheight='+text_height+'" menu="false" bgcolor="#E7E7E7" quality="high" width="'+ focus_width +'" height="'+ swf_height +'" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
  196. document.write('</object>');
  197.                 //-->
  198.             </script></td>
  199.         <td class='f_two' width="20%">$newthreads</td>
  200.         <td class='f_one' width="20%">$replythreads</td>
  201.         <td class='f_two' width="20%">$hitthreads</td>
  202.     </tr>
  203. </table>
  204. </td>
  205. <td width="7" class="t2r"><img src="$imgpath/$stylepath/tbot.gif" width="7" height="1" /></td>
  206. </tr>
  207. </table>
  208. <table border="0" width="100%" cellspacing="0" cellpadding="0">
  209.     <tr>
  210.         <td width="42">
  211.         <img src="$imgpath/$stylepath/t3_left.jpg" align="left"></td>
  212.         <td width="100%"  class="t3bg"> </td>
  213.         <td width="42">
  214.         <img src="$imgpath/$stylepath/t3_right.jpg" align="right"></td>
  215.     </tr>
  216. </table>
  217. </div>
  218. <br>
  219. <!--
  220. EOT;
  221. foreach($catedb as $key=>$cate){
  222. if($forumdb[$cate[fid]]){
  223. if($cate[across]){print <<<EOT
  224. -->
  225. <table border="0" width="100%" cellspacing="0" cellpadding="0">
  226.     <tr>
  227.         <td width="121">
  228.         <img src="$imgpath/$stylepath/t1_left.jpg" align="left"></td>
  229.         <td width="100%" align="center"  class="t1bg"><a style="float:right" href="#" onclick="return IndexDeploy('$cate[fid]',0)"><img id="img_$cate[fid]" src="$imgpath/$stylepath/index/cate_$cate[deploy_img].gif" /></a>
  230. <!--
  231. EOT;
  232. if($cate[admin]){print <<<EOT
  233. -->
  234.         <span class="fr a2 fn" style="margin-right:20px">分类版主:$cate[admin]</span>
  235. <!--
  236. EOT;
  237. }print <<<EOT
  238. -->
  239.       » <h2><a href="$db_bfn?cateid=$cate[fid]" class="cfont">$cate[name]</a></h2></td>
  240.         <td width="121">
  241.         <p align="right"><img src="$imgpath/$stylepath/t1_right.jpg"></td>
  242.     </tr>
  243. </table>
  244. <table border="0" width="100%" cellspacing="0" cellpadding="0">
  245.     <tr>
  246.         <td width="7" class="t2l"><img src="$imgpath/$stylepath/tbot.gif" width="7" height="1" /></td>
  247.         <td width="100%" class="t"><table cellspacing="2" cellpadding="0" width="100%" style="border:solid 1px #acacac">
  248. <tbody id="cate_$cate[fid]" style="$cate[tbody_style]">
  249. <!--
  250. EOT;
  251. $a=0;
  252. foreach($forumdb[$cate[fid]] as $key=>$forums){
  253. if($a==0){
  254. print <<<EOT
  255. -->
  256. <tr>
  257. <!--
  258. EOT;
  259. }$a++;
  260. print <<<EOT
  261. -->
  262. <td width="25%" class='f_one'"><table width="100%" border=0><tr><td>
  263. <table cellspacing=3 cellpadding=15 width="100%" border=0>
  264. <tr height=25><td colspan="3"><a href='thread.php?fid=$forums[fid]' class=fnamecolor title='$forums[descrip]'><b>$forums[name]</b><br>$forums[llogo]</a></td></tr>
  265. <tr valign="middle">
  266. <td class="tinytxt">主题 :$forums[topics]</td>
  267. <td class="tinytxt">帖子 :$forums[article]</td>
  268. <td class="tinytxt">今日 :$forums[tpost]</td>
  269. </tr>
  270. <tr valign="middle">
  271. <td class="tinytxt" colspan="3"><!--
  272. EOT;
  273. if($forums[au]){print <<<EOT
  274. -->
  275. 最后发表: <a href='$forums[ft]' title='主题:$forums[t]
  276. 作者: $forums[au]
  277. 时间: $forums[newtitle]'>$forums[t]</a>
  278. <!--
  279. EOT;
  280. }if($forums[pic]=='lock'){print <<<EOT
  281. -->
  282. 认证论坛
  283. <!--
  284. EOT;
  285. }print <<<EOT
  286. --></td>
  287. </tr>
  288. </table></td><td valign=top><a style="cursor:hand" id="td_hackf$forums[fid]" onClick="click_open('menu_hackf$forums[fid]','td_hackf$forums[fid]');"><img alt="点击显示/隐藏论坛版主" src="image/bz.gif" align="right" ></a>
  289. <div id="showmenu" style="z-index:100;display:none;"></div>
  290. <div id="menu_hackf$forums[fid]" class="menu" style="display:none;">
  291.     <table width="100" cellspacing=1 cellpadding=5 bgcolor=#F9F9F9 style="FILTER: Alpha(Opacity=90);">
  292.         <tr>
  293.             <td class="head">版主列表</td>
  294.         </tr>
  295.         <tr>
  296.             <td bgcolor="#F2F2EA">
  297.             $forums[admin]
  298.             </td>
  299.         </tr>
  300.     </table>
  301. </div></td></tr></table>
  302. </td>
  303. <!--
  304. EOT;
  305. if($a==$cate[across]){
  306. $a=0;
  307. print <<<EOT
  308. -->
  309. </tr>
  310. <!--
  311. EOT;
  312. }}
  313. if($a!=0){
  314. for($i=$a;$i<$cate[across];$i++){print <<<EOT
  315. -->
  316. <td width="25%" class='f_one' onMouseOver="this.className='f_two'" onMouseOut="this.className='f_one'"></td>
  317. <!--
  318. EOT;
  319. }print <<<EOT
  320. -->
  321. </tr>
  322. <!--
  323. EOT;
  324. }print <<<EOT
  325. -->
  326. </tbody></table>
  327. </td>
  328. <td width="7" class="t2r"><img src="$imgpath/$stylepath/tbot.gif" width="7" height="1" /></td>
  329. </tr>
  330. <table border="0" width="100%" cellspacing="0" cellpadding="0">
  331.     <tr>
  332.         <td width="42">
  333.         <img src="$imgpath/$stylepath/t3_left.jpg" align="left"></td>
  334.         <td width="100%"  class="t3bg"> </td>
  335.         <td width="42">
  336.         <p align="right"><img src="$imgpath/$stylepath/t3_right.jpg"></td>
  337.     </tr>
  338. </table>
  339. <br />
  340. <!--
  341. EOT;
  342. }else{print <<<EOT
  343. -->
  344. <table border="0" width="100%" cellspacing="0" cellpadding="0">
  345.     <tr>
  346.         <td width="121">
  347.         <img src="$imgpath/$stylepath/t1_left.jpg" align="left"></td>
  348.         <td width="100%" align="center"  class="t1bg"><a style="float:right" href="#" onclick="return IndexDeploy('$cate[fid]',0)"><img id="img_$cate[fid]" src="$imgpath/$stylepath/index/cate_$cate[deploy_img].gif" /></a>
  349. <!--
  350. EOT;
  351. if($cate[admin]){print <<<EOT
  352. -->
  353.         <span class="fr a2 fn" style="margin-right:20px">分类版主:$cate[admin]</span>
  354. <!--
  355. EOT;
  356. }print <<<EOT
  357. -->
  358.       » <h2><a href="$db_bfn?cateid=$cate[fid]" class="cfont">$cate[name]</a></h2></td>
  359.         <td width="121">
  360.         <p align="right"><img src="$imgpath/$stylepath/t1_right.jpg"></td>
  361.     </tr>
  362. </table>
  363. <table border="0" width="100%" cellspacing="0" cellpadding="0">
  364.     <tr>
  365.         <td width="7" class="t2l"><img src="$imgpath/$stylepath/tbot.gif" width="7" height="1" /></td>
  366.         <td width="100%" class="t"><table cellspacing="0" cellpadding="0" width="100%">
  367.     <tr class="head">
  368.     <td width="*" colspan="2" class="tac"><div align="center">论坛</div></td>
  369.     <td style="width:6%" class="tal y-style"><div align="center">主题</div></td>
  370.     <td style="width:6%" class="tal y-style"><div align="center">文章</div></td>
  371.     <td style="width:25%" class="tal y-style"><div align="center">最后发表</div></td>
  372.     <td style="width:12%" class="y-style"><div align="center">版主</div></td>
  373.     </tr>
  374.     <tbody id="cate_$cate[fid]" style="$cate[tbody_style]">
  375. <!--
  376. EOT;
  377. foreach($forumdb[$cate[fid]] as $key=>$forums){
  378. print <<<EOT
  379. -->
  380.     <tr class="tr3 f_one" onMouseOver="this.className='tr3 f_two'" onMouseOut="this.className='tr3 f_one'">
  381.         <td class="icon tac" width="4%"><a href="thread.php?fid=$forums[fid]" target="_blank"><img src="$imgpath/$stylepath/$forums[pic].gif" /></a></td>
  382.         <th ><a href="thread.php?fid=$forums[fid]" target="_blank">$forums[llogo]</a><h5><a href="thread.php?fid=$forums[fid]">$forums[name]</a></h5>
  383. <!--
  384. EOT;
  385. if($db_todaypost==1){print <<<EOT
  386. -->
  387.         <span class="s3 f12">($forums[tpost])</span>
  388. <!--
  389. EOT;
  390. }print <<<EOT
  391. -->
  392.         <br /><span class="smalltxt gray">$forums[descrip]</span>
  393. <!--
  394. EOT;
  395. if($showsub[$forums['fid']]){ print <<<EOT
  396. -->
  397.         <div>子版:<span>{$showsub[$forums[fid]]}</span></div>
  398. <!--
  399. EOT;
  400. } print <<<EOT
  401. -->        </th>
  402.         <td class="tal y-style"><span class="f10">$forums[topics]</span><br /></td>
  403.         <td class="tal y-style"><span class="f10">$forums[article]</span><br /></td>
  404.         <th>
  405. <!--
  406. EOT;
  407. if($forums[au]){print <<<EOT
  408. -->
  409.         <a href="$forums[ft]" class="a2">$forums[t]</a><br />
  410.         <span class="f12">$forums[au]</span> <span class="f9 gray">[ $forums[newtitle] ]</span><a href="$forums[ft]" >
  411. <!--
  412. EOT;
  413. }if($forums[pic]=='lock'){print <<<EOT
  414. -->
  415.         认证论坛
  416. <!--
  417. EOT;
  418. }print <<<EOT
  419. -->
  420.         </th>
  421.         <td class="y-style" style="word-break: keep-all;word-wrap:no-wrap">
  422. <!--
  423. EOT;
  424. if($db_adminshow && $forums[admin]){print <<<EOT
  425. -->
  426.         <select name="admin" onchange="Ajump(this.options[this.selectedIndex].value)">
  427.             <option value=""> 版主列表</option>       
  428.             $forums[admin]
  429.         </select>
  430. <!--
  431. EOT;
  432. }else{print <<<EOT
  433. -->
  434. $forums[admin]
  435. <!--
  436. EOT;
  437. }print <<<EOT
  438. -->
  439.         </td>
  440.     </tr>
  441. <!--
  442. EOT;
  443. }print <<<EOT
  444. -->
  445.     <tr><td style="height:8px"></td></tr>
  446.     </tbody>
  447. </table>
  448. </td>
  449.         <td width="7" class="t2r"><img src="$imgpath/$stylepath/tbot.gif" width="7" height="1" /></td>
  450.     </tr>
  451. </table>
  452. <table border="0" width="100%" cellspacing="0" cellpadding="0">
  453.     <tr>
  454.         <td width="42">
  455.         <img src="$imgpath/$stylepath/t3_left.jpg" align="left"></td>
  456.         <td width="100%"  class="t3bg"> </td>
  457.         <td width="42">
  458.         <p align="right"><img src="$imgpath/$stylepath/t3_right.jpg"></td>
  459.     </tr>
  460. </table>
  461. <br />
  462. <!--
  463. EOT;
  464. }}}print <<<EOT
  465. -->
  466. <script language="JavaScript" src="$imgpath/Deploy.js"></script>
  467. <table border="0" width="100%" cellspacing="0" cellpadding="0">
  468.     <tr>
  469.         <td width="121">
  470.         <img src="$imgpath/$stylepath/t1_left.jpg" align="left"></td>
  471.         <td width="100%"  class="t1bg" align="center"><a style="float:right" href="#" onclick="return IndexDeploy('info',0)"><img id="img_info" src="$imgpath/$stylepath/index/cate_$cate_img.gif" /></a><b>论坛相关</b></td>
  472.         <td width="121">
  473.         <p align="right"><img src="$imgpath/$stylepath/t1_right.jpg"></td>
  474.     </tr>
  475. </table>
  476. <table border="0" width="100%" cellspacing="0" cellpadding="0">
  477.     <tr>
  478.         <td width="7" class="t2l"><img src="$imgpath/$stylepath/tbot.gif" width="7" height="1" /></td>
  479.         <td width="100%" class="t">
  480. <table cellspacing="0" cellpadding="0" width="100%">
  481. <tbody id="cate_info" style="$cate_info">
  482. <!--
  483. EOT;
  484. if($db_indexlink==1){print <<<EOT
  485. -->
  486.     <tr class="head"><td colspan="2" align="left"> » 友情链接</td></tr>
  487. <!--
  488. EOT;
  489. if($sharelink[0] && is_array($sharelink[0])){
  490. foreach($sharelink[0] as $key=>$share){ print <<<EOT
  491. -->
  492.     <tr class="tr3"><td class="f_two tac" width="4%"><img src="$imgpath/$stylepath/index/share.gif" /></td><th class="f_one" width="96%" style="word-break: keep-all">$share</th>
  493.     </tr>
  494. <!--
  495. EOT;
  496. }} print <<<EOT
  497. -->
  498.     <tr class="tr3"><td class="f_two tac" width="4%"><img src="$imgpath/$stylepath/index/share.gif" /></td><th class="f_one" width="96%" style="word-break: keep-all">$sharelink[1]</th>
  499.     </tr>
  500. <!--
  501. EOT;
  502. }$db_indexshowbirth==1 && require_once(R_P.'require/birth.php');
  503. print <<<EOT
  504. -->
  505. </tbody>
  506. <tr class="tr3">
  507.     <td class="f_two tac" style="padding:0" width="4%"><img src="$imgpath/$stylepath/index/online.gif" /></td>
  508.     <td class="f_one tal" style="padding:15px 20px"><div>
  509. <!--
  510. EOT;
  511. foreach($showgroup as $key=>$value){
  512. if($value && file_exists(D_P."$imgpath/$stylepath/group/$value.gif")){print <<<EOT
  513. -->
  514.         <img src="$imgpath/$stylepath/group/$value.gif" align="absmiddle" /> $ltitle[$value]       
  515. <!--
  516. EOT;
  517. }}print <<<EOT
  518. -->
  519.         <img src="$imgpath/$stylepath/group/6.gif" align="absmiddle" /> 普通会员
  520. <!--
  521. EOT;
  522. if($doonlinefu){
  523. $pw_forum='论坛';$pw_time='时间';$pw_hide='隐身';$pw_hideman='隐身会员';
  524. include_once(R_P.'require/showonline.php');
  525. print <<<EOT
  526. -->
  527.         <a name="online"></a> [<a href="index.php?online=no#online">关闭在线列表</a>] </div>
  528.     <div style="padding:5px 0"><hr class="hr" color="#D3EAF0" size="1"></div>
  529.     $index_whosonline
  530. <!--
  531. EOT;
  532. }else{print <<<EOT
  533. -->
  534.     <a name="online"></a> [<a href="index.php?online=yes#online">打开在线列表</a>]
  535. </div>
  536. <!--
  537. EOT;
  538. }print <<<EOT
  539. -->
  540. </td></tr></table></div>
  541. <!--
  542. EOT;
  543. $head_pop && require PrintEot($head_pop);
  544. ?>-->
[ 此贴被mingruyecao在2008-03-01 01:12重新编辑 ]
[url=http://www.it-ly.com]魔兽攻略网[/url]
[url=http://www.it-ly.com/bbs]BT种子下载[/url]
★明星网站制作,风格模板制作,QQ:276935496★
级别: PW风格支持团队
热心助人奖
4楼  发表于: 2008-03-01 09:47
没有看到你插件前面的定义的那段,这个和调用的主题长度有关系,你装插件的时候应该有说明,写着"主题长度"之类的注释……你找找
★风格模板制作,明星网站制作;QQ:276935496;淘宝交易,安全第一★求助请在论坛PM我,勿加QQ
★明星网站制作,风格模板制作,QQ:276935496★
级别: PW风格支持团队
热心助人奖
5楼  发表于: 2008-03-01 09:48
是因为这个风格的宽度好像窄的原因,呵呵
★风格模板制作,明星网站制作;QQ:276935496;淘宝交易,安全第一★求助请在论坛PM我,勿加QQ
[url=http://www.it-ly.com]魔兽攻略网[/url][url=http://www.it-ly.com/bbs]BT种子下 ..
级别: 新手上路
6楼  发表于: 2008-03-01 22:05
晕,谢谢。。
[url=http://www.it-ly.com]魔兽攻略网[/url]
[url=http://www.it-ly.com/bbs]BT种子下载[/url]