Title: Problem with table formation
Last modified: August 20, 2016

---

# Problem with table formation

 *  Resolved [fuexlein](https://wordpress.org/support/users/fuexlein/)
 * (@fuexlein)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/problem-with-table-formation/)
 * I am desperatly trying to get all text aligned top and left in each cell of my
   tables. So cells are aligned correctly others dont.
 * site with the table is:
    [http://yoga-shiatsu.at/feelgood/das-studio/team/](http://yoga-shiatsu.at/feelgood/das-studio/team/)
 * I am using TinyMCE Advanced to format the table.
    How would i define in the style.
   css to align top and left for all tables?
 * Thank you

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

 *  [Sam Scholfield](https://wordpress.org/support/users/sam-s/)
 * (@sam-s)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/problem-with-table-formation/#post-2258614)
 * in themes/hybrid/library/css/21.css line 1,
 * remove `vertical-align: baseline;`
 *  [peredur](https://wordpress.org/support/users/peredur/)
 * (@peredur)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/problem-with-table-formation/#post-2258619)
 * Get rid of the valign attribute from your td elements. It’s deprecated and shouldn’t
   be used.
 * Add vertical-align: top; to your CSS rule for the td (and th) selector:
 *     ```
       td, th {
         border-bottom: 1px solid #CCCCCC;
         border-right: 1px solid #CCCCCC;
         padding: 3px 6px;
         vertical-align: top;
       }
       ```
   
 * Should do it.
 * Cheers
 * PAE
 *  Thread Starter [fuexlein](https://wordpress.org/support/users/fuexlein/)
 * (@fuexlein)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/problem-with-table-formation/#post-2258809)
 * Thank you PAE!
 *  [peredur](https://wordpress.org/support/users/peredur/)
 * (@peredur)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/problem-with-table-formation/#post-2258831)
 * De nada
 * PAE

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

The topic ‘Problem with table formation’ is closed to new replies.

## Tags

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

 * 4 replies
 * 3 participants
 * Last reply from: [peredur](https://wordpress.org/support/users/peredur/)
 * Last activity: [14 years, 8 months ago](https://wordpress.org/support/topic/problem-with-table-formation/#post-2258831)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
