Kunjungi Juga

Cara Membuat Judul Posting Berjalan

Diposting oleh Ikhwan on Sabtu, 16 April 2011

Cara Membuat Judul Posting Berjalan Blogspot | Cara Membuat Judul Blog Bergerak

Seo Ku - Bagaimana cara membuat judul blog berjalan ? mungkin anda bertanya-tanya caranya membuat seperti itu, sebenarnya caranya cukup mudah dengan menambahkan marquee.


Langsung saja kita ke TKP :

1.Login ke blogger
2.Masuk ke rancangan/layout
3.Edit Html
4.Expand Widget
5.Cari kode (Ctrl + F) :
<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>
6.Kemudian pasang kode marquee dan hasilnya akan jadi seperti dibawah :
<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'>
<marquee direction='left'><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> </marquee>
</b:if>
Selesai ! silahkan mencoba...

Salam SEO Ku

{ 0 komentar... read them below or add one }

Posting Komentar