遍历数据排列的问题

浏览:772 发布日期:2016/03/09 分类:求助交流
<volist name="result" id="vo">

<table>
<tr>
<td>
<img src="__ROOT__/first_img/{$vo.first_img}" width=200 height=150>
</td>
</tr>
<tr>
<td>
{$vo.pro_title}
</td>
</tr>
<table>
遍历出来的数据如何让他横向排列,到一定位置自动换行。
最佳答案
评论( 相关
后面还有条评论,点击查看>>