<ul>[e:loop={0,10,3,0}]<?php$color="grey";if(date("Y-m-d",$bqr[newstime])==date("Y-m-d")){$color="red";}?><li><FONT color=<?=$color?>><?=date('Y-m-d',$bqr[newstime])?></FONT> &nbsp;&nbsp; <a href="<?=$bqsr['titleurl']?>"><?=$bqr['title']?></a></li>[/e:loop]</ul>

 

或则 当天更新的“标题”显示红色其他颜色变成灰色

<ul>[e:loop={0,10,3,0}]<?php$color="grey";if(date("Y-m-d",$bqr[newstime])==date("Y-m-d")){$color="red";}?><li><a href="<?=$bqsr['titleurl']?>"><FONT color=<?=$color?>><?=$bqr['title']?></FONT></a> &nbsp;&nbsp; <?=date('Y-m-d',$bqr[newstime])?></li>[/e:loop]</ul>