View Single Post
  #7 (permalink)  
Old Aug 31st, 2006, 13:23
moojoo's Avatar
moojoo moojoo is offline
Moderator
Join Date: Aug 2005
Location: Texas
Posts: 2,021
Blog Entries: 1
Thanks: 0
Thanked 33 Times in 33 Posts
Re: Linking to an external style sheet

It was just an example of opening and closing tags vs />. First thing that popped into my head. I can see how it could be confusing. Andf to elaborate as stated about style switching, you would do somethign like:

<link rel="stylesheet" title="Main CSS" href="foo.css" media="screen" type="text/css" />

then

<link rel="alternate stylesheet" title="Alt Main CSS" href="foo2.css" media="screen" type="text/css" />

etc....
__________________
I hate IE 6. Just sayin....

Last edited by moojoo; Aug 31st, 2006 at 13:26.
Reply With Quote