The dummy space in the column will be replaced by text, so I can't
simply use an <%= image-tag .... %> entry - it's going to have text over
it. On the background-image entry, I've tried url(images/rightimage.jpg)
and url(/images/rightimage.jpg). I can't get the background image to
load on the page. I'm assuming that it's because it's not being found.
> The dummy space in the column will be replaced by text, so I can't
> simply use an <%= image-tag .... %> entry - it's going to have text over
> it. On the background-image entry, I've tried url(images/rightimage.jpg)
> and url(/images/rightimage.jpg). I can't get the background image to
> load on the page. I'm assuming that it's because it's not being found.
>
> How do I get a background image to load in rails?
>