Advertisement
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 blogsFeatures 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
Setting Remark Blogger template
1. Featured content sliderGo 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='http://2.bp.blogspot.com/-pSkyrDeKC1A/TxJgfV2QJ1I/AAAAAAAAAtw/aUcI9hn0924/s400/muse.jpg' width='60'/><span>Small Thumbnail Featured Post 1</span></a></li>Replace :
b. Big thumbnail
<div class='ui-tabs-panel ui-tabs-hide' id='fragment-1' style=''>
<img alt='featured 1' height='280' src='http://2.bp.blogspot.com/-pSkyrDeKC1A/TxJgfV2QJ1I/AAAAAAAAAtw/aUcI9hn0924/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>Replace :
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('YOUR_FEED_NAME', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true' target='popupwindow'><input class='input' name='email' onblur='if (this.value == "") {this.value = "Sign up email feed...";}' onfocus='if (this.value == "Sign up email feed...") {this.value = "";}' 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='http://4.bp.blogspot.com/_aAjcAMHOGT4/TAJyk0F09QI/AAAAAAAACjY/4FnXvb93F58/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='http://3.bp.blogspot.com/_aAjcAMHOGT4/TAJ0F9CjoZI/AAAAAAAACjw/vPsNxEzXMj4/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>Replace :
* By downloading and using this template, you agree with our Term & License
Updates
JavaScript code for tabviewGo 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'/>





Gan, ane pake tempe ini. Ada kesalahan dikit tuh.
ReplyDeleteLihat dibawah judul artikel.
Posted by IRENG_AJAHAT 22.50
Nah gak ada spasi antara AJAH dengan AT. Gimana caranya nambahin spasinya gan?
Btw, nice tempe Gan
Terimakasih.
DeleteUntuk nambahin spasi, cari kode css ini :
.post-author{
float:left;
margin:0;
line-height:21px;
padding:0 0 0 10px;
}
Ganti dengan ini :
.post-author{
float:left;
margin:0 5px 0 0;
line-height:21px;
padding:0 0 0 10px;
}