[Solar-talk] prevent form labels from wraping

Jeff Surgeson solar at 3hex.com
Fri Aug 4 02:40:26 PDT 2006


> > What determines the width of the <dt> & <dd> width? is ther a way to set
> > it other than modifying the form helper?
>
> Jeff, you can define them in your stylesheet:
>
> dt {   width: ...}
> or,  #this_form dt {  width: ...}

Of course you can doh! cheers, and looking at the form source created by solar 
form, each element has a ID and CLASS attribute automaticaly created for you, 
like so:

id="bd_metals-product" class="input-select bd_metals-product"

So I can define css rules right down to the individule element level and based 
on the class object/column name/element name, whow!! this is awesome.

I assume that this is what Clay is working on with Paul?

Great stuff guys, one of these days you will all be as good as me! :-D lol

-- 
Jeff Surgeson


More information about the solar-talk mailing list