向如下代码如何让图片一行显示3个呢?
<table width="960" height="225" border="0" cellpadding="0" cellspacing="0" style="margin-top:15px ">
<tr align="center">
{loop $tupian $c}
<td><img src="{dr_thumb($c, 300, 225)}" width="300" height="225"></td>
{/loop}
</tr>
</table>现在的情况是,一行所有都显示出来了。