[問題]斷行及簽名檔置底<已解決!! 感謝倉木大大唷>
發表於 : 2005-04-15 06:23
斷行
簽名檔
參考了這兩篇文章及其他大大們所發生類似問題修改後
但始終無法解決
其中對於斷行需修改為\r
請教各位大大
斷行及簽名檔置底的碼別是否無法並存呢?
如果可以並存~
那我應該如何修改才能有文章斷行及簽名檔置底呢\r
或是得靠文章氣泡這個外掛呢
簽名檔
參考了這兩篇文章及其他大大們所發生類似問題修改後
但始終無法解決
其中對於斷行需修改為\r
但是簽名檔文章中要修改成編輯 viewtopic_body.tpl
尋找
<td colspan="2"><span class="postbody">{postrow.MESSAGE}{postrow.SIGNATURE}</span><span class="gensmall">{postrow.EDITED_MESSAGE}</span></td>
替換成
<td colspan="2"><table style="table-layout:fixed"><tr><td style="word-wrap:break-word"><span class="postbody">{postrow.MESSAGE}{postrow.SIGNATURE}</span><span class="gensmall">{postrow.EDITED_MESSAGE}</span></td></tr></table></td>
而我將其修改成<tr>
<td colspan="2" HEIGHT="100%" VALIGN="TOP"><span class="postbody">{postrow.MESSAGE}</span><BR /><SPAN CLASS="gensmall">{postrow.EDITED_MESSAGE}</SPAN></td>
</tr>
<tr>
<td colspan="2" VALIGN="BOTTOM"><SPAN CLASS="postbody">{postrow.SIGNATURE}</SPAN></td>
</tr>
仍然無法成功<tr>
<td colspan="2"><table style="table-layout:fixed"><tr><td style="word-wrap:break-word"><span class="postbody">{postrow.SIGNATURE}</span><span class="gensmall">{postrow.EDITED_MESSAGE}</span></td></tr></table></td>
</tr>
<tr>
<td colspan="2" VALIGN="BOTTOM"><SPAN CLASS="postbody">{postrow.SIGNATURE}</SPAN></td>
</tr>
請教各位大大
斷行及簽名檔置底的碼別是否無法並存呢?
如果可以並存~
那我應該如何修改才能有文章斷行及簽名檔置底呢\r
或是得靠文章氣泡這個外掛呢