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.
<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.
1
person has this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
Create a customer community for your own organization
Plans starting at $19/month
-
Inappropriate?Thanks - We would like to be able to generate reports soon. This is definitely a feature that people seem to need.
-
Inappropriate?Just change "screen" to "all" in the html head that calls the css file and that will help a 1000%! Easy fix. Or add a print stylesheet. Right now, it's really hard to use the printouts, the numbers don't line up.
Thanks. -
Inappropriate?Sorry, here's the fix ...
<link href="css/slifeweb.css" rel="stylesheet" type="text/css" />
Change media from 'screen' to 'all'. Otherwise, printouts look terrible. -
Inappropriate?Man, the forum code keeps stripping out my changes! Ha. Well, just change the media option to "all" and things will be better.
-
Inappropriate?Check if you see any difference now. media="all"
-
Inappropriate?That did the trick, thanks!
Loading Profile...



EMPLOYEE