0
how to use absolute path for external css file?
3 Respuestas
+ 1
Depends on where the CSS file is.
<head>
<link rel="stylesheet" href="path/style.css">
</head>
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)
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!