On Thu, Feb 10, 2011 at 10:16 AM, Bhasker Harihara < [email protected]> wrote:
> Hi All, > > I have created my own theme (background) using gimp. Can I use that in > rails 3. > > If so, how. As my hours of work will go down the drain. > Sounds like an html/design question. Whatever image(s) you want to use you can include in your application layout or other views files. You can use the image_tag helper: http://guides.rubyonrails.org/layouts_and_rendering.html. > > Thank you very much. > > Regards, > > -- > 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. > -- 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.

