Log in

View Full Version : methods for linking style sheets



evan
03-26-2009, 04:09 PM
I have been using this to link my css to my html:


<link href="basic.css" rel="stylesheet" type="text/css">

While looking at a site that describes css techniques I can across this:


<style type="text/css" media="screen"><!--
@import url(modern.css) screen;
--></style>

I never used it -has anyone used it and why?

Snookerman
03-26-2009, 05:07 PM
This article explains it quite well: http://webdesign.about.com/od/beginningcss/f/css_import_link.htm (http://webdesign.about.com/od/beginningcss/f/css_import_link.htm)