[quote=Rone_piss]Mhn bntuanya[/quote]
maksud lo yg ini bro
[quote]var csslink1 ="[b]url_css_1[/b]";
var csslink2 ="[b]url_css_2[/b] ";
var csslink3 ="[b]url_css_3[/b]";
try {
document.write("<link rel='stylesheet' type='text/css' media='screen, print' href='"+csslink1+"' title='1'>");
}catch(e){}
try {
document.write("<link rel='stylesheet' type='text/css' media='screen, print' href='"+csslink2+"' title='2'>");
}catch(e){}
try {
document.write("<link rel='stylesheet' type='text/css' media='screen, print' href='"+csslink3+"' title='3'>");
}catch(e){}
function ActivateCSS(title) {
var i, a, main;
for (i = 0;(a = document.getElementsByTagName("link")[i]);i++) {
if (a.getAttribute("rel").indexOf("style") != - 1 && a.getAttribute("title")) {
a.disabled = true;
if (a.getAttribute("title") == title) a.disabled = false;
}
}
}
var theme;
try {
theme = document.createElement("div");
}catch (e) {
theme = document.createElement("<div>");
}
theme.setAttribute("style","padding-top:5px");
theme.innerHTML = "<div align='center' id='themeswitch'>"+
"<h2><font face=\"Century gothic\" size=\"4\" color=\"black\"><b>[b]judul layout profile lo[/b]!<font></b><h2>"+
"<input style='font: 12px Trebuchet MS;' type='button' value='- [b]judul_layout_1[/b]-' onClick=\"ActivateCSS('1'); return false;\">"+
" <input style='font: 12px Trebuchet MS;' type='button' value='-[b] judul_layout_2[/b]-' onClick=\"ActivateCSS('2'); return false;\">"+
" <input style='font: 12px Trebuchet MS;' type='button' value='-[b]judul_layout_3[/b]-' onClick=\"ActivateCSS('3'); return false;\">"
document.getElementById("navigation").parentNode.appendChild(theme);[/quote]
ganti yg di[b] bold[/b] aja
masukkan di js kamu paling atas ([b]A[/b])