Forum Moderators: not2easy

Message Too Old, No Replies

External Linking

Import vs Link

         

wellbornSun

8:45 pm on Feb 7, 2008 (gmt 0)

10+ Year Member



What is the difference and advantages/disadvantages of using the two methods of linking to an external css style sheet?

<style type="text/css" media="screen">
@import "my-stlye.css";
</style>

<link href="css/my-style.css" rel="stylesheet" type="text/css" />

Have never gotten a clear idea of when to use import.

coopster

9:59 pm on Feb 7, 2008 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



A quick search over these forums turns up quite a bit of discussion on
Import or Link? [webmasterworld.com] If that doesn't answer your question, you may need to be a little more specific in your question.

wellbornSun

10:55 pm on Feb 7, 2008 (gmt 0)

10+ Year Member



Got it, Thanx! Answers all.

w