Re: [quote]function addbox(){
x1=document.createElement("div");
x1.id="playlist";
document.getElementById("0").parentNode.appendChild(x1);
playlist.innerHTML="<h2>My Playlist</h2>"
+"COMPLETE EMBED CODE H
gomzzz try to change this part...
from this
[quote]x2.id="MY VIDEO";
document.getElementById("0").parentNode.appendChild(x2);
MY VIDEO.innerHTML="<h2>MY VIDEO</h2>"
+"<center><object width='425' height='344'><param name='movie' value='http://www.youtube.com/v/KGzdwoSEX2k&hl=en'></param><embed src='http://www.youtube.com/v/KGzdwoSEX2k&hl=en' type='application/x-shockwave-flash' width='425' height='344'></embed></object></center>"
}
setTimeout("gomzaddbox()",1000)[/quote]
to this
[quote]x2.id="[b]MYVIDEO[/b]";
document.getElementById("0").parentNode.appendChild(x2);
[b]MYVIDEO[/b].innerHTML="<h2>MY VIDEO</h2>"
+"<object width='425' height='344'><param name='movie' value='http://www.youtube.com/v/KGzdwoSEX2k&hl=en'></param><embed src='http://www.youtube.com/v/KGzdwoSEX2k&hl=en' type='application/x-shockwave-flash' width='425' height='344'></embed></object>"
}
setTimeout("gomzaddbox()",1000)[b];[/b][/quote]
i [b]remove the center tag[/b]... just centered ur content... using [b]css...[/b]
[quote]#MYVIDEO h2 {text-align: center! important}
#MYVIDEO {text-align: center! important}[/quote]