測試了下,沒測出來,顯示不了
我是想讓推薦人才橫行輸出為5列x4行的,帝國CMS源碼如下
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="box">
<tr>
<td><ul>
[e:loop={30,10,0,0}]
<table width="100%" border="0" cellspacing="0">
<tr>
<td width="8" height="19"><img src="[!--news.url--]skin/default/images/dd1.gif" width="5" height="5 " /></td>
<td><a href="<?=$bqsr['titleurl']?>" target="_blank">
<?=DoTitleFont($bqr[titlefont],esub($bqr[title],38))?>
</a> |<a href="<?=$bqsr['titleurl']?>" target="_blank">
<?=$bqr[sex]?>
|
<?=$bqr[age]?>
|
<?=$bqr[education]?>
</a> <a href="<?=$bqsr['titleurl']?>">|
<?=$bqr[type]?>
</a></td>
<td align="right"><span class="STYLE11">
<?=date('m-d',$bqr[newstime])?>
</span></td>
</tr>
<tr>
<td height="2" colspan="3" background="skin/default/images/hline.gif"></td>
</tr>
</table>
[/e:loop]
</ul></td>
</tr>
</table>