[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: changing font size when printing html



Nyitrai Tamas wrote:
>> can anyone tell me how I can change the font size when printing a html
>> page in Konqueror (KDE 3.2, sarge). I have tried several settings in
>> kcontrol and konqueror, without any success. Google didn't give me an
>> answer :-( (maybe I didn't ask the right question ;-) ).
> 
> I guess you get an oversized text while trying to print from Konqueror.

Couldn't it be worked around with user CSS style sheet and @media command?
Something like

@media print {
 BODY {
  font-size: 80%;
 }
}

Matej

-- 
Matej Cepl, http://www.ceplovi.cz/matej
GPG Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
A GOOD name is rather to be chosen than great riches.
   -- Proverbs 22:1



Reply to: