Nampak tak ada yang double underline tu?
How to make double underline for simple template :
1. Template > Edit HTML
2. Tekan F3 dan cari code /* Header
3. Paste code ni di bawah code /* Header
u {
text-decoration:none;
padding:0px;
border-bottom: 5px double #CBA894;
}
How to make double underline for blogskin :
1. Template > Tekan F3 dan cari code </style>
2. Paste code ni di atas code </style>
u {
text-decoration:none;
padding:0px;
border-bottom: 5px double #CBA894;
}
- Merah tu gantikan dengan code colour sendiri
- Biru tu boleh ubah ke saiz yang korang suka
|
Thankyou for visiting.
I make some blog tutorial here & I hope you like it.
*No repost (just backlink if you want to share)
*All tutors are mine unless stated
|
Nampak tak ada yang double underline tu?
How to make double underline for simple template :
1. Template > Edit HTML
2. Tekan F3 dan cari code /* Header
3. Paste code ni di bawah code /* Header
u {
text-decoration:none;
padding:0px;
border-bottom: 5px double #CBA894;
}
How to make double underline for blogskin :
1. Template > Tekan F3 dan cari code </style>
2. Paste code ni di atas code </style>
u {
text-decoration:none;
padding:0px;
border-bottom: 5px double #CBA894;
}
- Merah tu gantikan dengan code colour sendiri
- Biru tu boleh ubah ke saiz yang korang suka
|