[問題] 欄位的設定

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

版主: 版主管理群

主題已鎖定
qqwatson
星球普通子民
星球普通子民
文章: 6
註冊時間: 2005-08-15 23:36

[問題] 欄位的設定

文章 qqwatson »

請問我下載了這個風格,但當我使用繁體時,討論區中 'Forum Topics Posts Last Post '的那項顯示列,Topics(主題) Posts(文章)轉為中文時,主題和文章這兩個字都變成由上到下寫的,而且欄的長度都縮小了,請問各位大大,怎樣可以拉長這兩個欄位的長度。謝謝。


http://www.phpbb.com/styles/forum/index.php?style=121


我在index_body.tpl看見是這樣。

<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumborder">
<tr>
<th colspan="2" class="forumtitle" width="600">&nbsp;{L_FORUM}&nbsp;</th>
<th width="50" class="forumtitle"><font color="white">&nbsp;{L_TOPICS}&nbsp;</font></th>
<th width="50" class="forumtitle"><font color="white">&nbsp;{L_POSTS}&nbsp;</font></th>
<th class="forumtitle" width="75"><font color="white">&nbsp;{L_LASTPOST}&nbsp;</font></th>
</tr>


剛才研究了一會
<th width="50" class="forumtitle">
將上面一句轉成下面一句,是否是這樣\r
<th width="100" align="center" class="forumtitle" nowrap="nowrap">
主題已鎖定

回到「風格問題討論」