... | ... | @@ -43,7 +43,7 @@ Version 0.3.0 introduces initial support for generating MHTML CSS files (for mor |
|
|
|
|
|
You must specify a root URL to use in the generated file. As per MHTML format, each @url()@ must be filled in with a fully-qualified URL. Since there is no way for CSSEmbed to guess where the resulting output file will reside, you need to pass in that information using @--mhtmlroot@, such as:
|
|
|
|
|
|
@java -jar cssembed-x.y.z.jar --mhtml --mhtmlroot http://www.example.com/styles/ -o styles_ie.css styles.css@
|
|
|
bc. java -jar cssembed-x.y.z.jar --mhtml --mhtmlroot http://www.example.com/styles/ -o styles_ie.css styles.css
|
|
|
|
|
|
The filename used inside of the resulting CSS file will be @http://www.example.com/styles/styles_ie.css@.
|
|
|
|
... | ... | |