以下是引用zhenfengdz在2007-11-24 7:13:52的发言:select top 10 AddTime,Memo,Name from KS_GuestBook order by id desc
[loop=10]
<table width="100%" height="21" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>.<a href="/GuestBook/Index.asp?keyword={$Field(Name,Text,0,...,0,)}" target="_blank">[{$Field(Name,Text,10,...,2,)}]-{$Field(Memo,Text,34,...,2,)}</a> <font color="666666">({$Field(AddTime,Date,MM-DD)})</font></td>
</tr>
</table>
[/loop]
[此贴子已经被作者于2007-11-25 9:57:03编辑过]
调用到首页后,要想使版面整齐,那就必定要限制留言字数(默认是200个字),有什么方法能使默认的留言字数不变的情况下,调用到首页时可以限制显示的字数,后面用省略号即可,可以实现吗?