小弟的論壇這兩天發現一個現象.....
就是.....
簽名檔的距離...不一樣耶@@
第一個發表的跟接著跟PO的會員,距離不一樣耶...
如下圖:
請問這要怎麼解決阿???
第二個簽名檔幾乎就跟發表人的文章已經黏在一起了@@
還有另一個問題就是:簽名檔的文字可不可以換顏色阿??
想說要讓會員的簽名檔文字顏色淺一點,不要跟文章文字一樣...
才不會那麼搶眼@@
謝謝大大回答我的問題~~~
版主: 版主管理群
代碼: 選擇全部
<tr>
<td colspan="2"><hr /></td>
</tr>
<tr>
<td colspan="2"><span class="postbody">{postrow.MESSAGE}{postrow.SIGNATURE}</span><span class="gensmall">{postrow.EDITED_MESSAGE}</span></td>
</tr>
</table></td> 代碼: 選擇全部
<tr>
<td colspan="2"><hr /></td>
</tr>
<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>
</table></td>