Page 1 of 1

export problems because of url

Posted: Sun Jan 07, 2018 7:00 pm
by master3395
Hello,

I'm having export problems because of the background URL, that isn't a real URL.
Could anyone help me figure out what to do with this __url?

I want to replace it with a real URL, so i can export the template, as, after cms 2.1.6, URLs like that is no longer exportable.

__URL,,2c37ffc898f7e81294f01a9b2e36b968__

Code: Select all

blockquote p {display:block;padding:15px;border:1px solid #CCC;border-left:10px solid #CCC;font-style:italic;font-weight:400;text-indent:40px;background: url(__URL,,2c37ffc898f7e81294f01a9b2e36b968__);background-size:40px 30px;background-position:7px 7px;background-repeat:no-repeat; quotes:" “ " " ” " " ‘ " " ’ ";}
blockquote p:before {content:open-quote;}
blockquote p:after {content:close-quote;}
I know where the background URL goes, but not what to do with it.