Hi all!
I have a problem which has been driving me mad! I just cant seem to find a solution, I hope you can help..
http://www.benrobins.com/intel-the-chase/
If you take a look at one of the Single Posts on my site ^^ You will notice that at the bottom of the post I have added Previous and Next links to allow the user to navigate through my posts.
This works a treat although they appear over two lines.
What I am trying to achieve is to have these two links on the same line but remain formatted on the left and right. Is this possible?
Here is the code I am using at the moment:
echo $preview; // echo the preview image
the_content('Read more');
previous_post_link('<h6 style="float:right;">%link</h6>', 'Next project', TRUE); ?>
<?php next_post_link('<h6 style="float:left;">%link</h6>', 'Previous project', TRUE); ?>
Many Thanks in advance!
Ben