Page 1 of 1

Questoin about Text Areas

Posted: Tue Mar 06, 2007 11:53 am
by Jack.Straw
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:

Code: Select all

_________
          |text area|
          |         |
some text |_________|
i want it to look like this:

Code: Select all

_________
some text |text area|
          |         |
          |_________|

Thanks in advance for any advice you can offer!
-Jack

Posted: Tue Mar 06, 2007 1:07 pm
by RobertGonzalez
What is the current markup that is generating your current effect? I would guess it will be something using the vertical-align and line-height CSS elements.