Hi,
I am having problems changing the font size of the select_tag and select_date tags
this is what i have tried.
<%= select_tag(:supermarket, options_for_select(@marketarray,params[:supermarket]), :class => “submit_market”) %>
<%= select_date( Date.today, :prefix => ‘prom_date_end’, :order => [ :day,:month, :year], :html => {:style => “font-size: xx-small;”}) %>
Help would be appreciated.