Re: CSS validator can not find style sheet (Was: Hi there)

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