Vertically aligning an html field

Hi,

If I have a large field that displays:

some text

How do I make sure that the text aligns to the top left of the field size? Right now it vertically aligns to the middle. I’ve tried putting it in a table with valign=“top”, but that didn’t solve it…
Thanks!

Anyone?

Search the forum… someone solved this problem a while ago.

Hi Amason,

What form object are you using ?
Is it a label ?
When you use a label you need to set the VerticalAlignment property of this label to TOP.

Hope this helps.