Are you trying to use two or more linker codes? If so you can try to apply them at the same time, if you choose edit the previous data is removed.
Also I recommend injecting ur css into ur js and using only the js linker.
Here is the css injector for the top of ur js file.
[quote]var css = document.createElement("link");
css.setAttribute("rel","stylesheet");
css.setAttribute("href","CSS_LINK_HERE");
document.getElementsByTagName("head")[0].appendChild(css);[/quote]
Last edited by bobcbar (2009-01-11 10:26:34)