php 循环 横排问题,这个如何横排,现在是竖着排的
{#if$info_reslut==""#}暂无添加{#else#}{#sectionloop=$info_reslutname=rs#}<tablewidth="120...
{#if $info_reslut==""#}
暂无添加
{#else#}
{#section loop=$info_reslut name=rs#} <table width="120" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><span class="picFit" style="WIDTH: 110px; HEIGHT: 75px"><a class=title
href="/about/display_show_{#$info_reslut[rs].id#}.html"
target=_self><img
src="{#$info_reslut[rs].img#}" alt="{#$info_reslut[rs].title#}" border=0 style="WIDTH: 130px; HEIGHT: 95px"></a></span></td>
</tr>
<tr>
<td><a href="display_show_{#$info_reslut[rs].id#}.html" target="_self" >{#$info_reslut[rs].title#}</a></td>
</tr>
</table>
{#/section#} {#/if#}
这个如何 横排 展开
暂无添加
{#else#}
{#section loop=$info_reslut name=rs#} <table width="120" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><span class="picFit" style="WIDTH: 110px; HEIGHT: 75px"><a class=title
href="/about/display_show_{#$info_reslut[rs].id#}.html"
target=_self><img
src="{#$info_reslut[rs].img#}" alt="{#$info_reslut[rs].title#}" border=0 style="WIDTH: 130px; HEIGHT: 95px"></a></span></td>
</tr>
<tr>
<td><a href="display_show_{#$info_reslut[rs].id#}.html" target="_self" >{#$info_reslut[rs].title#}</a></td>
</tr>
</table>
{#/section#} {#/if#}
这个如何 横排 展开
3个回答
展开全部
找美工是你唯一的出路!
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
{#if $info_reslut==""#}
暂无添加
{#else#}
<table width="120" border="0" cellspacing="0" cellpadding="0">
<tr>
{#section loop=$info_reslut name=rs#}
<td>
<span class="picFit" style="WIDTH: 110px; HEIGHT: 75px">
<a class=title href="/about/display_show_{#$info_reslut[rs].id#}.html" target=_self>
<img src="{#$info_reslut[rs].img#}" alt="{#$info_reslut[rs].title#}" border=0 style="WIDTH: 130px; HEIGHT: 95px">
</a>
</span>
</td>
<td><a href="display_show_{#$info_reslut[rs].id#}.html" target="_self" >{#$info_reslut[rs].title#}</a>
</td>
{#/section#}
</tr>
</table>
{#/if#}
暂无添加
{#else#}
<table width="120" border="0" cellspacing="0" cellpadding="0">
<tr>
{#section loop=$info_reslut name=rs#}
<td>
<span class="picFit" style="WIDTH: 110px; HEIGHT: 75px">
<a class=title href="/about/display_show_{#$info_reslut[rs].id#}.html" target=_self>
<img src="{#$info_reslut[rs].img#}" alt="{#$info_reslut[rs].title#}" border=0 style="WIDTH: 130px; HEIGHT: 95px">
</a>
</span>
</td>
<td><a href="display_show_{#$info_reslut[rs].id#}.html" target="_self" >{#$info_reslut[rs].title#}</a>
</td>
{#/section#}
</tr>
</table>
{#/if#}
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
给表格加一个 style="float:left"试试看吧,类似这样
<table width="120" border="0" cellspacing="0" cellpadding="0" style="float:left">
<table width="120" border="0" cellspacing="0" cellpadding="0" style="float:left">
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询