Title: TinyMCE table problem (text position)
Last modified: August 20, 2016

---

# TinyMCE table problem (text position)

 *  [aleq](https://wordpress.org/support/users/aleq/)
 * (@aleq)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/tinymce-table-problem-text-position/)
 * Hi
 * [http://www.toonhaze.com/](http://www.toonhaze.com/) This is my website and I
   am having trouble getting tables to work using a WYSIWYG plugin TinyMCE. I’ve
   made a table consisting of 2 columns and 5 rows. First column is for the image
   and second one is for description. Title is in the top of the second column and
   short description below it (in the same box).
    As you see the text is at the 
   bottom and I don’t know how to force it to:
 * 1). be on the same level as the image
    2). be in the top of the square (cell)
 * Please help
 * EDIT: Here is what it looks like in Dashboard [https://dl.dropbox.com/u/10484650/tables.png](https://dl.dropbox.com/u/10484650/tables.png)
 * (Another weird thing is that I don’t see the horisontal borders of the tables(
   I use Twenty Eleven theme) which makes it harder for me to work with tables. 
   If this question could be answered as well, I would be very glad.)

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

 *  [Marventus](https://wordpress.org/support/users/marventus/)
 * (@marventus)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/tinymce-table-problem-text-position/#post-2911147)
 * Hi.
    You need to apply the `vertical-align` CSS property to your `<td>` tags 
   from your theme’s main style sheet (`style.css`). If you only want to target 
   tables in your content area, do this:
 *     ```
       #main table td {
       vertical-align: middle;
       }
       ```
   
 * Cheers!
 *  Thread Starter [aleq](https://wordpress.org/support/users/aleq/)
 * (@aleq)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/tinymce-table-problem-text-position/#post-2911188)
 * Awesome. Thanks 🙂 But… when I try to seperate “Title” from “Description”, they
   merge together when I preview… is there a way to force Title to be at the top
   and the description to be 2 lines below it?
 *  [Marventus](https://wordpress.org/support/users/marventus/)
 * (@marventus)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/tinymce-table-problem-text-position/#post-2911196)
 * Yeah, you can stick each text in different table rows or use the `<br>` tag (
   line jump).
 *  [coufu](https://wordpress.org/support/users/coufu/)
 * (@coufu)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/tinymce-table-problem-text-position/#post-2911391)
 * Just wanted to say thanks a lot 😀 This fixed my problem exactly. Thanks!

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

The topic ‘TinyMCE table problem (text position)’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 3 participants
 * Last reply from: [coufu](https://wordpress.org/support/users/coufu/)
 * Last activity: [12 years, 11 months ago](https://wordpress.org/support/topic/tinymce-table-problem-text-position/#post-2911391)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
