• First of all congratulations for all your plugins: they are very useful, intuitive and well developed.
    I’ve tested TinyMCE Templates on WP 3.1 and it works but I found this problem: I’ve tried many times but I can’t figure a way to have a table inside a div.

    I paste the following code (it works in the TinyMCE Template for Joomla, for example) but when I add it into a page and control the html code, the div doesn’t appear anymore.

    <h4 class="x">title</h4>
    <div class="xxx">
    <table cellpadding="0" cellspacing="0">
    <tbody>
    <tr>
    <td class="col1">c1</td>
    <td class="col2">c2</td>
    <td class="col3">c3</td>
    <td class="col4">c4</td>
    </tr>
    </tbody>
    </table>
    </div>
    <br />

    If I put other tags inside the div (e. h3, p, span, other divs) it works.
    I’ve also specified the css property in the file inside the plugin folder but there’s nothing to do with tables.
    Let me know if it’s possible, otherwise I’ll use divs instead of tables.

    And thanks again for this plugin!

Viewing 1 replies (of 1 total)
  • Plugin Author Takayuki Miyauchi

    (@miyauchi)

    Hi, Xendo!
    Thanks for use this plugin!

    Cause of the problem is bug in tinyMCE core.
    But, I found a way to avoid this problem.

    1. Please input dummy text like ‘fooooooooooooooo’.
    2. Delete dummy text by “back space” key on your keyboard.
    3. Insert template.
    4. Save. Don’t edit and don’t switch html view before save.
    5. Then, you can edit contents after save.

    I was tested at Chrome and not work on firefox.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: TinyMCE Templates] 1 error found’ is closed to new replies.