ok so i am including a html file that has a css file within it. but when i include it, it breaks the relative css location. is there a way before i include the html file that i define the relative area.
example
include("admin/template");
html file
<link href="css/style.css" rel="stylesheet" type="text/css" />
the reason that i want to see if i can do it before is so that i dont have to edit the html file for it to be the correct relative. just upload it and go.
thanks in advance