Version: 3.2.0 (using KDE 3.2.0, compiled sources) Compiler: gcc version 3.3.2 OS: Linux (i686) release 2.4.22 It seems that Konqueror doesn't read my user style sheet anymore (Configure Konqueror -> Stylesheets -> Use user-defined stylesheet).
Hi Bert, what does your user stylesheet look like? I use one here for ages, and it still works for me.
Dirk Mueller writes: > ------- Additional Comments From mueller kde org 2004-02-18 15:44 ------- > Hi Bert, > > what does your user stylesheet look like? I use one here for ages, and > it still works for me. body { background: white /* #ffffe2 */; color: black; /* font: 14px/17px Helvetica, sans-serif !important; */ font-size: medium; } :link { color: #00C; background: transparent; text-decoration: none; } :visited { color: #609; background: transparent; text-decoration: none; } body, html { scrollbar-face-color: ThreeDFace !important; scrollbar-shadow-color: ThreeDDarkShadow !important; scrollbar-highlight-color: ThreeDHighlight !important; scrollbar-3dlight-color: ThreeDLightShadow !important; scrollbar-darkshadow-color: ThreeDDarkShadow !important; scrollbar-track-color: Scrollbar !important; scrollbar-arrow-color: ButtonText !important; } /* object { width: 100%; height: 30em; } */ @media print { html {font-size: 14pt !important} } Bert
now that we know what the bug is, I'd say Dirk has his stylesheet on http as khtml refused to fetch file:/ references for http:/ URLs. *** This bug has been marked as a duplicate of 69697 ***