kdigital Posted November 11, 2012 Share Posted November 11, 2012 (edited) Guys is there some trick to doing this? My stylesheet will not load. The path is correct, it's the same path as my regular stylesheet. I'm using HTML 5 if that means anything. <link href="css/smokey_styles.css" rel="stylesheet" type="text/css" /> <!--[if gt IE 5.5]> you're using Internet explorer <link href="css/smokey_styles_IE.css" rel="stylesheet" type="text/css" /> <![endif]--> <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico"> Edited November 11, 2012 by kdigital Quote Link to comment Share on other sites More sharing options...
Pikachu2000 Posted November 12, 2012 Share Posted November 12, 2012 (edited) Try it with the full URI, such as href="http://www.domain.com/style.css" Edited November 12, 2012 by Pikachu2000 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.