On 7/20/06, Bill Walton <[EMAIL PROTECTED]> wrote:
> > Very helpful!  The slash was the problem.  File validates without it.
> > Fails
> > with it in.  Thanks!
>
> Went back to the w3schools site to see what I'd missed and now I'm confused.
> Here's the example HTML from that site for stylesheet links.
>
> <head>
> <link rel="stylesheet" type="text/css"
> href="mystyle.css" />
> </head>
>
> Looks, from this, like the '/' is _supposed_ to be there at the end.
>
> Any additional info (even speculation) would be appreciated.

If you are using XHTML, you need it for self closing tags:

<tag />

If you are using HTML, you don't want it:

<tag>

-- 
-- 
Christian Montoya
christianmontoya.com ... portfolio.christianmontoya.com
______________________________________________________________________
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