[Lift] Re: textarea overrides?

2009-05-03 Thread Charles F. Munat
I wasn't recommending it, just using it as an example. What you probably want is this: http://dev.jquery.com/wiki/Plugins/tinyMCE There's also a version for YUI, I think. Chas. Meredith Gregory wrote: > Charles, > > That's pretty cool. i'll give it a whirl. It's a little bulky, but bulk > c

[Lift] Re: textarea overrides?

2009-05-03 Thread Meredith Gregory
Charles, That's pretty cool. i'll give it a whirl. It's a little bulky, but bulk can have it's merits (although i'm told it's not the meat, it's the motion ;-). Best wishes, --greg On Sun, May 3, 2009 at 6:20 PM, Charles F. Munat wrote: > > Do you mean a rich text editor? Something like TinyM

[Lift] Re: textarea overrides?

2009-05-03 Thread Charles F. Munat
Do you mean a rich text editor? Something like TinyMCE? http://tinymce.moxiecode.com/ Or something less bulky than that? Chas. Meredith Gregory wrote: > Tyler, Charles, > > Thanks for the tip! > > i decided that it looks like i've intended for people to input more > complex expressions. So,

[Lift] Re: textarea overrides?

2009-05-03 Thread Meredith Gregory
Tyler, Charles, Thanks for the tip! i decided that it looks like i've intended for people to input more complex expressions. So, i've left the size the way it is. (You know in jazz when you play a wrong note once, it's a mistake, but if you keep hammering it, it's what you meant to do. i'm improv

[Lift] Re: textarea overrides?

2009-05-03 Thread Charles F. Munat
It's not likely, it IS blueprint, which in it's infinite wisdom, sets the height and width of textareas in pixels. You can override it generically in CSS, or you could add a class (or id) attribute to that specific textarea and then set it with CSS. (There are some things I really don't like a

[Lift] Re: textarea overrides?

2009-05-03 Thread TylerWeir
If you're using the standard CSS, it's likely blueprint is controlling the size: http://blueprintcss.org/blueprint/src/forms.css On May 3, 6:16 pm, Meredith Gregory wrote: > Lifted, > > i gave up on trying to understand how to to the brain-dead simple version of > what i was trying to do and w