Forum How do I...?

Stylesheets not getting applied to html

kxkannan
Though my html document has reference to the stylesheet file and I am setting the --baseurl to my server (http://localhost:3000/), when I run prince, the resulting PDF is just black and white and no coloring. It does use some stylesheet components as the pdf has the borders and has headers, footers etc. What do I have to do to get the colors working ?
mikeday
Are there any warnings in the output log?

If you apply "p { color: red }" or "body { background: blue }" does it have any effect?