I can center the table in the back-end editor, but it will not centre in the article - I'm guessing there is an override in the template somewhere?
I've tried (in the article HTML)
1. Using <table align="center">
2. Using <center></center> around the whole table code
3. Using <div align="center"></div> around the whole table code
4. Set up new class in template.css and used <div class="center"></div> around the whole table code
and nothing works for me in the article, the table is always left-justified. Someone please help me before I go insane!!
