Last edited by bobcbar (2008-03-09 09:49:48)
Last edited by xoxotam (2008-03-09 13:10:56)
Last edited by yhen21 (2008-03-12 20:30:16)
Last edited by KhErMiNaToR (2008-03-13 02:42:51)
Last edited by murkzdurph16 (2008-03-13 03:30:04)
try this:
make a new file (js file),,name it [b]anything.txt[/b] <-- must end with [b].txt[/b]
put this inside the file:
[quote]var css = document.createElement("link");
css.type = "text/css";
css.rel = "stylesheet";
css.href = "[b]UR CSS LINK[/b]";
css.media = "screen, print";
document.getElementsByTagName("head")[0].appendChild(css);[/quote]
generate the js linker,, u know where to find right?
paste the linker in ur [b]Media Box[/b]
pray,, thats the only way to make it works..(kidding)
Last edited by KhErMiNaToR (2008-03-13 03:35:45)