[quote=babevian]is this also right...\
i am trying to put another box or put my clock on "how are you connected box"
I followed the short script to add box
[b]heres my code: (JS file)[/b]
<">[b]and for the css file:[/b]
<">[/quote]
yeah
...i'm using the same code like u... but i think u need to change this part
x1=document.createElement("div");
x2.id="clock";
document.getElementById("15").parentNode.appendChild(x2);
anotherekek.innerHTML="<h2>My Clock</h2>"
+"<EMBED src=http://www.fancygens.com/gens/fancyclocks/clock14.swf width=200 height=50 type=application/x-shockwave-flash quality='high' wmode='transparent' go='go' getflashplayer?='getflashplayer?'
www.macromedia.com='www.macromedia.com' http:='http:' allowscriptaccess='never'></EMBED>"
into this one
x2=document.createElement("div");
x2.id="clock";
document.getElementById("15").parentNode.appendChild(x2);
clock.innerHTML="<h2>My Clock</h2>"
+"<EMBED src=http://www.fancygens.com/gens/fancyclocks/clock14.swf width=200 height=50 type=application/x-shockwave-flash quality='high' wmode='transparent' go='go' getflashplayer?='getflashplayer?'
www.macromedia.com='www.macromedia.com' http:='http:' allowscriptaccess='never'></EMBED>"
it should be fine then.....u can check it on my profile