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

PaulWood
 
TimDix replied on at Permalink Reply
TimDix
C5 shouldn't be adding anything to your CSS. Unless you're using customized.css, and even then you should just have the rules that you want customizable and that does not include images.

I have a hunch that there's something wrong with your CSS rule, can you post it in full here?