Bjoern Hoehrmann wrote:
> * Delos Woodruff wrote:
>> I tried to validate a page and got a particular error. Specifically, 
>> because I'm using a strict html doctype, it didn't like the final > in 
>> the css link.
>>
>> <link rel="stylesheet" type="text/css" href="test.css" / >
                                                          ^^^
                                                (Note the space here)
> 
> If you use HTML, use 
> 
>   <link rel="stylesheet" type="text/css" href="test.css">
> 
> If you use XHTML, use
> 
>   <link rel="stylesheet" type="text/css" href="test.css" />

If you are using XHTML, do not put a space between the '/' and the '>'
for closing the tag. (Check above.)

-- 
Regards,
Aveek Bhattacharya
IIT Bombay

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to