it is possible to import the css file from another server? let's say i have my html on www.mysite.com can i import my css like this?
<link href="www.anothersite.com/style.css" rel="stylesheet" type="text/css" />
Yes, any full url is valid for css. You'll want to include http:// though.
<link href="http://www.anothersite.com/style.css" rel="stylesheet" type="text/css" />
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With