hi, all i have been playing around with rails for sometime, i have seen most not all of the rails sites have similar look and feel (good one) i want to know how to use the stylesheets provided by the RoR framework if any or is it that we have to define on our own from scratch. basiclly i need information regarding how can i make my view better looking(the visuals) Thanks in advance warm regards gaurav v bagga -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060629/0c2ebac2/attachment.html
You can write your own style sheets and put them in your view using the styleseet_link_tag helper. The stylesheet should go in public/stylesheets/. -- Posted via http://www.ruby-forum.com/.
gaurav bagga wrote:> i have been playing around with rails for sometime, > i have seen most not all of the rails sites have similar look and feel > > i want to know how to use the stylesheets provided by the RoR framework > if > any > or is it that we have to define on our own from scratch. > > basiclly i need information regarding how can i make my view better > looking(the visuals)This email list probably isn''t the best place to look for design help, since it is focused on Rails development. Google is your friend, and it''s not too hard to find resources to assist your learning. You might start by looking at http://www.oswd.org/ for sample designs that are free to use. -- Josh Susser http://blog.hasmanythrough.com -- Posted via http://www.ruby-forum.com/.
http://css-discuss.incutio.com/ should provide everything you need to learn design properly. Stuart On 6/29/06, Josh Susser <josh@hasmanythrough.com> wrote:> gaurav bagga wrote: > > i have been playing around with rails for sometime, > > i have seen most not all of the rails sites have similar look and feel > > > > i want to know how to use the stylesheets provided by the RoR framework > > if > > any > > or is it that we have to define on our own from scratch. > > > > basiclly i need information regarding how can i make my view better > > looking(the visuals) > > This email list probably isn''t the best place to look for design help, > since it is focused on Rails development. Google is your friend, and > it''s not too hard to find resources to assist your learning. You might > start by looking at http://www.oswd.org/ for sample designs that are > free to use. > > -- > Josh Susser > http://blog.hasmanythrough.com > > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >