search for: order_customer_id

Displaying 1 result from an estimated 1 matches for "order_customer_id".

2008 Jan 23
1
Adv. Rails Recipes - Problem w/ DRY forms
...l"> <%= label %> </span> <span class="form_field"> <%= element %> </span> </p> I want to stylize the class field_label. When I view the html, it looks like this: <span class="field_label"> <label for="order_customer_id">Customer</label> </span> My thought is that the label for breaks the CSS style. The code that generates the html is this: :label => label(field, options[:label]) Any ideas on how I can apply my CSS style? Thanks! -- Posted via http://www.ruby-forum.com/. --~--~------...