tjadoon-gmail
-
2/20/2013 3:28:17 PM
Referencing media library images in css
Following is the link from the source…
<link href="/cms/CMSPages/GetResource.ashx?stylesheetname=MainCss" type="text/css" rel="stylesheet"/>
So, does GetResource.ashx pushes the MainCss as /cms/MainCss to the browser?
media library link on local dev is like
/MySite/MySite/media…
And on prod site it is
/cms/MySite/media…
From inside the above referenced styles sheet, how can I get to an image in the media library? I don’t want to put the image under App_Themes.
Following is not working for me: ../MySite/media…
|