I have the Aword Images Showing in the pilot Center but how do i make so only a certain amount of awords are shown per line? I tis starting to look really bad when a pilot has too many awords. I am using this code..
<ul style="margin-top: 0px; margin-left: 2px;">
<?php foreach($allawards as $award){ ?>
<img src="<?php echo ($award->image);?>" alt="<?php echo ($award->descrip);?>" />
<?php } ?>
</ul>
<?php } ?>
Thanks!