this is what i meant by verified to work ... i opened it directly in my browser ... no problem whatsoever
original : does not work : intranet.css is at root of website (verified 10 times) <head> <LINK REL="StyleSheet" TYPE="text/css" href="intranet.css"> </head> apache : i've created a scope that runs all files as text/css : intranet.css is in /css (verified 10 times) <head> <LINK REL="StyleSheet" TYPE="text/css" href="css/intranet.css"> </head> The text should render als helvetica but the output is times new roman, opening the page without using apache (file - open ...) uses the style sheet J.L. -----Original Message----- From: Rob VanFleet [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 16, 2001 6:05 PM To: debian-user@lists.debian.org Subject: Re: [OT] two domains and one ip / apache [ css weirdness ] On Tue, Jan 16, 2001 at 05:24:42PM +0100, Joris Lambrecht wrote: > mmm, must say that the html code has been verified to work, > > afraid this is some 'feature' in apache :( Umm, no. Style sheets are purely a client-side animal. Whether or not they render a page depends soley on your web browser. The only thing I could think of apache affecting is if you wanted the view the css file in your browser (in which case I would wonder why), or possibly that whatever file your <link> tag is pointing to isn't being served, but that's not a css specific problem. -Rob -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]