> Update >>
Home » , » Masuk gambar pada background blog

Masuk gambar pada background blog

Login ke blogger, klik link layout, setelah masuk ke halaman template, klik sub menu Edit HTML, kemudian cari kod/tag CSS body { }, biasanya seperti dibawah ini:

body {
font: $bodyFont;
color: $textColor;
background: $bgColor;
}
kemudian tambahkan kod untuk background dengan gambar seperti ini:

body {
font: $bodyFont;
color: $textColor;
background: $bgColor;
background-image: url(http://www.domain.com/gambar.jpg);
}

Gantikan http://www.domain.com/gambar.jpg dengan url anda

0 comments:

Post a Comment

 
list blog tutorial
Ambil banner

Template

More on this category »
Submit ExpressSEO Tools My Ping in TotalPing.com

tutorial

© All Rights Reserved | Best View With Google Chrome