i have noticed this a few times in the past, but right now, i need to get this fixed so that my form will fit inside a div..
i currently have this code: <%= text_area @project, :description, :rows => "2", :cols => "20" %> which should give me a 20x2 text area... unfortunately, i get a huge text area.. the code that is generated is: <textarea cols="20" id="project_description" name="project[description]" rows="2"></textarea> which seems to be just fine.. no matter what i change the attributes to, the textarea generated is the same size.. i checked it on chrome and safari.. any help would be greatly appreciated! thanks! -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

