Get your own customer support community
 

Slife css stylesheet does not load for printing. Printouts are hard to read.

Slifeweb has this code at the top of its html source ...

<link href="http://www.slifeweb.com/css/app.css" rel="stylesheet" type="text/css" />

which causes the default styling to only get loaded when viewing with a browser. But, when I try to print out my web/docs, the styles are not loaded, and the print out is very hard to read. I suggest you change this line to be ...

<link href="http://www.slifeweb.com/css/app.css" rel="stylesheet" type="text/css" />

That way, printouts will look like the screen. Thanks.
Inappropriate?
1 person has this question

User_default_medium