Sorry to interrupt the conversation. I have a feeling that I'm having
>
>
>
>
>
>
>
>
>
> > On 26 May 2012 22:18, Vell <
lovell.mcilw...@gmail.com> wrote:
>
> >> On Saturday, May 26, 2012 4:45:13 PM UTC-4, Colin Law wrote:
>
> >>> On 26 May 2012 21:39, Vell <
lovell.mcilw...@gmail.com> wrote:
>
> >>>> On Saturday, May 26, 2012 12:07:33 PM UTC-4, Colin Law wrote:
>
> >>>>> On 25 May 2012 22:57, Vell <> wrote:
> >>>>>> Hello all,
>
> >>>>>> I have been struggling all day with getting css files to load in my
> >>>>>> application. I am attempting to use the rails-ui-themes gem to help
> >>>>>> style my
> >>>>>> application but right now just getting simple css code to render is
> >>>>>> not
> >>>>>> working.
>
> >>>>>> I have tried removing the require_tree and including the file
> >>>>>> individually
> >>>>>> and it still does not seem to work. When I look at the source of my
> >>>>>> html,
> >>>>>> every css file is loaded including the application.css file but
> >>>>>> nothing
> >>>>>> seems to happen.
>
> >>>>> First check the html is valid by copy/paste the complete page source
> >>>>> (View > Page Source or similar in your browser) into the w3c html
> >>>>> validator. If that is ok then run firebug in firefox and you should
> >>>>> be able to see whether the css is there.
>
> >>>> Thanks for the response Colin. I ran my code for the form
it stated that my code passed. When