Keeping text at center bottom in a cell of table

Suhail Gupta picture Suhail Gupta · Apr 27, 2011 · Viewed 42.7k times · Source

I want to place text at center and at the bottom of the cell in table. How can I do this?

This is what I want:

enter image description here

Answer

MikeM picture MikeM · Apr 27, 2011

CSS:

td {vertical-align:bottom;text-align:center;}

example: http://jsfiddle.net/vKPG8/