Hi,
I am using a label to display a status messgge. This message wants to be very large, so I have set the label to use a css style giving a font size of 36pt. Unfortunately the label appears cropped at this size. I have inspected the generated html using firebug and it shows the DIV that containing the label is easily large enough to display the text at this size, but the text seems to be offset insiode this div so the upper part is invisible. I have tried progressively reducing the font size and 21pt seem to be the largest I can do without cropping. I have tried setting the Alignemnt of the label to BOTTOM and setting the css vertical-align property to bottom, but nothign seems to work.
Has anyone any ideas?
Thanks.