Forum How do I...?

Include css by file:///

miro.michail
Try to generate pdf on html where attached css by internal path
For example:
<link rel="stylesheet" type="text/css" href="file:///path_to_css/css/some.css" />

But result pdf without any style.
How can i resolve it?
mikeday
Are there any warning messages about the path not being found?