Remark Blogger template is a free magazine style blogger template with rare color background and vertical featured content slider. This template designed for all type of blogs

Features of this template are :
  • magazine style template
  • featured content slider
  • 2 column template blogger
  • 3 column footer
  • tabview ready
  • ads ready
  • drop down menu navigation
  • subscribe form
  • and more

remark blogger template

Setting Remark Blogger template

1. Featured content slider

Go to Template > Edit HTML > Proceed and find these code below :
a. Small thumbnail
<li class='ui-tabs-nav-item ui-tabs-selected' id='nav-fragment-1'><a href='#fragment-1'><img alt='featured 1' height='45' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgjYNWXhcHT8j17XyY0wCBI_DFgEx9PNdD8MlDEEDElmiV_wmwV1Z1NajLb-UqGy1TG_kLKO17afh-YWI4ppdAlkmmCtvHpzO9sLPLdMm43Rb-Hk55NdA1FE0x2Ebt_GbwQB6LLMWN8S6k/s400/muse.jpg' width='60'/><span>Small Thumbnail Featured Post 1</span></a></li>

b. Big thumbnail
<div class='ui-tabs-panel ui-tabs-hide' id='fragment-1' style=''>
<img alt='featured 1' height='280' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgjYNWXhcHT8j17XyY0wCBI_DFgEx9PNdD8MlDEEDElmiV_wmwV1Z1NajLb-UqGy1TG_kLKO17afh-YWI4ppdAlkmmCtvHpzO9sLPLdMm43Rb-Hk55NdA1FE0x2Ebt_GbwQB6LLMWN8S6k/s400/muse.jpg' width='410'/>
<div class='info'>
<h2><a href='http://www.dhetemplate.com/'>Featured Post Title 1</a></h2>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt...</p>
</div>
</div>

2. Setting Email Sign up, Facebook and Twitter

Go to Template > Edit HTML > Proceed and find these codes below :
<form action='http://feedburner.google.com/fb/a/mailverify' method='post' onsubmit='window.open(&apos;YOUR_FEED_NAME&apos;, &apos;popupwindow&apos;, &apos;scrollbars=yes,width=550,height=520&apos;);return true' target='popupwindow'><input class='input' name='email' onblur='if (this.value == &quot;&quot;) {this.value = &quot;Sign up email feed...&quot;;}' onfocus='if (this.value == &quot;Sign up email feed...&quot;) {this.value = &quot;&quot;;}' type='text' value='Sign up email feed...'/>
<input name='uri' type='hidden' value='YOUR_FEED_NAME'/><input name='loc' type='hidden' value='en_US'/><input class='sbutton' type='submit' value='Sign up'/></form>
<span class='facebook'>
<a href='FACEBOOK_LINK_HERE'><img alt='Follow Our Facebook' height='16' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhowvP-yS3uY_Zfwx2tE9esXarh8UJs8nUcuSrh64NkNbtl7o9Idpr8iLCNL9t3_wz4oRKXsnhsMjHS5rDnIL52Jkt7BtsXbmzcUK8BwLMhrwH1ADdpBy_G9tU3lai5vNvBL8sDCPGg3rXZ/s1600/facebook.png' style='vertical-align:middle; margin: -3px 5px 0 0;' title='Join Our Facebook' width='16'/></a><a href='FACEBOOK_LINK_HERE'>Facebook</a>
</span>
<span class='twitter'>
<a href='TWITTER_LINK_HERE'><img alt='Follow Us on Twitter!' height='16' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj1my2NaUosgYQswey_YpQAUvINJzu1FDDqRvD6YsEGxGrwkjS6ByV95ZFuV17HjAyxnbummNHBUnx4EOVNAZpAhOdWjFIP_sSfPyKGvlWe7vGkHa5lhJfxLlM-QYNSTo74q1x2wlgDEMwO/s1600/twitter.png' style='vertical-align:middle; margin: -3px 5px 0 0;' title='Follow Us on Twitter!' width='16'/></a><a href='TWITTER_LINK_HERE'>Twitter</a>
</span>


* By downloading and using this template, you agree with our Term & License

Updates
JavaScript code for tabview
Go to Template > Edit HTML > Proceed and find this code below :
<script src='http://dl.dropbox.com/u/14915514/JavaScript/codejquery-1.2.6.min.js' type='text/javascript'/>

Replace that code with this one :
<script src='http://freetemplate.googlecode.com/files/codejquery-1.2.6.min.js' type='text/javascript'/>