Dymatic text: is it possible to vertical align?

ok, i have a dymatic text box. let’s say i use the varibale “dytext”.
in the author mode, you can align horizonally left, center, or right.
But what about vertical?
i only know i can vertically align the table using the html:

 < table width="100%" height="100%" border="1">
  < tr >
    < td align="right" **valign="bottom"**>*mytext*< /td >
  < /tr >
< /table >

if i input this into the varible “dytext” and render it html, what if i still need to add some more text to the “mytext” ?
Is there any actionscript to configure the dymatic text to vertically align to the bottum?
btw: the actionscript “newline” could it be worked when i render it as html?

please help :frowning: