hi i was wondering how to center my table which uses the wp-table plugin?
Thanks
hi i was wondering how to center my table which uses the wp-table plugin?
Thanks
can't you just put the center tag around your table?
<center>
<!-- your table -->
</center>haha yea it wasn't working in css lol and i'm kinda tired thx for pointing out the obvious :)
with css you could have used
margin:auto
but you may experience problems with certain browsers I believe. Glad I could help.
This topic has been closed to new replies.