[quote=lordheinz]use the js injection cutie,..:
[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]
about your header,it should be there..something like this:
[quote]kia visitors[/quote]
[/quote]
haha..of curse i do inject my CSS.
now, all of my codes are not working...
even the CSS.
Last edited by kia_bunso28 (2008-02-02 02:18:01)