Hello,

With the above constellation I can't figure out how to make
the font size for printouts of web pages smaller; the default
font size is *very* big, somehow like 18 pts I think;

I've searched the web and this seems to be a FAQ. I played around
with css constructions like:

        <html>
        <head>
        ...
        <style type="text/css">
        @media print { div.test { font-size: 8px; } }
        </style>
        </head>

        <body>
        
        <div class="test">
        my text
        ...
        </div>

and playing with the { font-size: 8px; } makes the printout
smaller or bigger; but this is not an option if I want to print
pages from the web and not my own pages; there seems no way on
the klick-level to configure this and teh KDE docs does not explain
how the khtml may be configured on file level :-(

Any hints

        matthias
-- 
Matthias Apitz / Sisis Informationssysteme GmbH
Gruenwalder Weg 28g / D-82041 Oberhaching
Fon: ++49 89 / 61308-351, Fax: -399, Mobile ++49 170 4527211
http://www.sisis.de/
_______________________________________________
kde-freebsd mailing list
[email protected]
http://freebsd.kde.org/mailman/listinfo/kde-freebsd

Reply via email to