我幾乎將templates裡的檔案翻遍了還是無法修改耶
[問題]Main table header text?
版主: 版主管理群
[問題]Main table header text?
請問要如何將phpbb最上面那行「版面 主題 文章 最後發表」 由原本的粗體字改為一般細體字呢?
我幾乎將templates裡的檔案翻遍了還是無法修改耶
我幾乎將templates裡的檔案翻遍了還是無法修改耶
[分享]
修改/templates/subSilver/index_body.tpl
改為\r
可能字體還要微調一下喔~~
代碼: 選擇全部
<tr>
<th colspan="2" class="thCornerL" height="25" nowrap="nowrap"> {L_FORUM} </th>
<th width="50" class="thTop" nowrap="nowrap"> {L_TOPICS} </th>
<th width="50" class="thTop" nowrap="nowrap"> {L_POSTS} </th>
<th class="thCornerR" nowrap="nowrap"> {L_LASTPOST} </th>
</tr>代碼: 選擇全部
<tr>
<[color=red]td[/color] align="center" colspan="2" class="catHead" height="25" nowrap="nowrap"> {L_FORUM} </[color=red]td[/color]>
<[color=red]td[/color] align="center" width="50" class="catHead" nowrap="nowrap"> {L_TOPICS} </[color=red]td[/color]>
<[color=red]td[/color] align="center" width="50" class="catHead" nowrap="nowrap"> {L_POSTS} </[color=red]td[/color]>
<[color=red]td[/color] align="center" class="catHead" nowrap="nowrap"> {L_LASTPOST} </[color=red]td[/color]>
</tr>可能字體還要微調一下喔~~
最後由 chenghwa 於 2003-05-22 00:33 編輯,總共編輯了 1 次。
Re: [分享]
改為這樣如何
代碼: 選擇全部
<tr>
<[color=red]td[/color] align="center" colspan="2" class="cat" height="25" nowrap="nowrap"> {L_FORUM} </[color=red]td[/color]>
<[color=red]td[/color] align="center" width="50" class="cat" nowrap="nowrap"> {L_TOPICS} </[color=red]td[/color]>
<[color=red]td[/color] align="center" width="50" class="cat" nowrap="nowrap"> {L_POSTS} </[color=red]td[/color]>
<[color=red]td[/color] align="center" class="cat" nowrap="nowrap"> {L_LASTPOST} </[color=red]td[/color]>
</tr>請修改index_body.tplH.T.Demon 寫:能請大大示範嗎?maostudio 寫:那個是<table>的border的問題........
要完全消失的話要,要重寫table.....
或者是有相關的文章 (希望是中文的^^")
因為小弟正想把美化一下自己的PHPBB
最想美化的項目是移除掉cellpic1和cellpic2間細細的白色分隔線
圖例:
希望能改成像竹貓這樣的樣式![]()
麻煩請大大指教
代碼: 選擇全部
<tr>
<td class="catLeft" colspan="[color=red]5[/color]" height="28"><span class="cattitle">{catrow.CAT_TYPE}<a href="{catrow.U_VIEWCAT}" class="cattitle">{catrow.CAT_DESC}</a></span></td>
</tr>荷葉何田田,戲水荷池西,
蓮葉雖豐潤,心中含苦悲。
荷葉何田田,戲水畫堂東,
荷花雖言美,凋殘亦匆匆!
蓮葉雖豐潤,心中含苦悲。
荷葉何田田,戲水畫堂東,
荷花雖言美,凋殘亦匆匆!








