Take a look and see what I mean.
http://monstersagainstcancer.com/indextest.php
The issue is I do realize that since its in a div and the code is used by if statements there is no place holders, but I can't even figure out a better way to do that aside from the fact of just ALWAYS having them displayed. and having to code an if statement in there. so here is the code.
<?php IF($page == 1){ }else{ echo '<a href="indextest.php?page='. ($page - 1) .'"><img src="\images\arrow.png" /></a>'; } ?> <?php IF($page == $fullcount){ }else{ echo '<a href="indextest.php?page='. ($page +1) .'"><img src="\images\arrow2.png" /></a>'; } ?>