[問題]Main table header text?
發表於 : 2003-05-21 23:10
請問要如何將phpbb最上面那行「版面 主題 文章 最後發表」 由原本的粗體字改為一般細體字呢?
我幾乎將templates裡的檔案翻遍了還是無法修改耶
我幾乎將templates裡的檔案翻遍了還是無法修改耶
代碼: 選擇全部
<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>
代碼: 選擇全部
<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>maostudio 寫:那個是<table>的border的問題........
要完全消失的話要,要重寫table.....
用CSS.....pat731 寫:請問怎樣寫才可把字體加回色彩:P
maostudio 寫:用CSS.....pat731 寫:請問怎樣寫才可把字體加回色彩:P
![]()
![]()
能請大大示範嗎?maostudio 寫:那個是<table>的border的問題........
要完全消失的話要,要重寫table.....

請修改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>