- From: olivier Thereaux <ot@w3.org>
- Date: Fri, 21 Apr 2006 10:18:07 +0900
- To: "carl" <carl@firefoxdesign.com.au>
- Cc: <www-validator-css@w3.org>
Hi carl, On Apr 19, 2006, at 0:20, carl wrote: > Why does it say there is no style sheet found when the following is in > my code > <link href="main.css" rel="Stylesheet" /> Could you try: <link rel="stylesheet" type="text/css" href="main.css" /> ? (notice the case) Regards, -- olivier
Received on Friday, 21 April 2006 01:18:16 UTC