Is it possible to achieve this using a button, instead of an image simulating the button?
<a href="new.php?id=<?php echo $id ?>"><img src="images/edit.gif" alt="" /></a>
My buttons use CSS to format them, and it would be a lot easier to use a button instead of having to edit the graphic for each button (plus the link isn't displayed quite right).
Is there a way I can do the above link in an onclick event?