I need to load an image from a stylesheet (site.css).
The background image has to come in the html,body tags:
html, body
{
background-image:url('../Themes/myTheme/Content/Images/test.jpg');
background-repeat:repeat-y;
background-position:center center; /*horizontal, vertical*/
}
I have tried several variations but for some reason Orchard will not load my image?
(Already using the same approach on a MVC4 project, now I am converting the layout to Orchard.)
Edit:
Firebug gives the following CSS bug: Failed to load the given URL.