Tutorial Blogger
Tutorial Blogger
Cara Membuat Teks Berjalan Pada Blog
<marquee behavior="alternate">SELAMAT DATANG DI BLOG KAMI</marquee>
Cara buat Judul Blog di Tengah
/* Header
----------------------------------------------- */
.header-outer {
background: $(header.background.color) $(header.background.gradient) repeat-x scroll top left;
_background-image: none;
color: $(header.text.color);
text-align:center;
}
Cara Anti Kopas
<script type="text/javascript">
if (typeof document.onselectstart!="undefined") {
document.onselectstart=new Function ("return false");
}
else{
document.onmousedown=new Function ("return false");
document.onmouseup=new Function ("return true");
}
</script >