问题:自定义了个动态标签,他读取的数据在页面上是一列显示,如果我要他两列或多列显示,应该如何?
解答:自定义标签分列显示方法:
分三列的方法
<table> {loop}{infobegin}<tr><td>"插入自定义标签"</td>{infoend}
{infobegin}<td>"插入自定义标签"</td>{infoend}
{infobegin}<td>"插入自定义标签"</td></tr>{infoend}
{/loop}
<table>