Membuat Label Berjalan di Footer

Log in ke akun blogger >> Rancangan >> Edit HTML
Cari kode

]]></b:skin>.
Pastekan kode berikut sebelum kode diatas
#Label-marquee {
float: left;
width: 100%;
heiht:25px;
font: Arial;
color: #000000;
background: #282522;
border: 1px solid #cccccc;
}

#Label-teks {
float: left;
margin: 3px 5px ;
padding: 3px 0px;
width: 960px;
text-align: left;
word-wrap: break-word;
}

Cari kode:
<div id='footer-wrapper'>

Pastekan kode diatas dengan
<div id='Label-marquee '>
<h1 id='Label-teks'><marquee align='center' direction='laft' height='25' onmouseout='this.start()' onmouseover='this.stop()' scrollamount='2' width='100%'>
<a expr:href='data:blog.homepageUrl'>Nama Blog Kamu</a>
<a href='http://URL label'> Categories 1 </a>
<a href='http://URL label'>Categories 2</a>
<a href='http://URL label'>Categories 3 </a>
<a href='http://URL label'>Categories 4 </a>
<a href='http://URL label'>Categories 5</a>
</marquee></h1></div>
Ganti tulisan yang berwarna merah dengan nama blog kamu / sesuai URL label kamu.
6. Simpan Template dan Selesai

0 komentar :