Questoin about Text Areas

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
Jack.Straw
Forum Newbie
Posts: 11
Joined: Thu Nov 30, 2006 11:12 am

Questoin about Text Areas

Post 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
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post 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.
Post Reply