Questoin about Text Areas
Posted: Tue Mar 06, 2007 11:53 am
Ok, this is more of an HTML question... but these forums are always so helpful and I haven't been able to find an answer to my questoin with google.
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:
i want it to look like this:
Thanks in advance for any advice you can offer!
-Jack
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