I'm working with a blank theme and my nav.php looks like this
<div class="navigation">
<div class="next-posts" style="float: left;"><?php next_posts_link('« Older Entries') ?></div>
<div class="prev-posts" style="float: right;"><?php previous_posts_link('Newer Entries »') ?></div>
My question is, how do I change the text links into image links?