Hi,
I have a div with a height of 30px
I want to add plain text to this div, but the question is - how can I make the plain text appear on the center of my div ?
i.e, the text will be shown 15px under the top of the div.
I tried a label with margin-top:15; but it didnt work
Any suggestions ? thanks!