with css you could have used
margin:auto
but you may experience problems with certain browsers I believe. Glad I could help.
can’t you just put the center tag around your table?
<center>
<!-- your table -->
</center>
<div class="navigation">
<div class="alignleft"><?php next_posts_link('« Previous') ?></div>
<div class="alignright"><?php previous_posts_link('Next »') ?></div>
</div>
Anyone? I am soo close, please help!
Ok, I have changed line 27 to look like this:
<?php $recentposts = new WP_Query('cat=11,&showposts=3&offset=1');
by adding cat=11 I have got the page displaying certain posts but how do I go about setting it so when they click on the link in the sidebar it uses the proper cat=# ?
Kind Regards,
Devin