Aligning my "older/new posts" buttons?
-
I have the TwentyTen theme and as you can see (thelanternlight.com/blog) my Previous Posts and Newer Posts buttons don’t line up with each other at the top and bottom. How can I achieve this? Here is the code from my loop.php file:
<div id="nav-above" class="navigation"> <center><div class="nav-previous" align="left"><?php next_posts_link( __( '<span class="meta-nav"></span> <img src="/images/arrowprev.gif">', 'twentyten' ) ); ?></div><div class="nav-next" align="right"><?php previous_posts_link( __( '<img src="/images/arrownew.gif"> <span class="meta-nav"></span>', 'twentyten' ) ); ?></div></center> </div><!-- #nav-above -->
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Aligning my "older/new posts" buttons?’ is closed to new replies.