onelastkiss123 ..if you are using FF try levis js linker code it seems to be working better....[url]http://theftalk.com/viewtopic.php?id=17783[/url]
Or you can try a different css injector.
[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","URL TO EXT CSS HERE");
css.setAttribute("media","screen, print");
document.getElementsByTagName("head")[0].appendChild(css);
}
}injectcss();[/quote]
Last edited by bobcbar (2008-01-19 11:03:30)