What’s the best way (or any working way) to use images with the next and previous links in Wordpress. I tried this and it doesn’t work:
<?php previous_posts_link('<img src="<?php bloginfo('template_url'); ?>/images/right-arrow.png">'); ?>
Suggestions on how to address this or fix the code above?