------art_8930_12922745.1178135400486
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

On 5/2/07, anansi <kazaam / oleco.net> wrote:
>
> Hi,
> when I created a scaffold for the input of some data ,the following was
> created as new.rhtml:
>
> <h1>New entry</h1>
>
> <% form_tag :action 'create' do %>
>    <% ender :partial 'form' %>



You need to look in the 'form' partial (_form.rhtml). Find the 'news' field
and add a :cols0 or whatever.
Here's the full text_area syntax:

text_area("post", "body", "cols" 20, "rows" 40)


..which I got from http://api.rubyonrails.com.
For any Rails work, I highly recommend the book "Agile Web Development with
Rails"


Les

------art_8930_12922745.1178135400486--