When applying a print.css to a master page, if the content page has the theme referencing an existing them,
then it does not show an image. The way to do it is to use this statement in the Css file;
@media print
{
…Print Css tags
}
@media screen
{
….Normal Css tags
}