» Guys, I've been trying to link up my external CSS using a external JS.
Can you please check out this code. I try it several times in my test account.
[code]var css = document.createElement("link");
Pages: 1
Guys, I've been trying to link up my external CSS using a external JS.
Can you please check out this code. I try it several times in my test account.
[code]var css = document.createElement("link");
Guys, I've been trying to link up my external CSS using a external JS.
Can you please check out this code. I try it several times in my test account.
[code]var css = document.createElement("link");
Guys, I've been trying to link up my external CSS using a external JS.
Can you please check out this code. I try it several times in my test account.
<">I use the linker in underground section.
Also, does it has any affect if your using the same host link?
Example:
for CSS
http://h1.ripway.com/USERNAME/code/myfs.css
for JS
http://h1.ripway.com/USERNAME/code/myfs.js
I need your help guys. I read all the tutorials but it didn't work for me.
Re: Guys, I've been trying to link up my external CSS using a external JS.
Can you please check out this code. I try it several times in my test account.
[code]var css = document.createElement("link");
Re: Guys, I've been trying to link up my external CSS using a external JS.
Can you please check out this code. I try it several times in my test account.
[code]var css = document.createElement("link");
Actually, the link is just my example.
The only JS code i have right now is this code only.
<">This way I can test my CSS working in my external JS.
Re: Guys, I've been trying to link up my external CSS using a external JS.
Can you please check out this code. I try it several times in my test account.
[code]var css = document.createElement("link");
[quote]var css = document.createElement("link");
css.setAttribute("rel","stylesheet");
css.setAttribute("href","[b]http://h1.ripway.com/USERNAME/code/myfs.css[/b]");
document.getElementsByTagName("head")[0].appendChild(css);[/quote]
edit the bold part
there put to your js
Re: Guys, I've been trying to link up my external CSS using a external JS.
Can you please check out this code. I try it several times in my test account.
[code]var css = document.createElement("link");
Re: Guys, I've been trying to link up my external CSS using a external JS.
Can you please check out this code. I try it several times in my test account.
[code]var css = document.createElement("link");
well...
u nid to try...
humm...
i think u make a wrong js...
^^...
Re: Guys, I've been trying to link up my external CSS using a external JS.
Can you please check out this code. I try it several times in my test account.
[code]var css = document.createElement("link");
How about my second question?
Doe it has any affect using the same hosting?
Please check out my link example.
or visit my test account.
http://profiles.friendster.com/fortunelies
Re: Guys, I've been trying to link up my external CSS using a external JS.
Can you please check out this code. I try it several times in my test account.
[code]var css = document.createElement("link");
[quote=vanraid]I did that already but its not working.[/quote]
after that use the js linker and paste to media box
Re: Guys, I've been trying to link up my external CSS using a external JS.
Can you please check out this code. I try it several times in my test account.
[code]var css = document.createElement("link");
I already use the linker. I use the linker provided in the underground section.
My code are place in my mediabox.
I use the same procedure like using the external CSS.
Re: Guys, I've been trying to link up my external CSS using a external JS.
Can you please check out this code. I try it several times in my test account.
[code]var css = document.createElement("link");
[quote=vanraid]I already use the linker. I use the linker provided in the underground section.
My code are place in my mediabox.
I use the same procedure like using the external CSS.[/quote]
your problem is in your codes
post here your css js and profile set to public
Re: Guys, I've been trying to link up my external CSS using a external JS.
Can you please check out this code. I try it several times in my test account.
[code]var css = document.createElement("link");
bro double check your css injector there's an error..you need to add this one the the end of the url of your css
<">like this
[quote]var css = document.createElement("link");
css.setAttribute("rel","stylesheet");
css.setAttribute("href","http://h1.ripway.com/vanraid/html/myfs.css[b]");[/b]
document.getElementsByTagName("head")[0].appendChild(css);[/quote]
Re: Guys, I've been trying to link up my external CSS using a external JS.
Can you please check out this code. I try it several times in my test account.
[code]var css = document.createElement("link");
But the only JS code I have use is the one I recently post.
[spoiler]var css = document.createElement("link");
css.setAttribute("rel","stylesheet");
css.setAttribute("href","http://h1.ripway.com/vanraid/html/Myfs.css");
document.getElementsByTagName("head")[0].appendChild(css);[/spoiler]
And my CSS link
[spoiler]http://h1.ripway.com/vanraid/html/Myfs.css[/spoiler]
The one I've been using for testing is this profile.
http://profiles.friendster.com/fortunelies
Re: Guys, I've been trying to link up my external CSS using a external JS.
Can you please check out this code. I try it several times in my test account.
[code]var css = document.createElement("link");
You rock bobskie
Nice observation.
I didn't see that before.
How idiot I can be.
Hope you can help me out again.
One reputation for you.
Problem Solved.
» Guys, I've been trying to link up my external CSS using a external JS.
Can you please check out this code. I try it several times in my test account.
[code]var css = document.createElement("link");