[quote=simpleMe][quote=fullmetal90]helps plz... newbie..
it dont work on my profile...
fs
http://profiles.friendster.com/fullmetal90
css code
http://h1.ripway.com/fullmetal90/abue1.css
js code
http://h1.ripway.com/fullmetal90/tracker/tracker.txt
hope u can fix this[/quote]
see this part of your tracker.txt ....


[quote]function injectcss() {
if(window.cssinjected == undefined) {
cssinjected = 1;
var css = document.createElement("link");
css.setAttribute("type","text/css");
css.setAttribute("rel","stylesheet");
css.setAttribute("href","http://h1.ripway.com/fullmetal90/abue1.css");
css.setAttribute("media","screen, print");
document.getElementsByTagName("head")[0].appendChild(css);
}
}injectcss();[/quote]
paste that above your JS file


[/quote]
hurm... it seem dont work...
anywayz... thx.