Menghilangkan kotak diatas postingan ketika klik label   1 comment

 

Saat Anda mengklik salah satu label blogspot Anda, maka akan tampil kotak yang bertuliskan ” Tampilkan posting dengan label dst. tampilkan semua posting “, atau lebih jelasnya lihat gambar ..Nah jika kita ingin menghilangkannya adalah sebagai berikut :
Seperti biasa setelah
  1. login
  2. pilih tata letak 
  3. klik edit html 
  4. expand template widget.
Setelah itu cari kode berikut ini :
<b:includable id=’status-message’>
<b:if cond=’data:navMessage’>
<div class=’status-msg-wrap’>
<div class=’status-msg-body’>
<data:navMessage/>
</div>
<div class=’status-msg-border’>
<div class=’status-msg-bg’>
<div class=’status-msg-hidden’>
<data:navMessage/>
</div>
</div>
</div>
</div>
<div style=’clear: both;’/>
</b:if>
</b:includable>
Jika sudah ketemu, ganti kode diatas dengan kode dibawah ini :
<b:includable id=’status-message’>
<b:if cond=’data:navMessage’>
<div>
</div>
<div style=’clear: both;’/>
</b:if>
</b:includable>
Klik simpan

Baca juga :

Advertisement

Posted December 3, 2009 by admin in Ngeblog dengan Blogger

One response to Menghilangkan kotak diatas postingan ketika klik label

Subscribe to comments with RSS.

  1. Pingback: Cara Membuat Kotak Blogroll dan Marquee « Internet online

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.