Hi. my boss wants me to use , um, i think its import or include, not sure which one, instead of using <link rel="" href=http://www.webdeveloper.com/forum/archive/index.php/"">, but im not sure the proper syntax to do this, he said something like this:
<style>
include/import("")
</style>
anybody know, thanks in advance.<!-- m --><a class="postlink" href="http://www.w3.org/TR/CSS21/cascade.html#at-importIt's">http://www.w3.org/TR/CSS21/cascade.html#at-importIt's</a><!-- m --> no doubt import but include would be better. You do that from the server side though.
<style>
include/import("")
</style>
anybody know, thanks in advance.<!-- m --><a class="postlink" href="http://www.w3.org/TR/CSS21/cascade.html#at-importIt's">http://www.w3.org/TR/CSS21/cascade.html#at-importIt's</a><!-- m --> no doubt import but include would be better. You do that from the server side though.