How to add background into your blog or change the blog background is as follows.
1. Login to Blogger
2. Go to layout and edit html
3. Copy the code below and place under <body>
<script language="JavaScript1.2">
if (document.all||document.getElementById)
document.body.style.background="url('URL GAMBAR') center no-repeat fixed"
</script>
4. Done and click save.
1. Login to Blogger
2. Go to layout and edit html
3. Copy the code below and place under <body>
<script language="JavaScript1.2">
if (document.all||document.getElementById)
document.body.style.background="url('URL GAMBAR') center no-repeat fixed"
</script>
4. Done and click save.