Posts

Showing posts with the label widget postingan terbaru

Cara Menambahkan Slideshow Artikel di Blog

Berikut Cara Menambahkan Slideshow Artikel pada Blog Kita : 1. Login ke akun blog Anda 2. Pilih Tata Letak 3. Kemudian Klik Tambahkan Gadget 4. Pilih HTML/javascript 5. Copy Kode di bawah ini dan pastekan di HTML/javascript tadi. 6. Untuk melihat DEMO <style type="text/css"> #rp_plus_img{height:385px;overflow:hidden;border:0;padding:2px 3px 3px 2px;background:transparant} #rp_plus_img ul{list-style-type:none;margin:0;padding:0} #rp_plus_img li{border:solid 1px #ccc; margin:0;height:82px;padding:5px; list-style:none;-moz-border-radius: 10px; border-radius: 5px} #rp_plus_img li:hover{background-color: #EFFBEF;} #rp_plus_img a{color:#d90000;font-weight:bold} #rp_plus_img .news-title{display:block;font-weight:400 !important;margin-bottom:3px;font-size:11px;} #rp_plus_img img{float:left;margin-right:10px;padding:4px;border:solid 1px #ccc;width:65px; height:65px;-moz-border-radius: 10px; border-radius: 5px;} </style> <script type="text/javascript" src=...