Home
Advertisement Here

CARA MEMBUAT LINK MEMBESAR DAN MELEDAK-LEDAK

Oke langsung ke langkah penambahan code..
Pertama silahkan anda masuk ke account blogger anda
Pilih Rancangan, lalu Edit HTML..

Jangan lupa mencentang
Expand Template Widget
Terus cari dengan ctrl+f code berikut ini:

/* global link attributes */
a {color: $mainLinkColor; text-decoration: underline;}
a:hover {color: $mainHoverLinkColor; text-decoration: underline;}
a:visited {color: $mainVisitedLinkColor; text-decoration: underline;}
a:hover {
Nah tepat di bawahnya tambahkan code berikut ini:

color: #000fff; text-transform: uppercase; font-weight: bolder; font-size: 15px; background-image: url(http://i909.photobucket.com/albums/ac297/heryymanjala/th_stars1.gif); }

Jadi codenya akan berubah menjadi seperti ini:

/* global link attributes */
a {color: $mainLinkColor; text-decoration: underline;}
a:hover {color: $mainHoverLinkColor; text-decoration: underline;}
a:visited {color: $mainVisitedLinkColor; text-decoration: underline;}
a:hover {
color: #000fff; text-transform: uppercase; font-weight: bolder; font-size: 15px; background-image: url(http://i909.photobucket.com/albums/ac297/heryymanjala/th_stars1.gif); }

Nah sebelum anda mensavenya, silahkan di pratinjau dulu, kalau sudah sukses silahkan di simpan.. Namun apabila belum berhasil jangan khawatir kode yang berwarna hijau di atas silahkan anda ganti seluruhnya dengan code saya yang berwarna biru di atas..

No comments:

Advertisement