Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Josh

    (@josh401)

    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

    (@du3z)

    Hi Josh, that does work though,

    thank you very much!

    Plugin Author Josh

    (@josh401)

    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.