I am using the following to display Next and Previous links to navigate between posts:
<?php previous_post(' %', 'Previous Post', 'no'); ?>
<?php next_post(' %', 'Next Post', 'no'); ?>
How do I add an image (e.g. a direction arrow) to each (to the left of 'Previous', to right of 'Next') that becomes part of the link (image links to next/previous post too) and remove the underlining of the each link as well?
Thanks for your time and help, it is greatly appreciated!