I'm trying to create labels with background and borders. I want the text inside the labels to be displayed at both the horizontal and vertical center. I'm able to get the text at the horizontal center of the label. I used "style=text-align:center;" to get that working.. However I could not get the text at the vertical center. I tried many style attributes. I used 'vertical-align' style attribute too, which doesn't work.. Any suggestions?