Monday, January 16, 2012

Tutorial: Background Post Title

Baru hari ni aku dapat online . Gara-gara adik aku punya pasal
lappy pun kena ambil . Okay tuto kali ni post title dan sidebar yang 
ada background . Follow this step .

1. Dashboard > Design > Edit HTML > Tick Expand Widget Template

2. Cari kod bawah ni :
h3.post-title, h4 { and h2 {
3. Copy code then pastekan dibawah h3.post-title, h4 { and h2 {


Tajuk Post Center
border:0px dashed #cc99cc;
text-align: center;
margin:.5em 0 .5em;
padding:0 0 4px;
font-size:140%;
font-weight:normal;
line-height:1.2em;
background:url(URL BACKGROUND);
color:$titlecolor;
}
 
Tajuk Post di Kanan
border:0px dashed #cc99cc;
text-align: right;
margin:.5em 0 .5em;
padding:0 0 4px;
font-size:140%;
font-weight:normal;
line-height:1.2em;
background:url(URL BACKGROUND);
color:$titlecolor;
}
 
Tajuk Post di Kiri 
border:0px dashed #cc99cc;
text-align: left;
margin:.5em 0 .5em;
padding:0 0 4px;
font-size:140%;
font-weight:normal;
line-height:1.2em;
background:url(URL BACKGROUND);
color:$titlecolor;
}
 
Nota Kaki :
ABC : url background
ABC : tebal border tersebut , suka hati nak letak berapa je
ABC : jenis border sama ada dashed , solid , dotted
ABC : tukar kaler kat SINI

No comments: