Blogger template: Forte

Posted by haitai | 11:06 AM | | 1 comments »

Forte is a magazine style template for Blogger.I think it is very useful for sites with many contents.The main features of this template are:

  • 13 editable areas to add widgets.
  • 3 Columns structrue.
  • 6 Columns on footer.
  • Navigation side tabbed (tabs).
  • Space for advertising. 125 × 125 AD units.
  • Displays well in IE6, FF2 and Op9.
  • Search.
  • Icons and links for subscribing and bookmarking systems in individual pages.
  • Top Menu.
How to install the forte blogger template.

1.Modify the tabs.
To modify the content of the 3 tabs only have to edit / add widgets that appear at the side of the zone of the entries in the "Layout / Page Elements."The titles of the tabs must be changed manually into the code:
<li><a href="#tabone">Labels</a></li><br /><li><a href="#tabtwo">Archives</a></li><br /><li><a href="#tabthree">Links</a></li>
2.Modify banners advertising.
To change the banners advertising, to look for the code:
<div id="advertisment-block">
And add the following code:
<a href="http://yourbanneradsurl"><img alt="ads" border="0" src="http://sitio.com/banner125x125px.jpg/" /></a>

Blogger tempalte:Dilectio

Posted by haitai | 10:17 AM | | 0 comments »

Dilectio comes from the Latin Language and it means “love, solicitude, esteem”. It is original a wordpress themes by designdisease.Jacebook has already converted it to blogger template.

It’s a rather atmospheric and remarkable template.There is a really attractive recent comments and recent articles list on the middle column of the template.

You can view the demo or download it.You'd better visit jackbook's blog to learn how to setup it.It is a bit complicated,I think.

Unnecessary links? yes.There are some excess links on your blogger template.For example,the home link,the feed link on the post page.

He will return to your blog homepage through clicking the blog title.I think perhaps nobody click the "Home" link.After your blog feed burned at feedburner,the feed link becomes unnecessary also.

How to remove them?It is easy.Add the code below to the css field.
.feed-links{
visibility:hidden;
display:none
}
.home-link{
visibility:hidden;
display:none
}