Abder-Rahman Ali wrote:
> At: http://edgeguides.rubyonrails.org/getting_started.html
> 
> You can see the following for example in /app/views/posts/show.html.erb
> 
> .
> .
> <div class="field">
>     <%= f.label :body %><br />
>     <%= f.text_area :body %>
>   </div>
>   <div class="actions">
>     <%= f.submit %>
>   </div>
> .
> .
> 
> Regarding:
> 
> <div class="field">
> <div class="actions">
> 
> Are those classes built in Rails? Such that we don't have to define them
> like we do when building an HTML/CSS website?

Instead of asking, take a look through whatever CSS is getting included. 
That will answer your question.

> 
> Thanks.

Best,
--
Marnen Laibow-Koser
http://www.marnen.org
mar...@marnen.org
-- 
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 rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to