F
Fokke Nauta
Hi all,
I created a table with a lot of cells. In every cell there is a word of
text. It was easy to get the text aligned horizontally with the use of
embedded CSS:
td {
text-align:center;
}
I have not been able to get the text vertically aligned in the cells.
For instance, this won't work:
td {
text-align:center;
vertical-align:middle;
}
This won't work either:
table {
vertical-align:middle;
}
What is the trick to get the text in the cells aligned vertically?
Many thanks in advance for your help.
With best regards,
Fokke Nauta
I created a table with a lot of cells. In every cell there is a word of
text. It was easy to get the text aligned horizontally with the use of
embedded CSS:
td {
text-align:center;
}
I have not been able to get the text vertically aligned in the cells.
For instance, this won't work:
td {
text-align:center;
vertical-align:middle;
}
This won't work either:
table {
vertical-align:middle;
}
What is the trick to get the text in the cells aligned vertically?
Many thanks in advance for your help.
With best regards,
Fokke Nauta