MDanz Posted June 26, 2010 Share Posted June 26, 2010 how do i marquee results one next to each other? Below marquees them under one another. <?php $mostrecent = mysql_query("SELECT info FROM Core WHERE adult=0 ORDER BY posted DESC LIMIT 20")or die (mysql_error()); while($runrecent = mysql_fetch_assoc($mostrecent)) { $recentinfo = $runrecent['info']; print "<marquee><font face='Arial' color='#000000' size='3px'><strong>$recentinfo</strong></font></marquee>"; } ?> Link to comment https://forums.phpfreaks.com/topic/205961-marquee-help/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.