[b]@ yossi[/b]
buad ganti bground so pake kode css.
ne kode nya
[quote].controlpanel .so, .minicontrolpanel .so { margin: 0 -20px 10px 0; width: 257px; position: relative; background:url([b]URL IMAGE[/b]) no-repeat top center; color: #000000; font-weight: bold; color: #000000; font-family: 'century gothic'; font-size: 11px;}[/quote]
ganti [b]URL IMAGE[/b] nya
trus kmu juga bisa ngatur jenis font nya.
klo buad ganti tulisan d so nya secara eksternal, pake kode js
ne code nya
[quote]var shoutout = "[b]TEXT HERE[/b]"+pageViewerFName;
document.getElementById('cpShoutoutBox').innerHTML = "<DIV>"+shoutout+"</DIV>";[/quote]
ganti [b]TEXT HERE[/b] nya dgn kata2 kmu ndiri.
buad ganti headers title nya juga pake js.
ne kode nya
[quote]var h;
//control panel
h=document.getElementById("controlpanel_header");
h.innerHTML="[b]TEXT HERE[/b]";
//photo gallery
h=document.getElementById("1").getElementsByTagName("h2")[0];
h.innerHTML="[b]TEXT HERE[/b]";
//blog
h=document.getElementById("13").getElementsByTagName("h2")[0];
h.innerHTML="[b]TEXT HERE[/b]";
//more about me
h=document.getElementById("6").getElementsByTagName("h2")[0];
h.innerHTML="[b]TEXT HERE[/b]";
//comment
h=document.getElementById("18").getElementsByTagName("h2")[0];
h.innerHTML="[b]TEXT HERE[/b]";[/quote]
Last edited by andHa (2007-12-14 06:14:56)