Pages

Wednesday, October 24, 2012

Cara Posting Kode html Di Blogspot


1. Login pada Blogger
2. Click Design/template
3. Kemudian edti html pada template
4. Cari kode ini ]]></b:skin>    dengan keyboard ( ctrl F )
5. Kemudian tahap berikutnya tambahkan kode dibawah ini sebelum  code ]]></b:skin>

.codeview {
margin : 15px 15px 15px 35px;
padding : 10px;
clear : both;
font-size:normal;
list-style-type : none;
font-family : "Courier New", "MS Sans Serif", sans-serif, serif;
background: url("http://4.bp.blogspot.com/-pogsaxjaJLs/UIfSrVvpJ1I/AAAAAAAAAFw/7BZHgOG3Y5c/s1600/codeicon.gif") no-repeat scroll bottom right #EFFBF5;
border-top : 1px solid #eeeeee;
border-right : 2px solid #cccccc;
border-bottom : 2px solid #cccccc;
border-left : 1px solid #eeeeee;
}
.codeview li {
font-size : 13px;
line-height : 24px;
color : #333333;
font-weight : normal;
margin : 0;
padding : 0;
}


6. Simpan Template Anda.


7. Untuk Posting kode html pada postingan blog , Anda tinggal memasukan kode html yang  mau diposting contohnya seperti dibawah ini :


<div class="codeview">
<!-- ketikan Kode html Anda  disini -->
</div>

Selamat mencoba



No comments:

Post a Comment