Friday 16 April 2010

Membuat Judul Blog Berjalan (blogspot)

Baiklah tanpa perlu panjang lebar saya akan memberikan triknya. Seperti biasa pertama login ke Dashboard Blogger anda kemudian klik Layout - Edit HTML. Untuk berjaga-jaga sebaiknya backup dulu template anda, lalu klik pada Expand widget templates dan carilah kode dibawah ini:
<b:includable id='post' var='post'>
<div class='post hentry uncustomized-post-template'>
<a expr:name='data:post.id'/>
<b:if cond='data:post.title'>
<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'>
<a expr:href='data:post.url'><data:post.title/></a>
<b:else/>
<data:post.title/>
</b:if>
</b:if>
</h3>
</b:if>

Kemudian pasang kode marquee sehingga kode lengkap hasil perubahan akan seperti dibawah ini:

<b:includable id="post" var="post">
</b:includable>
<div class="post hentry uncustomized-post-template">
<a expr:name="data:post.id" href="">
<b:if cond="data:post.title">
<marquee direction="left"></marquee></b:if></a>
<h3 class="post-title entry-title">
<b:if cond="data:post.link"><a expr:name="data:post.id" href="">
</a><a expr:href="data:post.link" href=""><data:post.title></data:post.title></a>
<b:else>
<b:if cond="data:post.url">
<a expr:href="data:post.url" href=""><data:post.title></data:post.title></a>
<b:else>
<data:post.title>
</data:post.title>
</b:else>
</b:if></b:else></b:if></h3>

Teks yang berwarna merah adalah kode yang harus anda tambahkan. Anda dapat merubah arah dengan mengganti kode left menjadi right. Klik tombol Preview untuk melihat hasilnya, jika anda sudah cukup puas silahkan di simpan pekerjaan anda.
Contoh hasil seperti ini :

JUDUL POSTING BLOG ANDA

Bagaimana, mudah bukan? Selamat mencoba..

3 comments:

  1. maksud dari judul posting berjalan apa? Apakah judul di postingannya yang jalan?

    ReplyDelete
  2. Y judul postingannya yang bisa dilihat di Tab.

    ReplyDelete