Hi,
just use different CSS classes.
For example:
<textarea class="large"></textarea>
<textarea class="small"></textarea>
with the CSS code
textarea.large { height:200px; width:400px; }
textarea.small { height:100px; width:200px; }
will give you two textareas with differnt sizes.
Just have a look at some CSS tutorials / resources to see what you can do with
it.
Regards,
Joachim
> I'm working on making my own style sheet now, thanks for the help.
> One more question:
> What if I have multiple text areas on one page but what them to be of
> different sizes?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Lift" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---