開啟 viewpro_classic.htm
找</td>
<td class="postauthor"> 上面加上<!--{if $member[bio] || $member[sightml]}-->
<table summary="Profile" cellspacing="0" cellpadding="0">
<!--{if $member[bio]}-->
<thead><tr><td style="line-height: 3px;">{lang bio}</td></tr></thead>
<tbody>
<tr><td><div class="bio" style="overflow: hidden; height: expression(signature(this)); max-height: {MAXSIGROWS}px; margin: 10px; color: {TEXT}; line-height: 1.6em; maxHeightIE: {MAXSIGROWS}px;">$member[bio]</div></td></tr>
</tbody>
<!--{/if}-->
<!--{if $member[sightml]}-->
<thead><tr><td style="line-height: 3px;">{lang signature}</td></tr></thead>
<tbody>
<tr><td><div class="signatures" style="maxHeightIE: {MAXSIGROWS}px;">$member[sightml]</div></td></tr>
</tbody>
<!--{/if}-->
</table>
<!--{/if}-->找<!--{if $member[bio]}--><div class="bio">$member[bio]</div><!--{/if}-->刪除
完成
 |