Title: TinyMCE Advance table issue
Last modified: August 21, 2016

---

# TinyMCE Advance table issue

 *  Resolved [shootingtime](https://wordpress.org/support/users/shootingtime/)
 * (@shootingtime)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/tinymce-advance-table-issue/)
 * This TinyMCE Advanced plugin seems nice and allowed me to make a table with very
   little effort, but when I view the table, it doesn’t look as it should.
 * Is there something I have to add to my child theme to allow tables to show correctly?
 * link to the page… [http://shootingtime.com/new/how-to-tune-a-compound-bow/timing-a-bow/](http://shootingtime.com/new/how-to-tune-a-compound-bow/timing-a-bow/)
 * Thanks!!

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

 *  Theme Author [Konstantin Kovshenin](https://wordpress.org/support/users/kovshenin/)
 * (@kovshenin)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/tinymce-advance-table-issue/#post-4218146)
 * That page you linked to does not exist. Please make sure it’s published and public.
 *  Thread Starter [shootingtime](https://wordpress.org/support/users/shootingtime/)
 * (@shootingtime)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/tinymce-advance-table-issue/#post-4218147)
 * Sorry actually I went live with the WordPress version of my site last night so
   that page has just been moved. The proper URL for that page is now [http://shootingtime.com/bow-tuning/timing-a-bow/](http://shootingtime.com/bow-tuning/timing-a-bow/).
 * Thanks
    Corey
 *  Theme Author [Konstantin Kovshenin](https://wordpress.org/support/users/kovshenin/)
 * (@kovshenin)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/tinymce-advance-table-issue/#post-4218159)
 * Hey there! The table looks fine here. Can you perhaps provide a screenshot of
   what you’re seeing and what you’re expecting to see on that page? Thanks!
 *  Thread Starter [shootingtime](https://wordpress.org/support/users/shootingtime/)
 * (@shootingtime)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/tinymce-advance-table-issue/#post-4218161)
 * Thanks for your response! Here is a link to the screen shot.
 * [http://shootingtime.com/?attachment_id=1144](http://shootingtime.com/?attachment_id=1144)
 *  Theme Author [Konstantin Kovshenin](https://wordpress.org/support/users/kovshenin/)
 * (@kovshenin)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/tinymce-advance-table-issue/#post-4218170)
 * Yeah, that’s what I see. You got your rows, and you got your columns 🙂 What 
   were you expecting to see?
 *  Thread Starter [shootingtime](https://wordpress.org/support/users/shootingtime/)
 * (@shootingtime)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/tinymce-advance-table-issue/#post-4218171)
 * The chambers of the table should be equal. The images should be the same size.
   Here is an example of what it looked like on my html version of my website.
 * [http://shootingtime.com/?attachment_id=1324](http://shootingtime.com/?attachment_id=1324)
 *  Theme Author [Konstantin Kovshenin](https://wordpress.org/support/users/kovshenin/)
 * (@kovshenin)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/tinymce-advance-table-issue/#post-4218172)
 * Can you paste the HTML code you put in the post editor in WordPress? Please use
   pastebin.com
 *  Thread Starter [shootingtime](https://wordpress.org/support/users/shootingtime/)
 * (@shootingtime)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/tinymce-advance-table-issue/#post-4218173)
 * I tried the pastebin and couldn’t figure how to get it to show here so………
 *     ```
       <table style="width: 700px;" border="1">
       <tbody>
       <tr>
       <td><strong>Timing a bow - Mathews Bows</strong></td>
       <td><strong>MAX CAM</strong></td>
       </tr>
       <tr>
       <td>With many Mathews solocam bows, you will notice that the cam has two holes on opposite sides. For the best timing position, the line that passes through these holes should be parallel with the bow string. On some newer cams, they apparently drilled a hole in which the cable should cut through the center as seen on the Reezen's cam. (lower right) A quick way of checking parallel orientation is by taking an arrow and placing it over the cam. With one eye closed, cut the center of the two small holes with an arrow and visually see if the arrow is parallel to the bowstring. If the trajectory is way off, you may have to adjust the cam. If you are having a hard time telling if its perfectly parallel, its probably close enough.</td>
       <td><a href="http://shootingtime.com/wp-content/uploads/2013/09/timing/maxcam.jpg"><img title="maxcam" alt="timing a bow" src="http://shootingtime.com/wp-content/uploads/2013/09/timing/maxcam.jpg" width="280" height="202" /></a></td>
       </tr>
       <tr>
       <td><strong>SWITCHBACK CAM</strong></td>
       <td><strong>REEZEN CAM</strong></td>
       </tr>
       <tr>
       <td><a href="http://shootingtime.com/wp-content/uploads/2013/09/timing/switchback.jpg"><img title="switchback" alt="timing a bow mathews switchback" src="http://shootingtime.com/wp-content/uploads/2013/09/timing/switchback.jpg" width="280" height="184" /></a></td>
       <td><a href="http://shootingtime.com/wp-content/uploads/2013/09/timing/reezen.jpg"><img title="reezen" alt="mathews reezen" src="http://shootingtime.com/wp-content/uploads/2013/09/timing/reezen.jpg" width="280" height="217" /></a></td>
       </tr>
       </tbody>
       </table>
       ```
   
 *  Theme Author [Konstantin Kovshenin](https://wordpress.org/support/users/kovshenin/)
 * (@kovshenin)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/tinymce-advance-table-issue/#post-4218174)
 * You don’t need to show it here, a link would have been fine 🙂 Can you try and
   add a width to the td elements? Like this:
 *     ```
       <td style="width: 50%"> ...
       ```
   
 * Hope that helps!

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

The topic ‘TinyMCE Advance table issue’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/expound/2.0.1/screenshot.png)
 * Expound
 * [Support Threads](https://wordpress.org/support/theme/expound/)
 * [Active Topics](https://wordpress.org/support/theme/expound/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/expound/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/expound/reviews/)

## Tags

 * [expound theme](https://wordpress.org/support/topic-tag/expound-theme/)
 * [tables](https://wordpress.org/support/topic-tag/tables/)

 * 9 replies
 * 2 participants
 * Last reply from: [Konstantin Kovshenin](https://wordpress.org/support/users/kovshenin/)
 * Last activity: [12 years, 7 months ago](https://wordpress.org/support/topic/tinymce-advance-table-issue/#post-4218174)
 * Status: resolved