I have been attempting to align the text "Message" at the top so it sits directly beside the start of the message box, rather than at the bottom. I've tried various methods including using tables, but none have given me the desired appearance. What is the most effective way to achieve this?
Here are the codes I have experimented with:
vertical-align:text-top;
and
text-align: top;
Unfortunately, neither of the above samples have produced the output I require.