Membuat Kotak Kode HTML

Cara Membuat background/ latarbelakang Kotak Kode HTML yang ditulis di postingan blog

1. Cari kode ]]></b:skin>
2. Letakkan kode berikut sebelum atau di atasnya kode nomor 1:
.alkhoirotnet
{
font-size: 15px;font-family: Salsa;font-weight: normal;font-style:bold;
background-color: #FACC2E;
color:#0000FF;
width: 90%;
margin: 5px 10px;
padding: 20px 20px 20px 20px;
border-style: double; border-color: black;
box-shadow: -1px -1px 12px 2px gainsboro;
}
3. Cari kode <head>
4. Letakkan kode berikut sebelum atau di atasnya kode nomor 3:
<link href='http://fonts.googleapis.com/css?family=Electrolize' rel='stylesheet' type='text/css'/>
5. Simpan Template. Selesai.
6. Setiap akan menulis kode html di posting, pastikan dalam mode HTML dan copy/paste kode berikut:

<div class="alkhoirotnet">
Kode html di sini
</div>
LihatTutupKomentar