Posts: 310
Name: Jason Eyermann
Location: england bristol
|
I've seen two differnt methods of importing style sheets.
i've always used-
<link rel="stylesheet" type="text/css" href="stylesheet.css media="screen" />
But i've seen
<style type="text/css" media="screen">
/* <![CDATA[ */
@import url(stylesheet.css);
/* ]]> */
</style>
Could anyone please tell me what the differences are.
thanks
|