第 1 頁 (共 1 頁)
[問題]全域公告的版面問題= =
發表於 : 2004-02-10 16:54
由 吉川拓也
問題外掛:全域公告
參考連結:
http://phpbb-tw.net/phpbb/viewtopic.php?t=11072
使用版本:phpbb 2.0.6
網站位置:
http://nt66.com.tw/LineII/
狀況描述: 感覺版面不是很對稱 (我放了圖片讓大家看)
附圖 :
\r
補充:
是否我改錯了 ? 有辦法讓他格式對齊嗎 ?
發表於 : 2004-02-10 17:39
由 GeniusKiKi
口厄...
你不要開啟分區間留白...
應該就會對齊了...
不然的話...
原則上是沒有辦法...
發表於 : 2004-02-10 17:55
由 吉川拓也
GeniusKiKi 寫:口厄...
你不要開啟分區間留白...
應該就會對齊了...
不然的話...
原則上是沒有辦法...
謝謝你的意見^^
之前也有設定過不留白 . 但是還是相同@@ ..
使用別的風格卻又可以使用 ..
風格我真是搞不懂你 ..
發表於 : 2004-02-10 21:58
由 aiken
應該可以
在ID那個部分加上 nowrap="nowrap" 應該可以吧~~
強迫不准他換行
發表於 : 2004-02-10 22:05
由 吉川拓也
aiken 寫:應該可以
在ID那個部分加上 nowrap="nowrap" 應該可以吧~~
強迫不准他換行
你是說 POST_ID嗎 ?
給個提示看看 . 改哪個檔案 ~
我找 viewforum_body.tpl 沒看到關於id的 ..
發表於 : 2004-02-10 22:13
由 aiken
噗...他當然不會寫ID啊~~
在 viewforum_body.tpl
這段我的是長這樣\r
你的一定跟我的不一樣..自己比對嚕
代碼: 選擇全部
<td class="row1" width="100%" height="30" onMouseOver="this.style.backgroundColor='#444444';this.style.cursor='arrow';" onMouseOut="this.style.backgroundColor='';" onclick="window.location.href='{topicrow.U_VIEW_TOPIC}'">
<span class="topictitle">{topicrow.NEWEST_POST_IMG}{topicrow.TOPIC_ATTACHMENT_IMG}{topicrow.TOPIC_TYPE}<a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a></span><span class="gensmall"><br />
{topicrow.GOTO_PAGE}</span></td>
<td class="row2" align="center"><span class="gensmall">{topicrow.REPLIES}</span></td>
<td class="row2" align="center"><span class="gensmall">{topicrow.VIEWS}</span></td>
[color=red]<td class="row3" align="center" nowrap="nowrap"><span class="gensmall"> {topicrow.TOPIC_AUTHOR} </span></td>[/color]
<td class="row3" align="center" nowrap="nowrap"><span class="gensmall"> {topicrow.LAST_POST_TIME} <br />
{topicrow.LAST_POST_AUTHOR} {topicrow.LAST_POST_IMG}</span></td>
發表於 : 2004-02-10 22:19
由 吉川拓也
感謝了^^
終於有改善一點了~~
發表於 : 2004-02-10 22:21
由 aiken
沒改善的部份可以也找到他的變數然後在TD標籤裡面加上這段~~~
發表於 : 2004-02-11 02:48
由 GeniusKiKi
建議使用 <td width="xx%"> 來強制設定
這樣就算他表格是分開的
表格內的欄位寬度也都會一樣\r
看起來就會超級整齊了