Is there a way to make text that is in-line with a text area to align at the top rather than the bottom without placing it into a new table cell?
My page looks like this:
Code: Select all
_________
|text area|
| |
some text |_________|Code: Select all
_________
some text |text area|
| |
|_________|Thanks in advance for any advice you can offer!
-Jack