1.Log in ke blog >> design >>Template>Edit HTML
2.cari kod <h3 class='post-title entry-title'> lebih mudah jika gunakan ctrl+f (klik didalam template dan tekan butang Ctrl+F supaya muncul fungsi find)untuk mudahkan pencarian anda.
3.Setelah jumpa kod diatas tambah kod menjadi seperti dibawah ini:
<marquee direction="right" scrollamount="10"><h3 class='post-title entry-title'>
<b:if cond='data:post.link'>
<a expr:href='data:post.link'><data:post.title/></a>
<b:else/>
<b:if cond='data:post.url'>
<b:if cond='data:blog.url != data:post.url'>
<a expr:href='data:post.url'><data:post.title/></a>
<b:else/>
<data:post.title/>
</b:if>
<b:else/>
<data:post.title/>
</b:if>
</b:if>
</h3></marquee>
tambahkan kod berwarna merah pada permulaan <h3 class='post-title entry-title'> dan diakhir </h3><b:if cond='data:post.link'>
<a expr:href='data:post.link'><data:post.title/></a>
<b:else/>
<b:if cond='data:post.url'>
<b:if cond='data:blog.url != data:post.url'>
<a expr:href='data:post.url'><data:post.title/></a>
<b:else/>
<data:post.title/>
</b:if>
<b:else/>
<data:post.title/>
</b:if>
</b:if>
</h3></marquee>
Boleh juga dibuat berbagai bentuk teks berjalan seperti yang terdapat pada tutorial membuat teks berjalan sebelum ini.
Selamat mencuba....:)
update 8/5/2013
No comments:
Post a Comment