margin: 0 auto;
.post_content ul, .post_content ol, .post_content table, .post_content dl { margin: 1.5em 0; }
I've tried
align=center
margin: 0 auto
both inline and through the stylesheet...nothing??
http://www.revannielawrence.com/?page_id=112
Also is there a simple plug-in for tables that allows for photos and lots of CSS control?
margin: 0 auto;applied to that table. It's actually taking the style properties from line 337 in your CSS file:Either give the table itself
margin: 0 auto;, or give the DIV that contains the table the same width as the table (550px).