The formula
- Open blogger.com and login, and then create a blank post
- Write anything in that post (whatever you want)
- Then in post you'll see Compose tab and HTML tab, click the HTML tab
- You found your text with html, then just put this code in the last line: <style type='text/css'>
Put your CSS here
</style> - Then that is the formula, just fill the CSS in that area
- Still don't understand?
- Ok, now i'll tell you if you're newbie in HTML
Template structure
Your template structure maybe have:
- #outer-wrapper
- #content-wrapper
- #main-wrapper
- #sidebar-wrapper
- #footer-wrapper
- #header-wrapper
- .post
- .post-body
If you want to make a page without a sidebar in the #content-wrapper, or if you want your page is only post and without sidebar, just do this.
below the <style type=text/css'>, paste this:
So just play the CSS, if you want to remove the header, footer, comments, just do this
#sidebar-wrapper {
display: none;
}
#main-wrapper {
float: none;
width: 100%;
}
display: none;
}
#main-wrapper {
float: none;
width: 100%;
}
So just play the CSS, if you want to remove the header, footer, comments, just do this
#header-wrapper {
display: none;
}
#comments, .comments {
display: none;
}
#footer-wrapper {
display: none;
}
display: none;
}
#comments, .comments {
display: none;
}
#footer-wrapper {
display: none;
}
.post {
background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhbLj0OqYNiXS1GnIGeqbx-w3n0pGiMeHFfX8F3DJBWaZxkyWZ42S4EFaWuaQG8NBESim2aG2QP2WbXI-WCL35dERJLP5GBas7Sw9JnK7fDPjE2ONIdQZ8nRugMKfaPsU0nRzMi6mhiym0/s1600/wrapper.png") repeat-x scroll 0 0 transparent;
}
body {
background: #ccc;
}
Ok just that, happy playing CSS!
background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhbLj0OqYNiXS1GnIGeqbx-w3n0pGiMeHFfX8F3DJBWaZxkyWZ42S4EFaWuaQG8NBESim2aG2QP2WbXI-WCL35dERJLP5GBas7Sw9JnK7fDPjE2ONIdQZ8nRugMKfaPsU0nRzMi6mhiym0/s1600/wrapper.png") repeat-x scroll 0 0 transparent;
}
body {
background: #ccc;
}
Tiada ulasan:
Catat Ulasan