Pages

Freebies : Draw

Saturday 23 July 2011

FreeBies : Background (1)

1. Go to Cherrybam or Photobucket for background. *nanti kat step 4 , copy link url dia :)

2. Blogger Dashboard > Design > Edit HTML

3. CTRL + F and search : body {

4. Paste code ini :

background:url(URL GAMBAR BACKGROUND);
background-attachment: fixed;
background-repeat: repeat;

dan delete code ini:
background:$bgcolor;
kalau tak delete , dea tak menjadi . kalau takde code ni tapi ade code lain yang seakan same pun delete . 

5. So , it will be like this :

body {
background:url(http://www.sadmuffin.net/screamcute/layouts/floral/04.gif);
background-attachment: fixed;
background-repeat: repeat;

6. Preview , and kalau kat bahagian post and sidebar pun ada background , ada step lagi . Hmm , sekarang search for #outer-wrapper {

7. Paste code ini bawah #outer-wrapper {
background: #000000;

8. So it will be like this :

#outer-wrapper {
background: #000000;

9. Preview , ( so sekarang kat kiri dan kanan je ada background, post dan sidebar warna putih ) and click save template.

No comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...