Quantcast
Viewing latest article 2
Browse Latest Browse All 19

html options for select_tag and select_date posted by Tan YL @ Sun, 14 Dec 2008 07:22:00 +0000

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.


Viewing latest article 2
Browse Latest Browse All 19

Trending Articles