Konuyu böyle açıklarsan daha yardımcı olcak arkadaşlar olaacktır.

Yukardaki resim gibi yapmak istiyorum ama benim yazım sağa doğru kayıyor kayboluyor yukardaki gibi radyoyu nasıl ortalaya bilirim acaba

html kodum bu html probem yok çalışıyor ama .js cevirmek gerekiyor altdaki kodu
js içinde html kodları çalışmıyor mecvur cevirmek gerkti cevirdim çalışıyor altaki kod
ama yazı ortalanmıyor playler ile ortalanmasını istiyorum.



Radyo




çevirdiğim kod aşağıda


var dropdownE = new Element("div");
var dropdownF = new Element("span");
var dropdownG = new Element("i");
var dropdownH = new Element("p");
var dropdownA = new Element("center");
dropdownE.setAttribute("class","umut");
dropdownH.set("text","radyo");
dropdownF.setAttribute("style","float:right;margin-bottom:-18px;");
dropdownH.setAttribute("style","margin-top:-3px;");
dropdownG.setAttribute("href","");
dropdownG.setAttribute("onclick","radyo_cal();");
dropdownG.setAttribute("id","stateicon");
dropdownG.setAttribute("class","fa fa-play");
dropdown.appendChild(dropdownF);
dropdown.appendChild(dropdownG);
dropdown.appendChild(dropdownA);
dropdown.appendChild(dropdownH);


üsteki kodu yerleştirmek istedim
yer burası


var dropdown = new Element("div");
dropdown.addClass("dropdown-tab")