Title: [Plugin: TinyMCE Templates] 1 error found
Last modified: August 19, 2016

---

# [Plugin: TinyMCE Templates] 1 error found

 *  [Dademaru](https://wordpress.org/support/users/xendo/)
 * (@xendo)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-tinymce-templates-1-error-found/)
 * 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](https://wordpress.org/support/users/miyauchi/)
 * (@miyauchi)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-tinymce-templates-1-error-found/#post-2009060)
 * 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.

 * ![](https://ps.w.org/tinymce-templates/assets/icon-128x128.png?rev=1059804)
 * [TinyMCE Templates](https://wordpress.org/plugins/tinymce-templates/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tinymce-templates/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tinymce-templates/)
 * [Active Topics](https://wordpress.org/support/plugin/tinymce-templates/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tinymce-templates/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tinymce-templates/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Takayuki Miyauchi](https://wordpress.org/support/users/miyauchi/)
 * Last activity: [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-tinymce-templates-1-error-found/#post-2009060)
 * Status: not resolved