You are viewing a post by KhErMiNaToR. View all 1343 posts in Here are all the codes that you need to fully customize your profile! No need to add other codes just edit it all and you can have a customized profile like mine, these CSS codes are the codes that I .
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)