I am trying to use
<span style="float: left"><?php next_posts_link('← Next') ?></span>
<span style="float: right"><?php previous_posts_link('Older →') ?></span>
in my index.php. Paging works great unless the user has drilled down into a specific category, then paging always returns a 404.