I'm trying to no avail to create a table every cell in the row starts at the same height. Right now, every two cells in a row are centralized with respect to each other. So instead of:
Code: Select all
Col1|Col2
Row1| |bla
|bla |bla
| |bla
Code: Select all
Col1|Col2
Row1|bla |bla
| |bla
| |bla
Suggestions anyone?
Thanks!