Hi there,
i need to split a selection of long lists to make it look tidy. So it would change from this:
item
item
item
item
item
item
item
item
item
ect......
to a table with two coloums:
Item Item
Item Item
Item Item
Item Item
Item Item
Item Item
how would i do this? Its only using <UL> at the mo, but looks a little messy.
<?php do { ?>
<li><a href="schools.php?country=<?php echo $HTTP_GET_VARS['country']; ?>®ion=<?php echo $row_getgegions['name']; ?>"><?php echo $row_getgegions['name']; ?></a> (<?php echo $row_getgegions['numschools']; ?>)</li>
<?php } while ($row_getgegions = mysql_fetch_assoc($getgegions)); ?>
Thanks,
Danny Lewin
http://www.letsdancetheirishway.com/schools.php