Clipboard02.jpg
Trying to reduce http requests for the small png files in storebox. So I changed "cart_shadow.png" image file to base 64 in template.css and style1.css and get 404s because the css "now" contains : "http://anysite.com/templates/gk_storebox/css/data:image/png;base64...." instead of resolving the base64 as originally placed in the css as #btnCart { background-image:url('data:image/png;base64,iVB...gg==');}.
How do I keep the "http://anysite.com/templates/gk_storebox/css/" from being added?
see attached css screenshot.
Your quick reply is greatly appreciated!
Jay