1 頁 (共 2 頁)

[問題]裝好fi apple後版面的一部份會亂掉?

發表於 : 2003-04-23 23:25
jianxian
請問一下,為何我裝好後,版面的一部份會亂掉?按此觀看按此觀看

發表於 : 2003-04-24 03:58
Mac
檢查一下 viewforum.tpl

代碼: 選擇全部

<table border="0" cellpadding="2" cellspacing="1" width="100%" class="forumline">
試試看加入 nowrap="nowrap"
例如:
<th colspan="2" nowrap="nowrap">.....
<th width="50" nowrap="nowrap">.....
<th width="100" nowrap="nowrap">.....
<th width="50" nowrap="nowrap">.....
<th nowrap="nowrap">.....

~Mac

發表於 : 2003-04-24 06:54
jianxian
Mac 寫:檢查一下 viewforum.tpl

代碼: 選擇全部

<table border="0" cellpadding="2" cellspacing="1" width="100%" class="forumline">
試試看加入 nowrap="nowrap"
例如:
<th colspan="2" nowrap="nowrap">.....
<th width="50" nowrap="nowrap">.....
<th width="100" nowrap="nowrap">.....
<th width="50" nowrap="nowrap">.....
<th nowrap="nowrap">.....

~Mac
謝謝你,照此修改後果然變正常了。

發表於 : 2003-04-24 07:24
Mac
不客氣,我發現 FI 風格的主 Table 都沒有用到 nowrap="nowrap"
我沒用過這個風格,所以不知道其他地方會不會也出現字擠在一起的問題

p.s. index_body.tpl 也是主 Table 沒有 nowrap

~Mac

發表於 : 2003-04-24 08:09
cater
我沒有忘記的話privmsgs_read_body.tpl也要改一下 不來收訊息的左方會向下排
以下紅色部份也修改一下吧~(紅字為增加部份)

代碼: 選擇全部

<table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline">
<tr>
<th colspan="3">{BOX_NAME} :: {L_MESSAGE}</th>
</tr>
<tr>
<td class="row2" [color=red]nowrap="nowrap"[/color]><span class="genmed">{L_FROM}:</span></td>
<td class="row2" colspan="2"><span class="genmed">{MESSAGE_FROM}</span></td>
</tr>
<tr>
<td class="row2" [color=red]nowrap="nowrap"[/color]><span class="genmed">{L_TO}:</span></td>
<td class="row2" colspan="2"><span class="genmed">{MESSAGE_TO}</span></td>
</tr>
<tr>
<td class="row2" [color=red]nowrap="nowrap"[/color]><span class="genmed">{L_POSTED}:</span></td>
<td class="row2" colspan="2"><span class="genmed">{POST_DATE}</span></td>
</tr>
<tr>
<td class="row2" [color=red]nowrap="nowrap"[/color]><span class="genmed">{L_SUBJECT}:</span></td>
<td width="100%" class="row2"><span class="genmed">{POST_SUBJECT}</span></td>
<td nowrap="nowrap" class="row2" align="right">{QUOTE_PM_IMG}{EDIT_PM_IMG}</td>
</tr>
<tr>
<td valign="top" colspan="3" class="row1"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="postbody">{MESSAGE}</td>
</tr>
</table>

發表於 : 2003-04-24 13:05
chenghwa
nowrap="nowrap"
請問這個字是什麼意思啊

發表於 : 2003-04-24 13:05
chenghwa
問一個另外的問題

在這裡都會成功
nowrap="nowrap"

代碼: 選擇全部

[color=red]nowrap="nowrap"[/color]

可是在我的論壇

代碼: 選擇全部

[color=red]nowrap="nowrap"[/color]
這個部分不會顯示紅色是什麼問題啊

發表於 : 2003-04-24 20:16
cater
chenghwa 寫:問一個另外的問題

在這裡都會成功
nowrap="nowrap"

代碼: 選擇全部

[color=red]nowrap="nowrap"[/color]

可是在我的論壇

代碼: 選擇全部

[color=red]nowrap="nowrap"[/color]
這個部分不會顯示紅色是什麼問題啊
紅色的字是我用BBCode 代碼標示出來的笑是程式碼紅色

發表於 : 2003-04-24 23:14
chenghwa
我懂你的意思
我的問題是\r

代碼: 選擇全部

[color=red]nowrap="nowrap"[/color]
在這裡顯示正常\r

可是在我的論壇
只會顏色部分只會顯示原始碼\r
貼在我那裡不會出現顏色\r
請看我的論壇

發表於 : 2003-04-25 02:10
cater
我不到,要註冊才能看~

發表於 : 2003-04-25 04:59
Mac
不知道是因為舊版的緣故還是竹貓的有經過修改\r
正常的 2.0.4 本來就不能在 CODE 裡面加上顏色\r

~Mac

發表於 : 2003-04-25 06:10
小竹子
舊版的可以吧!

發表於 : 2003-04-28 13:01
Lost
ooh, I figured my problem, nevermind :-D

發表於 : 2003-05-07 13:45
vdiva83
圖檔
請問一下這邊會出現\r
圖檔圖檔圖檔圖檔
的這些圖要改哪個地方才能出現ㄇ因為都擠在一陀 ㄌ況且我也不知道要改哪邊.我對語法不是很好而且是及差的...圖檔圖檔

能再方便一下跟小弟說一聲是哪個地方ㄇ....謝謝

發表於 : 2003-05-07 16:28
Mac
第三篇已經有說囉

~Mac