How do I display a label before a Multiline Text Box to appear alligned with the top edge of that text box
-
Can someone please tell me how do I display a label before a Multiline Text Box to appear alligned with the top edge of the text box instead of it's bottom edge! Thanks Tina
If you have them in some kind of container control (e.g HTML table), you should be able to set the vertical alignment CSS property. That way, if the table cell has the same height as the multi-line text box, you can set vertical-align on the label's cell to be the top of the cell. This will make it appear that the label's top border is on the same line as the multi-line text box's top border. Hope that helps.
Have faith in yourself; amateurs built the Ark, professionals built the Titanic.
-
If you have them in some kind of container control (e.g HTML table), you should be able to set the vertical alignment CSS property. That way, if the table cell has the same height as the multi-line text box, you can set vertical-align on the label's cell to be the top of the cell. This will make it appear that the label's top border is on the same line as the multi-line text box's top border. Hope that helps.
Have faith in yourself; amateurs built the Ark, professionals built the Titanic.