I want to add some text over an image in the middle. I use this code:
<div style="background-image: url(../images/game-hearts-icon.png); height: 64px; width: 64px; text-align: center; vertical-align:middle;">text</div>
I want the text to be in the middle of the heart. But it just appears in the top centered. The vertical alignment doesn't seem to be working. What am I doing wrong? Any help appreciated!