1 頁 (共 2 頁)

[問題]Main table header text?

發表於 : 2003-05-21 23:10
懶羊羊
請問要如何將phpbb最上面那行「版面 主題 文章 最後發表」 由原本的粗體字改為一般細體字呢?

我幾乎將templates裡的檔案翻遍了還是無法修改耶 :oops:

[分享]

發表於 : 2003-05-22 00:19
chenghwa
修改/templates/subSilver/index_body.tpl

代碼: 選擇全部

  <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>
改為\r

代碼: 選擇全部

  <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>


可能字體還要微調一下喔~~

[問題]謝謝

發表於 : 2003-05-22 07:56
懶羊羊
謝謝你的回答,
只是只是\r
為什麼你的嘴嘴要彎成 S 型呢? :oops:


我改好後變成下圖這樣:
圖檔

請問打綠圈圈的間隔處能夠再密一點點嗎?

非常謝謝你的幫忙 :-)

[建議]謝謝

發表於 : 2003-05-22 09:17
chenghwa
我昨天也有發現\r
我再試試看~
再貼出來

Re: [分享]

發表於 : 2003-05-22 09:35
chenghwa
改為這樣如何

代碼: 選擇全部

  <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>

發表於 : 2003-05-23 02:06
maostudio
那個是<table>的border的問題........
要完全消失的話要,要重寫table.....

發表於 : 2003-05-23 04:28
pat731
請問怎樣寫才可把字體加回色彩:P

發表於 : 2003-05-23 10:28
chenghwa
目前用笨方法
直接利用html的語法
修改/templates/subSilver/index_body.tpl

發表於 : 2003-05-23 10:28
chenghwa
沒錯\r
maostudio 寫:那個是<table>的border的問題........
要完全消失的話要,要重寫table.....

發表於 : 2003-05-23 15:35
maostudio
pat731 寫:請問怎樣寫才可把字體加回色彩:P
用CSS.....
;-) ;-) ;-)

發表於 : 2003-05-23 19:52
chenghwa
原來如此\r
受教了~

maostudio 寫:
pat731 寫:請問怎樣寫才可把字體加回色彩:P
用CSS.....
;-) ;-) ;-)

發表於 : 2003-05-25 20:25
H.T.Demon
maostudio 寫:那個是<table>的border的問題........
要完全消失的話要,要重寫table.....
能請大大示範嗎?
或者是有相關的文章 (希望是中文的^^")
因為小弟正想把美化一下自己的PHPBB

最想美化的項目是移除掉cellpic1和cellpic2間細細的白色分隔線
圖例:圖檔
希望能改成像竹貓這樣的樣式 :mrgreen:

麻煩請大大指教

發表於 : 2003-06-05 23:08
艾澀兒
還有一個方法可以將「版面 主題 文章 最後發表」等字樣改為細體
那就是將文字做成圖片
:oops:

發表於 : 2003-06-05 23:45
真帆
H.T.Demon 寫:
maostudio 寫:那個是<table>的border的問題........
要完全消失的話要,要重寫table.....
能請大大示範嗎?
或者是有相關的文章 (希望是中文的^^")
因為小弟正想把美化一下自己的PHPBB

最想美化的項目是移除掉cellpic1和cellpic2間細細的白色分隔線
圖例:圖檔
希望能改成像竹貓這樣的樣式 :mrgreen:

麻煩請大大指教
請修改index_body.tpl

代碼: 選擇全部

<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>
紅色的部分就是修改後的數值~

發表於 : 2003-06-06 01:06
H.T.Demon
大大提供的修改方法小弟有照著改\r
沒改出效果~_~"
現在沒法貼圖^__^" Sorry