CSS: background URL Link to CDN?
Permalink
Does anyone know a quick fix so that I can link my CSS images to a CDN (Content Delivery Network). I need to take as much load off the server as posible because we are streaming an event that is expected to pull over 100,000 viewers.
This is what the CSS looks like after I upload the changes. It looks like C5 is adding "http://www.My-domain.com/themes/mytheme/" to the CSS. So I need it not to add this.
CSS:
background:url(http://www.My-domain.com/themes/mytheme/ +http://My-CDN/background.jpg) center top no-repeat ;
Any help would be much appreciated
Thanks
Paul
This is what the CSS looks like after I upload the changes. It looks like C5 is adding "http://www.My-domain.com/themes/mytheme/" to the CSS. So I need it not to add this.
CSS:
background:url(http://www.My-domain.com/themes/mytheme/ +http://My-CDN/background.jpg) center top no-repeat ;
Any help would be much appreciated
Thanks
Paul
I have a hunch that there's something wrong with your CSS rule, can you post it in full here?