@andrew ozz – Thanks so much.
I don’t know much about CSS, which is why I’m trying to use a WYSIWYG editor ??
Is there a specific line of css I can add to the style sheet that will center all tables (not the content, but the table centered between the margins) so that I don’t have to edit the HTML when I’m adding the table itself?
I’ve been searching online and the only thing I found that actually worked was to add the following to the HTML:
<table style=”margin-left: auto; margin-right: auto;” border=”0″ align=”center”>
I’m going to be having people who know even less HTML/CSS than I do using the system and I shudder to think what it would be like to teach them to find all the right places in the HTML and replace the code that’s there.
Also wondering if the TinyMCE plugin will ever center tables without touching the HTML? I know of other CMS systems that do – I was hoping WordPress would be one of them.