Posted by Poddys on 10/24/06 13:58
I have a form that contains a TEXTAREA of 5 rows. The title of the
text area is to the left of the input field. I want the title to
appear on the top row, but it appears on the bottom row.
If I had the form in a table I know I could use <TR VALIGN=TOP>, but I
really don't want to put the form within a table if I don't have to.
Is it possible to do this please?
Thanks in advance...
Code is below with diamond brackets changed...
Comments:
(TEXTAREA name="Comments" rows="5" cols="40"
wrap="physical")(/TEXTAREA)
[Back to original message]
|