Twentyoneth Posted May 26, 2006 Share Posted May 26, 2006 I am trying to link to a css document uploaded on the internet somewhere, but the <link method has been disabled, does anyone know of another way to link to it? Quote Link to comment Share on other sites More sharing options...
AndyB Posted May 26, 2006 Share Posted May 26, 2006 Do you mean it's on a site that you don't control and has hotlink protection? Or what? Quote Link to comment Share on other sites More sharing options...
Twentyoneth Posted May 26, 2006 Author Share Posted May 26, 2006 the site allows you to change the css, but the <link rel function in html is disabled, probably for harmful scripts, but I am just wanting to link to a css page, so I was wondering if there was another way. Quote Link to comment Share on other sites More sharing options...
nogray Posted May 26, 2006 Share Posted May 26, 2006 You can use the import rule in css, but if the site stops the link tag, they might stop the import as well[code]<style>@import url("mystyle.css");</style>[/code] Quote Link to comment Share on other sites More sharing options...
Twentyoneth Posted May 30, 2006 Author Share Posted May 30, 2006 it disabled the "@" sign...Does it need it? Quote Link to comment Share on other sites More sharing options...
nogray Posted May 30, 2006 Share Posted May 30, 2006 yeah, you need the @ 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.