how to use absolute path for external css file? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

how to use absolute path for external css file?

12th Jul 2016, 12:58 PM
Abu
Abu - avatar
3 Answers
+ 1
Depends on where the CSS file is. <head> <link rel="stylesheet" href="path/style.css"> </head>
12th Jul 2016, 11:33 PM
ZinC
ZinC - avatar
0
that's for relative path,notice "link rel" where "rel"=relative..so shouldn't the absolute path be something like "link abs"(just guessing)
13th Jul 2016, 3:28 AM
Abu
Abu - avatar
0
just kidding: if there is absolutely path css style sheet, there must be absolute css style codes to use? then you are using some one else 's styling , not your own!
13th Jul 2016, 7:18 AM
Alexis Cheuk Yan Lee
Alexis Cheuk Yan Lee - avatar