又來發問了XDDD
這這這這...應該不會再貼錯了吧XD

如圖所示...目前該外掛顯示的地方在簽名黨底下
該如何把把它移到文章的最底下呢???(可以的話有個跟文章的分隔線更好XD)
這個算風格應用吧
版主: 版主管理群

代碼: 選擇全部
{postrow.MESSAGE}代碼: 選擇全部
<br /><hr>{postrow.EDITED_MESSAGE}代碼: 選擇全部
{postrow.SIGNATURE}風之劍客 寫:沒有斜線吧~狂暴戰龍 寫:嗯...成功是成功了...
不過中間的空格好像太大了~
我試過把</BR>刪掉還是一樣@@
1.看錯~~SORRY~倉木麻衣~ 寫:其實我會建議你放在文章氣泡的底下就好了, 就如同你圖中指向的位置一樣
代碼: 選擇全部
//
// Editing information
//
if ( $postrow[$i]['post_edit_count'] )
{
$l_edit_time_total = ( $postrow[$i]['post_edit_count'] == 1 ) ? $lang['Edited_time_total'] : $lang['Edited_times_total'];
$l_edited_by = '<br /><br />' . sprintf($l_edit_time_total, $poster, create_date($board_config['default_dateformat'], $postrow[$i]['post_edit_time'], $board_config['board_timezone']), $postrow[$i]['post_edit_count']);
}
else
{
$l_edited_by = '';
}
代碼: 選擇全部
//
// Replace newlines (we use this rather than nl2br because
// till recently it wasn't XHTML compliant)
//
if ( $user_sig != '' )
{
$user_sig = '<br />_________________<br />' . str_replace("
", "
<br />
", $user_sig);
}
$message = str_replace("
", "
<br />
", $message);
代碼: 選擇全部
<br /><hr>{postrow.EDITED_MESSAGE}代碼: 選擇全部
td class="postbody " style="word-break:break-all">代碼: 選擇全部
<hr>{postrow.EDITED_MESSAGE}<br> 是省略寫法風之劍客 寫: 沒有斜線吧~
新的段行標記語言?在思緒重疊之前 寫:</ br> <=!?
這是正確的嗎!? 我記得我是打 <br /> 吧...
<br> 這也不算是簡寫.. 我會多加上斜線是因為 <br> 這是舊的標記語言..
新的瀏覽器 或是特定的瀏覽器可能會讀不出來.. 所以改用新的段行標記語言 <br />
這樣是保險用...
你也打錯了哦=_=
代碼: 選擇全部
<tr>
<td width="30" height="9" nowrap="nowrap"><img src="images/postable/bubble_tl.gif" width="30" height="9" /></td>
<td width="100%" height="9" nowrap="nowrap" background="images/postable/bubble_tb.gif"></td>
<td width="11" height="9" nowrap="nowrap"><img src="images/postable/bubble_tr.gif" width="11" height="9" /></td>
</tr>
<tr>
<td width="30" nowrap="nowrap" valign="top" background="images/postable/bubble_lb.gif"><img src="images/postable/bubble.gif" width="30" height="70" /></td>
<td style="word-wrap:break-word" bgcolor="#FFFFFF"><span class="postbody">{postrow.MESSAGE}<br /><hr>{postrow.EDITED_MESSAGE}</span></td>
<td width="11" nowrap="nowrap" background="images/postable/bubble_rb.gif"></td>
</tr>
<tr>
<td width="30" height="11" nowrap="nowrap"><img src="images/postable/bubble_bl.gif" width="30" height="11" /></td>
<td width="100%" height="11" nowrap="nowrap" background="images/postable/bubble_bb.gif"></td>
<td width="11" height="11" nowrap="nowrap"><img src="images/postable/bubble_br.gif" width="11" height="11" /></td>
</tr>
</table>{postrow.SIGNATURE}</span><span class="gensmall"></span></td>
</tr>
</table></td>