* 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" / >

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" />
-- 
Björn Höhrmann · mailto:[EMAIL PROTECTED] · http://bjoern.hoehrmann.de
Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://www.bjoernsworld.de
68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/ 
______________________________________________________________________
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