Hi David, Thanks for your quick reply.
I am able to use it if I divide my theme page(png file) into header, body, footer and use it respectively in the respective sections. But this approach has its own challenges, so I want to use as a single png file (theme) for the entrie page. Also, without lables/fields etc. rails is able to display just the theme page. Thanks for any help. Regars, On Thu, Feb 10, 2011 at 9:55 PM, David Kahn <[email protected]>wrote: > > > 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. > -- 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.

