[問題]請問簽名檔的問題

phpBB 2 Style Support
討論的範圍包含版面排列、樣式、配置;外掛問題,請到相關版面依發問格式發表!
(發表文章請按照公告格式發表,違者砍文)

版主: 版主管理群

主題已鎖定
uwei
星球普通子民
星球普通子民
文章: 12
註冊時間: 2003-05-09 16:42

[問題]請問簽名檔的問題

文章 uwei »

請問如何讓簽名檔向下靠齊...
就像是竹貓星球的一樣!!
我用 plus 1.1 可是編輯完簽名檔後...
貼文章顯示時下面空出很多行..粉醜!!
可以幫我看看嗎?
http://uwei.adsldns.org/phpbb/
╭─請照標準格式發言─╮╭╮╭╮╭╮╭╮╭╮
╰──────有深度的呆─╯╰╯╰╯╰╯╰╯
cony
星球公民
星球公民
文章: 58
註冊時間: 2003-03-06 14:40
來自: 千微資訊
聯繫:

文章 cony »

千微資訊有限公司■ http://dollarhosts.com.tw ■業務電話:02-2508-4851
虛擬主機一年 NT$1020■免費安裝phpBB、OSC、XOOPS■免費個人網址 YourName.com
圖檔 統編 70591921
uwei
星球普通子民
星球普通子民
文章: 12
註冊時間: 2003-05-09 16:42

文章 uwei »

連竹貓plus網站簽名檔也是這樣...
難道真的沒救了嗎? :cry: :cry:
╭─請照標準格式發言─╮╭╮╭╮╭╮╭╮╭╮
╰──────有深度的呆─╯╰╯╰╯╰╯╰╯
Mac
百戰天龍馬蓋先
百戰天龍馬蓋先
文章: 2590
註冊時間: 2003-02-02 02:28
來自: MacphpBBMOD
聯繫:

文章 Mac »

+ 關於 phpBB 使用問題請在版面發問,私人訊息提供其他不相干或是隱私的事情聯絡之用。

phpBB 官網 | 竹貓星球 | MacphpBBMOD | 我的服務
uwei
星球普通子民
星球普通子民
文章: 12
註冊時間: 2003-05-09 16:42

文章 uwei »

問題已解決,感謝 Mac 大大相助!

解決辦法如下:

代碼: 選擇全部

#-----[ OPEN ]------------------------------------------ 
# 
/phpBB2/templates/subSilver/viewtopic_body.tpl 
# 
#-----[ FIND ]------------------------------------------ 
# 

        <td class="{postrow.ROW_CLASS}" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0"> 
         <tr> 
            <td width="100%"><a href="{postrow.U_MINI_POST}"><img src="{postrow.MINI_POST_IMG}" width="12" height="9" alt="{postrow.L_MINI_POST_ALT}" title="{postrow.L_MINI_POST_ALT}" border="0" /></a><span class="postdetails">{L_POSTED}: {postrow.POST_DATE}<span class="gen">&</span>& &{L_POST_SUBJECT}: {postrow.POST_SUBJECT}</span></td> 
            <td valign="top" align="right" nowrap="nowrap">{postrow.QUOTE_IMG} {postrow.EDIT_IMG} {postrow.DELETE_IMG} {postrow.IP_IMG}</td> 
         </tr> 
         <tr> 
            <td colspan="2"><hr /></td> 
         </tr> 
         <tr> 
            <td colspan="2"><span class="postbody">{postrow.MESSAGE}{postrow.SIGNATURE}</span><span class="gensmall">{postrow.EDITED_MESSAGE}</span></td> 
         </tr> 
      </table></td> 


# 
#-----[ REPLACE, WITH ]------------------------------------------ 
# 
        <td class="{postrow.ROW_CLASS}" width="100%" height="28" valign="top"> 
                <table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%"> 
                    <tr> 
                        <td width="100%"><a href="{postrow.U_MINI_POST}"><img src="{postrow.MINI_POST_IMG}" width="12" height="9" alt="{postrow.L_MINI_POST_ALT}" title="{postrow.L_MINI_POST_ALT}" border="0" /></a><span class="postdetails">{L_POSTED}: {postrow.POST_DATE}<span class="gen">&</span>& &{L_POST_SUBJECT}: {postrow.POST_SUBJECT}</span></td> 
                        <td valign="top" align="right" nowrap="nowrap">{postrow.QUOTE_IMG} {postrow.EDIT_IMG} {postrow.DELETE_IMG} {postrow.IP_IMG}</td> 
                    </tr> 
                    <tr>     
                        <td colspan="2"><hr /></td> 
                    </tr>    
                    <tr> 
                        <td colspan="2" HEIGHT="100%" VALIGN="TOP"><span class="postbody">{postrow.MESSAGE}</span><BR /><SPAN CLASS="gensmall">{postrow.EDITED_MESSAGE}</SPAN></td> 
                    </tr> 
                    <tr> 
                        <td colspan="2" VALIGN="BOTTOM"><SPAN CLASS="postbody">{postrow.SIGNATURE}</SPAN></td> 
                    </tr>       
                </table></td> 
# 
#-----[ SAVE/UPLOAD ]------------------------------------------
╭─請照標準格式發言─╮╭╮╭╮╭╮╭╮╭╮
╰──────有深度的呆─╯╰╯╰╯╰╯╰╯
主題已鎖定

回到「風格問題討論」