I am using JQuery. I have a div that contains a table. I have 4 rows in the table each with one col. Each row contains a line or two of text
I want to make each row with height = 100 px and have the text centered horizontally and vertically.
Can this be done?
If you want the text in each table cell aligned vertically and horizontally, you can use CSS.
See it working here.