在我的while循环中输入4列 [英] Make 4 columns in my while loop

查看:169
本文介绍了在我的while循环中输入4列的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

下面是我的while循环表,当前每行仅显示一项.我似乎无法弄清楚如何在下面显示新行之前显示4个项目/列.任何帮助,将不胜感激,谢谢!


杰罗姆

Below is my while loop table, currently it''s showing just one item per row. I can''t seem to figure out how to get 4 items/columns to show before it shows a new row below. Any help with this would be much appreciated, thank you!


Jerome

<table style="background-color: white">


<?php
				while ($row = mysql_fetch_array($rs)) {
	?>


<tr <?php //if ($i % 2) echo ' style="background-color: #ECECFB;"';?>>	
<td class="rows"><font color="4D4D4D" size="3"><? echo '<a type="video/x-matroska" href=file://///'.$row["Link"].' target=blank>'.$row["Name"].'</a>' ?><br />
<? echo '<a type="video/x-matroska" href=file://///'.$row["Link"].' target=blank><img src='.$row["Picture"].' height=210px width=141px></a>' ?><br />
<? echo '('.$row["Type"].')' ?>   <? echo $row["Year"] ?>   <? echo $row["Rating"] ?>   <? echo date('H:i', mktime(0,$row["Length"])); ?><br />
<? echo $row["Genre"] ?><br />
<? if ($row["Queue"]==='x') { 
echo 
"<center><a title=Remove From Watch List href='deletequeue.php?id=".$row['ID']."'><img align='center' width='20px' src='http://www.ourlittlelucas.net/ourflix/images/Minus.png'></a></td></font></center>"; 
} 
else { 
echo "<center><a title=Add To Watch List href='addqueue.php?id=".$row['ID']."'><img align='center' width='20px' src='http://www.ourlittlelucas.net/ourflix/images/Plus.png'></a></td></font></center>"; 
}
?>
</td></tr></font>
<?php $i++?>
<?php
}
?>
</table>

推荐答案

row = mysql_fetch_array(
row = mysql_fetch_array(


rs)){ ?>


<tr <?php //if (


i 2) echo = " ';? < td =" 行" < 颜色 =" 大小 =" > <? ' .
i % 2) echo ' style="background-color: #ECECFB;"';?>> <td class="rows"><font color="4D4D4D" size="3"><? echo '<a type="video/x-matroska" href=file://///'.


这篇关于在我的while循环中输入4列的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆