[CSS] 纯文本查看 复制代码
<style>td.author{width:150px;text-align:left;}</style>
<div style="float:left;width:28px;padding:2px 6px 0 0;">
{if $thread[author] == ""}<img src="https://www.dismall.com/uc_server/images/noavatar_small.gif" style="width:25px;height:25px;border:1px solid #ccc;padding:2px;margin:0px;background-color:#fff;">{else}<img src="uc_server/avatar.php?uid=$thread[authorid]&size=small" style="width:25px;height:25px;border:1px solid #ccc;padding:2px;margin:0px;background-color:#fff;" onerror="this.onerror=null;this.src='https://www.dismall.com/uc_server/images/noavatar_small.gif'" />{/if}
</div>