1 頁 (共 1 頁)

Bottom Aligned Signature

發表於 : 2008-11-25 , 23:39
yehrussell
Bottom Aligned Signature
來源:http://www.phpbb3bbcodes.com/bottom-ali ... -t880.html
Author: Stoker
Description: Learn how to align the signatures to the bottom.

Prosilver
Open styles/yourstyle/template/viewtopic_body.html
Find:

代碼: 選擇全部

<div class="content">{postrow.MESSAGE}</div>
Replace with:

代碼: 選擇全部

<div class="content" style="min-height:170px;">{postrow.MESSAGE}</div>
Subsilver2
Open styles/yourstyle/template/viewtopic_body.html
Find:

代碼: 選擇全部

<div class="postbody">{postrow.MESSAGE}</div>
Replace with:

代碼: 選擇全部

<div class="postbody" style="min-height:170px;">{postrow.MESSAGE}</div>