The buttons I would like to use are the ones that you would use
on a navigation menu, that you would normally do with an unordered list
and css, or a simple hyperlink
<a href="#"><img src="home.jpg" height="70" width="100" /></a>
<?php do { ?>
<a href="softwarelist.php?class_id=<?php echo $row_rs_class['class_id']; ?>">
somehow code image buttons here
<?php echo $row_rs_class['classtitle']; ?>
</a>
<?php } while ($row_rs_class = mysql_fetch_assoc($rs_class)); ?>
the buttons when clicked filter a recordset according to
Numeracy, Literacy