From: Guilhem.Vellut@... Date: 2005-09-24T20:51:40+09:00 Subject: Re: How to do css in ruby on rails you can use the stylesheet_tag helper. From the Doc: if you put <%= stylesheet_link_tag "style" %> in the head section of your document, you will get this : For more details, see http://api.rubyonrails.com/classes/ActionView/Helpers/AssetTagHelper.html#M000363