Background berbeza setiap page

1. Design > Edit HTML > Tick expand widget
2. Cari code dekat bawah ni
</head>
2. Copy code kat bawah and pastekan dekat atas </head>


<b:if cond='data:blog.url == &quot;PAGE URL&quot;'>
<style>
body {
background-image: url(URL BACKGROUND);background-position: center; background-repeat:repeat; background-attachment: fixed;
}
</style>
</b:if>

No comments:

Post a Comment