>> .... >> Adding the following CSS code in the <head> section >> to a few pages that I have tested has seemed to work .... >> >> <style type="text/css" > >> @media print { body { font-size : x-large ; } } >> </style> >>
> where exactly?
Leo ....
You should be able to place those lines in the HTML document between the tags .... <head> ..... </head> ....
If you already have other ....
<style> .... </style> .... or ....
<link rel="stylesheet" href="/xPath/yFile.css" type="text/css">
Then, make sure the lines you add *follow* any previously existing ones ....
That is, the lines you add should be the *last* ones before the </head> tag ....
| .... | The kde team know that this is a "problem" | | http://bugs.kde.org/show_bug.cgi?id=75657#c6
Thanks for letting me know this is a known problem ....
I hadn't checked the bug lists as yet ....
-- Stanley C. Kitching Human Being Phoenix, Arizona
-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]