1.masuk ke account blogger anda
2.setelah sampai di Dashboard klik tab [layout] kemudian pilih [Edit Html] untuk memulai pengeditan.
3.copy scrip berikut ini :
<script type='text/javascript'>
//<![CDATA[
msg = " ---ALAMAT BLOG ANDA--- ";
msg = "JUDUL BLOG ANDA" + msg;pos = 0;
function scrollMSG() {
document.title = msg.substring(pos, msg.length) + msg.substring(0, pos); pos++;
if (pos > msg.length) pos = 0
window.setTimeout("scrollMSG()",200);
}
scrollMSG();
//]]>
</script>
4.kemudian pastekan kode tadi diatas kode <head> yang ada dikotak Edit Html.kemudian tukar tulisan yang berwarna merah
0 komentar:
Speak up your mind
Tell us what you're thinking... !