How do I center text on top of an image in both dimensions?
问题 Thank you all for your prompt feedback, it has been very helpful. One issue remains: Neither line-height , nor padding seem to be able to center both text that is long enough to wrap around and text that fits neatly on one line in the middle of the picture when applied in a table cell. Oddly enough, the padding solution provided below by SwDevMan81 works flawlessly when applied to a div, but not a table cell... I apologize in advance for my naivety; this is my first foray into HTML and CSS.