Friday, April 29, 2011

Tutorial : Cantikkan Title Sidebar

  1. pergi ke Design > Edit HTML
  2. tekan Ctrl+F and cari kod h2 {
  3. copy kod kat bawah ni
text-shadow: 2px 2px 3px #333;
font: 23px ducky;
* kod ni untuk letak shadow and tukar font kat title sidebar korang
border-top: 3px solid #C0C0C0;
  border-left: 3px solid #C0C0C0;
  border-right: 3px solid #C0C0C0;
  border-bottom: 3px solid #C0C0C0;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
* kod ni pulakk untuk letak border yang macam border title sidebar aku tu , melengkung punya .

border: 3px solid #C0C0C0
* kod ni untuk border petak punya . 
background: url(Url Gambar);
* kod ni untuk letak gambar kat title sidebar korang .

    4. paste kan kod yang korang copy tu kat bawah kod yang korang cari tadi , h2 { .
    5. then preview kan hasil kerja korang tu . kalau takde apa apa error , boleh save .

p/s : yang warna merah tu korang boleh ubah ikut citarasa korang .

Tutorial : Wishlist

1) Go to DESIGN > GADGET  > HTML/JAVASCRIPT
2) Copy

<form name=myform>

<input type="checkbox" name="mybox" value="1" checked />novel<br />

<input type="checkbox" name="mybox" value="2" disabled />kasut jimmy choo '3pasang!'<br />

<input type="checkbox" name="mybox" value="3" checked />berat trun 3kg<br /></form>

3) Yang warna oren tu , korang leh tukar la nak disabled / checked
4) Yang warna hijau tu , tukar la ayat2 korang . 

5) Save