The Charcoal blogger template is an artistic template with the color black as it essence. The template is extremly well designed, if you take a look at the top left corner we have a nice artistic design there.
Apart from that just below the header is the navigational menu, the top left of the post has a bright orange indicator, while the top right has the date holder. The bottom of every post has a jump to the top link, which is also present at the end of the template. The bottom left of the post has the comments counter, although the back to top icon and the comments icon are misaligned in Opera.
The sidebar is adorned with three icons on the top the RSS, Delicious and Technorati icons. The link lists on the sidebar have a hover on highlight, coming to think of it the blog is quite simple as well, I think it would make a good photoblogger template as well.
Download the Charcoal Blogger Template
Share this Blogger Template:
it is very nice template>>but realy ihave a problem with ie >>the explorer distored the template and shifting the content to the left leaving agly empty space in the right side
with firfox no such problem is seen
any way to solve this problem???
i love this template and i have been using it for my blog, but every month it gets overpopulated by photobucket boxes stating that this person has exceeded their bandwidth...it has forced us to use another template until we can figure out what to do.
i love this template although the owner uses photobucket and every month it populates the template with 20 photobucket warnings stating that the bandwidth has been exceeded and to switch to pro. i wish it didn't have these issues, so that we could use the template all the time - or i wish i was smarter to figure this out on my own.
@ J and M - You can continue to use this template, you can upload all the template images on imageshack or any other media hosting site, and replace the photobucket links from Edit Html. There you go, you won't face this problem again!
Excellent work Im loving this site, Keep up the gr8 work...
I love this template, and even used using it in one of my sites.
Is there a way i can hide the newer post, olderposts and show all post links..
@ Santhosh - thank you :)
@ VIJI RAJKUMAR - You can access Layout-Edit Html, then search for the code below -
#blog-pager-newer-link {
float: left;
}
#blog-pager-older-link {
float: right;
}
#blog-pager {
text-align: center;
}
and replace it with this code -
#blog-pager-newer-link {
float: left;
display: none;
}
#blog-pager-older-link {
float: right;
display: none;
}
#blog-pager {
text-align: center;
display: none;
}
save the changes, and its done :)