Title: [Plugin: Ultimate TinyMCE] Align Table to centre
Last modified: August 20, 2016

---

# [Plugin: Ultimate TinyMCE] Align Table to centre

 *  Resolved [du3z](https://wordpress.org/support/users/du3z/)
 * (@du3z)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-ultimate-tinymce-align-table-to-centre/)
 * Hi guys,
 * was trying to align my table to the center of the post. No matter what I tried,
   whether i selected the whole table and use a center justified, or i go into table
   properties and use center, it messes things up.
 * Help, driving me crazy~
 * [http://www.sghomeonline.com/singapore-district-guide/](http://www.sghomeonline.com/singapore-district-guide/)
   
   this is the page that i’m trying on
 * TIA!
 * [http://wordpress.org/extend/plugins/ultimate-tinymce/](http://wordpress.org/extend/plugins/ultimate-tinymce/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Josh](https://wordpress.org/support/users/josh401/)
 * (@josh401)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-ultimate-tinymce-align-table-to-centre/#post-2715763)
 * I apologize. Tables are really tricky while working with the editor. It’s probably
   why the WordPress “powers that be” left it out originally.
 * Anyways, there are ways around this.
 * If you select your table, and click on the HTML button, NOT the tab, but “Code
   Magic” button, you will see this part where your table begins:
 *     ```
       <table border="0">
       ```
   
 * Change that to this:
 *     ```
       <table border="0" style="margin-left:240px;">
       ```
   
 * This will add a left margin to only that table, and not every table on your website.
   This is the best “hack” I can offer 🙂
 *  Thread Starter [du3z](https://wordpress.org/support/users/du3z/)
 * (@du3z)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-ultimate-tinymce-align-table-to-centre/#post-2715765)
 * Hi Josh, that does work though,
 * thank you very much!
 *  Plugin Author [Josh](https://wordpress.org/support/users/josh401/)
 * (@josh401)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-ultimate-tinymce-align-table-to-centre/#post-2715828)
 * Excellent. Glad to help.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘[Plugin: Ultimate TinyMCE] Align Table to centre’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/ultimate-tinymce.svg)
 * [Ultimate TinyMCE](https://wordpress.org/plugins/ultimate-tinymce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ultimate-tinymce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ultimate-tinymce/)
 * [Active Topics](https://wordpress.org/support/plugin/ultimate-tinymce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ultimate-tinymce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ultimate-tinymce/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Josh](https://wordpress.org/support/users/josh401/)
 * Last activity: [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-ultimate-tinymce-align-table-to-centre/#post-2715828)
 * Status: resolved