Question:
Hi all,
If I don't specific a print style sheet in a web template, it will print in colour but I have no control on font size.
I've used two print.css stylesheets that came with the system which allow me to change font size, but I loose all my colour functionality. Any ideas how to access the 'default' print style sheet to modify that as it obviously has the colour settings I need?
Thanks
Gill
Answer:
On our system (3.1C) the standard print-out is without colors.
I think this is not css-topic - it may be a browser-topic.
For example you can change it in MS or in Mozilla under options.
Not very satisfactory - I know.
GRK
Answer:
No - sorry.
You are right.
How is this affected by the style-sheet option?
GRK
Answer:
gleo -
i believe you'll find the css file in the mime repository (transaction se80) and in the following location => /sap/bw/Mime/BEx/StyleSheets
the print stylesheet file uses the same classes as the stylesheet used to format the template but fontsizes/colors are different.
You'll find more information about it here ==> http://help.sap.com/saphelp_bw33/helpdata/en/63/87563cc368b60fe10000000a114084/frameset.htm
In addition, you can use css rules to hide certain elements on a page when the page is printed. This is very useful if you want to hide the icons and navigation block on your template , WHEN PRINTED.
To learn more about css media rules, see this great site =>http://www.w3schools.com/css/css_mediatypes.asp