<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:blogger="http://schemas.google.com/blogger/2008" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><atom:id>tag:blogger.com,1999:blog-3126197138969349243</atom:id><lastBuildDate>Thu, 20 Jun 2013 13:07:35 +0000</lastBuildDate><category>related posts</category><category>jQuery</category><category>tools</category><category>adsense optimization</category><category>read more</category><category>Hacks</category><category>threaded comments</category><category>Auto Video Template</category><category>Image Effects</category><category>how to</category><category>titles</category><category>Navigation</category><category>Comments</category><category>recent posts</category><category>Emoticons/Smileys</category><category>labels</category><category>static pages</category><category>color code generator</category><category>Widgets</category><category>Templates</category><category>social media plugins</category><category>navigation menu</category><category>RSS</category><category>blogger</category><category>css</category><category>SEO</category><category>translating</category><category>webbligi</category><category>adsense</category><category>Blog Design</category><category>internet</category><category>adsense tips</category><category>posts</category><category>blockquotes</category><category>how to make a blog</category><category>feedburner</category><category>popular posts</category><category>sitemaps</category><category>recent comments</category><category>Facebook</category><category>avatars</category><title>Helplogger | Blogger tips, tricks, tutorials and widgets</title><description /><link>http://helplogger.blogspot.com/</link><managingEditor>noreply@blogger.com (Admin)</managingEditor><generator>Blogger</generator><openSearch:totalResults>97</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/helplogger" /><feedburner:info uri="helplogger" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>helplogger</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3126197138969349243.post-383498351443129322</guid><pubDate>Sun, 02 Jun 2013 18:37:00 +0000</pubDate><atom:updated>2013-06-02T11:37:11.853-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">navigation menu</category><category domain="http://www.blogger.com/atom/ns#">Widgets</category><category domain="http://www.blogger.com/atom/ns#">css</category><category domain="http://www.blogger.com/atom/ns#">Blog Design</category><title>Horizontal menu with sub-tabs in two columns for Blogger</title><description>This is a very nice horizontal menu in which its sub-tabs are displayed in two columns and is also made with CSS, without any scripts.&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://3.bp.blogspot.com/-Daw9012QTNE/UauQMfRBRkI/AAAAAAAADs0/UCTFKuoL6_4/s1600/add-a-menu-with-sub-tabs-in-two-columns-to-blogger-blogspot.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="blogger navigation menu, css menu, drop-down menu" border="0" src="http://3.bp.blogspot.com/-Daw9012QTNE/UauQMfRBRkI/AAAAAAAADs0/UCTFKuoL6_4/s1600/add-a-menu-with-sub-tabs-in-two-columns-to-blogger-blogspot.png" height="150" title="Navigation Menu with Sub-tabs in Two Columns for Blogger" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
The "advantage" so to speak, is that the sub-tabs when arranged in two columns are not very long, so it will be neat and less space along. You can see an example here:&lt;br /&gt;
&lt;style type="text/css"&gt;
#menucol {
width:700px; 
height:37px;
background-image: -moz-linear-gradient(top, #666666, #000000);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #666666), color-stop(1.0, #000000));
filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#666666,endColorStr=#000000);
border-bottom:1px solid #666666;
border-top:1px solid #666666;
margin:0 auto;padding:0 auto;
overflow:hidden;
}
#topwrapper {
width:940px; 
height:40px;
margin:0 auto;
padding:0 auto;
}
.clearit {
clear: both;
height: 0;
line-height: 0.0;
font-size: 0;
}
#top {
width:100%;
}
#top, #top ul {
padding: 0;
margin: 0;
list-style: none;
}
#top a {
border-right:1px solid #333333;
text-align:left;
display: block;
text-decoration: none;
padding:10px 12px 11px;
font:bold 14px Arial;
text-transform:none;
color:#eee;
}
#top a:hover {
background:#000000;
color:#F6F6F6; 
}
#top a.submenucol {
background-image: url(http://3.bp.blogspot.com/-TkveEnZCoIw/Uat7PEv8kBI/AAAAAAAADsY/iqVPPTJzvUs/s1600/arrow_white.gif); 
background-repeat: no-repeat;
padding: 10px 24px 11px 12px;
background-position: right center;
}
#top li {
float: left;
position: relative;
}
#top li {
position: static !important; 
width: auto;
}
#top li ul, #top ul li {
width:300px;
} 
#top ul li a {
text-align:left;
padding: 6px 15px;
font-size:13px;
font-weight:normal;
text-transform:none;
font-family:Arial, sans-serif;
border:none;
}
#top li ul {
z-index:100;
position: absolute;
display: none;
background-color:#F1F1F1; 
margin-left:-80px;
padding:10px 0;
border-radius: 0px 0px 6px 6px;
box-shadow:0 2px 2px rgba(0,0,0,0.6);
filter:alpha(opacity=87);
opacity:.87;
}
#top li ul li {
width:150px; 
float:left;
margin:0;
padding:0;
}
#top li:hover ul, #top li.hvr ul {
display: block;
}
#top li:hover ul a, #top li.hvr ul a {
color:#333; 
background-color:transparent;
text-decoration:none;
}
#top ul a:hover {
text-decoration:underline!important;
color:#444444 !important; 
}
&lt;/style&gt;

&lt;br /&gt;
&lt;div id="menucol"&gt;
&lt;div id="topwrapper"&gt;
&lt;ul id="top"&gt;
&lt;li&gt;&lt;a href="http://YOUR URL HERE.com"&gt;Tab 1 Title Here&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://YOUR URL HERE.com"&gt;Tab 2 Title Here&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="submenucol" href="https://www.blogger.com/blogger.g?blogID=3126197138969349243#"&gt;Tab 3 Title Here&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://YOUR URL HERE.com"&gt;Sub Tab 3.1&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://YOUR URL HERE.com"&gt;Sub Tab 3.2&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://YOUR URL HERE.com"&gt;Sub Tab 3.3&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://YOUR URL HERE.com"&gt;Sub Tab 3.4&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://YOUR URL HERE.com"&gt;Sub Tab 3.5&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://YOUR URL HERE.com"&gt;Sub Tab 3.6&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a class="submenucol" href="https://www.blogger.com/blogger.g?blogID=3126197138969349243#"&gt;Tab 4 Title Here&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://YOUR URL HERE.com"&gt;Sub Tab 4.1&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://YOUR URL HERE.com"&gt;Sub Tab 4.2&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://YOUR URL HERE.com"&gt;Sub Tab 4.3&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://YOUR URL HERE.com"&gt;Sub Tab 4.4&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://YOUR URL HERE.com"&gt;Sub Tab 4.5&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://YOUR URL HERE.com"&gt;Sub Tab 4.6&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a class="submenucol" href="https://www.blogger.com/blogger.g?blogID=3126197138969349243#"&gt;Tab 5 Title Here&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://YOUR URL HERE.com"&gt;Sub Tab 5.1&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://YOUR URL HERE.com"&gt;Sub Tab 5.2&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://YOUR URL HERE.com"&gt;Sub Tab 5.3&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://YOUR URL HERE.com"&gt;Sub Tab 5.4&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://YOUR URL HERE.com"&gt;Sub Tab 5.5&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://YOUR URL HERE.com"&gt;Sub Tab 5.6&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://YOUR URL HERE.com"&gt;Sub Tab 5.7&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://YOUR URL HERE.com"&gt;Sub Tab 5.8&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="http://YOUR URL HERE.com"&gt;Tab 6 Title Here&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;br class="clearit" /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;h2&gt;
&lt;span style="color: #ed683b;"&gt;Adding A Horizontal Menu With Sub Tabs in Two Columns To Blogger&lt;/span&gt;&lt;/h2&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;STEP 1&lt;/b&gt;&lt;/span&gt;: In Blogger, go to your "&lt;b&gt;Layout&lt;/b&gt;" and on the "Page Elements" section.&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Click on the "&lt;b&gt;Add a Gadget&lt;/b&gt;" link just under your header image&lt;/li&gt;
&lt;li&gt;From the Gadget's List, select "&lt;b&gt;HTML/JavaScript&lt;/b&gt;" option.&lt;/li&gt;
&lt;/ul&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;STEP 2&lt;/b&gt;&lt;/span&gt;: Simply copy and paste this ENTIRE code into your widget. &lt;b&gt;Note:&lt;/b&gt; Leave the "Title" section of this widget blank.&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&amp;lt;div id='menucol'&amp;gt;&lt;br /&gt;
&amp;lt;div id='topwrapper'&amp;gt;&lt;br /&gt;
&amp;lt;ul id='top'&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href='&lt;span style="color: blue;"&gt;http://YOUR URL HERE.com&lt;/span&gt;'&amp;gt;&lt;b&gt;Tab 1 Title Here&lt;/b&gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href='&lt;span style="color: blue;"&gt;http://YOUR URL HERE.com&lt;/span&gt;'&amp;gt;&lt;b&gt;Tab 2 Title Here&lt;/b&gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a class='submenucol' href='&lt;span style="color: blue;"&gt;&lt;b&gt;#&lt;/b&gt;&lt;/span&gt;'&amp;gt;&lt;b&gt;Tab 3 Title Here&lt;/b&gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href='&lt;span style="color: blue;"&gt;http://YOUR URL HERE.com&lt;/span&gt;'&amp;gt;&lt;i&gt;&lt;b&gt;Sub Tab 3.1&lt;/b&gt;&lt;/i&gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href='&lt;span style="color: blue;"&gt;http://YOUR URL HERE.com&lt;/span&gt;'&amp;gt;&lt;i&gt;&lt;b&gt;Sub Tab 3.2&lt;/b&gt;&lt;/i&gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href='&lt;span style="color: blue;"&gt;http://YOUR URL HERE.com&lt;/span&gt;'&amp;gt;&lt;i&gt;&lt;b&gt;Sub Tab 3.3&lt;/b&gt;&lt;/i&gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href='&lt;span style="color: blue;"&gt;http://YOUR URL HERE.com&lt;/span&gt;'&amp;gt;&lt;i&gt;&lt;b&gt;Sub Tab 3.4&lt;/b&gt;&lt;/i&gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href='&lt;span style="color: blue;"&gt;http://YOUR URL HERE.com&lt;/span&gt;'&amp;gt;&lt;i&gt;&lt;b&gt;Sub Tab 3.5&lt;/b&gt;&lt;/i&gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href='&lt;span style="color: blue;"&gt;http://YOUR URL HERE.com&lt;/span&gt;'&amp;gt;&lt;i&gt;&lt;b&gt;Sub Tab 3.6&lt;/b&gt;&lt;/i&gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a class='submenucol' href='&lt;span style="color: blue;"&gt;&lt;b&gt;#&lt;/b&gt;&lt;/span&gt;'&amp;gt;&lt;b&gt;Tab 4 Title Here&lt;/b&gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href='&lt;span style="color: blue;"&gt;http://YOUR URL HERE.com&lt;/span&gt;'&amp;gt;&lt;i&gt;&lt;b&gt;Sub Tab 4.1&lt;/b&gt;&lt;/i&gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href='&lt;span style="color: blue;"&gt;http://YOUR URL HERE.com&lt;/span&gt;'&amp;gt;&lt;i&gt;&lt;b&gt;Sub Tab 4.2&lt;/b&gt;&lt;/i&gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href='&lt;span style="color: blue;"&gt;http://YOUR URL HERE.com&lt;/span&gt;'&amp;gt;&lt;i&gt;&lt;b&gt;Sub Tab 4.3&lt;/b&gt;&lt;/i&gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href='&lt;span style="color: blue;"&gt;http://YOUR URL HERE.com&lt;/span&gt;'&amp;gt;&lt;i&gt;&lt;b&gt;Sub Tab 4.4&lt;/b&gt;&lt;/i&gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href='&lt;span style="color: blue;"&gt;http://YOUR URL HERE.com&lt;/span&gt;'&amp;gt;&lt;i&gt;&lt;b&gt;Sub Tab 4.5&lt;/b&gt;&lt;/i&gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href='&lt;span style="color: blue;"&gt;http://YOUR URL HERE.com&lt;/span&gt;'&amp;gt;&lt;i&gt;&lt;b&gt;Sub Tab 4.6&lt;/b&gt;&lt;/i&gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a class='submenucol' href='&lt;span style="color: blue;"&gt;&lt;b&gt;#&lt;/b&gt;&lt;/span&gt;'&amp;gt;&lt;b&gt;Tab 5 Title Here&lt;/b&gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href='&lt;span style="color: blue;"&gt;http://YOUR URL HERE.com&lt;/span&gt;'&amp;gt;&lt;i&gt;&lt;b&gt;Sub Tab 5.1&lt;/b&gt;&lt;/i&gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href='&lt;span style="color: blue;"&gt;http://YOUR URL HERE.com&lt;/span&gt;'&amp;gt;&lt;i&gt;&lt;b&gt;Sub Tab 5.2&lt;/b&gt;&lt;/i&gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href='&lt;span style="color: blue;"&gt;http://YOUR URL HERE.com&lt;/span&gt;'&amp;gt;&lt;i&gt;&lt;b&gt;Sub Tab 5.3&lt;/b&gt;&lt;/i&gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href='&lt;span style="color: blue;"&gt;http://YOUR URL HERE.com&lt;/span&gt;'&amp;gt;&lt;i&gt;&lt;b&gt;Sub Tab 5.4&lt;/b&gt;&lt;/i&gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href='&lt;span style="color: blue;"&gt;http://YOUR URL HERE.com&lt;/span&gt;'&amp;gt;&lt;i&gt;&lt;b&gt;Sub Tab 5.5&lt;/b&gt;&lt;/i&gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href='&lt;span style="color: blue;"&gt;http://YOUR URL HERE.com&lt;/span&gt;'&amp;gt;&lt;i&gt;&lt;b&gt;Sub Tab 5.6&lt;/b&gt;&lt;/i&gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href='&lt;span style="color: blue;"&gt;http://YOUR URL HERE.com&lt;/span&gt;'&amp;gt;&lt;i&gt;&lt;b&gt;Sub Tab 5.7&lt;/b&gt;&lt;/i&gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href='&lt;span style="color: blue;"&gt;http://YOUR URL HERE.com&lt;/span&gt;'&amp;gt;&lt;i&gt;&lt;b&gt;Sub Tab 5.8&lt;/b&gt;&lt;/i&gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href='&lt;span style="color: blue;"&gt;http://YOUR URL HERE.com&lt;/span&gt;'&amp;gt;&lt;b&gt;Tab 6 Title Here&lt;/b&gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;br class='clearit'/&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt; &lt;/blockquote&gt;
Customize your main tabs by changing the Tab Titles to whatever you want. Include a URL for each one if you want it to be 'clickable'. If not, you can just put a &lt;span style="color: blue;"&gt;&lt;b&gt;# &lt;/b&gt;&lt;/span&gt;sign where it says &lt;span style="color: blue;"&gt;http://YOUR URL HERE.com&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
You can add or delete as many of the main tabs as you need, just make sure to copy the entire code for the main tab for each additional tab you want:&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&amp;lt;li&amp;gt;&amp;lt;a href='&lt;span style="color: blue;"&gt;http://YOUR URL HERE.com&lt;/span&gt;'&amp;gt;&lt;b&gt;Tab 7 Title Here&lt;/b&gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href='&lt;span style="color: blue;"&gt;http://YOUR URL HERE.com&lt;/span&gt;'&amp;gt;&lt;b&gt;&lt;i&gt;Sub Tab 7.1&lt;/i&gt;&lt;/b&gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href='&lt;span style="color: blue;"&gt;http://YOUR URL HERE.com&lt;/span&gt;'&amp;gt;&lt;i&gt;&lt;b&gt;Sub Tab 7.2&lt;/b&gt;&lt;/i&gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href='&lt;span style="color: blue;"&gt;http://YOUR URL HERE.com&lt;/span&gt;'&amp;gt;&lt;i&gt;&lt;b&gt;Sub Tab 7.3&lt;/b&gt;&lt;/i&gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt; &lt;/blockquote&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;STEP 3&lt;/b&gt;&lt;/span&gt;: Now let's go a step further and add the CSS style in our Template&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Go to &lt;b&gt;Template &lt;/b&gt;&amp;gt; &lt;b&gt;Edit HTML&lt;/b&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://3.bp.blogspot.com/-rP7Xdxqm5W0/UaJpKUUs7pI/AAAAAAAADfc/NP9sNObx2l4/s1600/blogger_blogspot_template_edit_html_tutorial.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/-rP7Xdxqm5W0/UaJpKUUs7pI/AAAAAAAADfc/NP9sNObx2l4/s1600/blogger_blogspot_template_edit_html_tutorial.png" height="256" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;Click on the sideways arrow next to &lt;b&gt;&amp;lt;b:skin&amp;gt;...&amp;lt;/b:skin&amp;gt;&amp;nbsp;&lt;/b&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://4.bp.blogspot.com/-sjs8P5Hnq64/UZ_tLA4F48I/AAAAAAAADZU/53ysg4eyEwQ/s1600/blogger-template-editor-css-styles.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://4.bp.blogspot.com/-sjs8P5Hnq64/UZ_tLA4F48I/AAAAAAAADZU/53ysg4eyEwQ/s1600/blogger-template-editor-css-styles.png" height="45" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;Then click anywhere inside the code area and search - using CTRL + F keys - for the &lt;b&gt;]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/b&gt; tag and just above &lt;b&gt;]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/b&gt; add this code:&lt;/li&gt;
&lt;/ul&gt;
&lt;blockquote class="tr_bq"&gt;
/* Horizontal menu with 2 columns&lt;br /&gt;
----------------------------------------------- */&lt;br /&gt;
#menucol {&lt;br /&gt;
width:940px; &lt;br /&gt;
height:37px;&lt;br /&gt;
background-image: -moz-linear-gradient(top, #666666, #000000);&lt;br /&gt;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #666666), color-stop(1.0, #000000));&lt;br /&gt;
filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#666666,endColorStr=#000000);&lt;br /&gt;
border-bottom:1px solid #666666;&lt;br /&gt;
border-top:1px solid #666666;&lt;br /&gt;
margin:0 auto;padding:0 auto;&lt;br /&gt;
overflow:hidden;&lt;br /&gt;
}&lt;br /&gt;
#topwrapper {&lt;br /&gt;
width:940px; &lt;br /&gt;
height:40px;&lt;br /&gt;
margin:0 auto;&lt;br /&gt;
padding:0 auto;&lt;br /&gt;
}&lt;br /&gt;
.clearit {&lt;br /&gt;
clear: both;&lt;br /&gt;
height: 0;&lt;br /&gt;
line-height: 0.0;&lt;br /&gt;
font-size: 0;&lt;br /&gt;
}&lt;br /&gt;
#top {&lt;br /&gt;
width:100%;&lt;br /&gt;
}&lt;br /&gt;
#top, #top ul {&lt;br /&gt;
padding: 0;&lt;br /&gt;
margin: 0;&lt;br /&gt;
list-style: none;&lt;br /&gt;
}&lt;br /&gt;
#top a {&lt;br /&gt;
border-right:1px solid #333333;&lt;br /&gt;
text-align:left;&lt;br /&gt;
display: block;&lt;br /&gt;
text-decoration: none;&lt;br /&gt;
padding:10px 12px 11px;&lt;br /&gt;
font:bold 14px Arial;&lt;br /&gt;
text-transform:none;&lt;br /&gt;
color:#eee;&lt;br /&gt;
}&lt;br /&gt;
#top a:hover {&lt;br /&gt;
background:#000000;&lt;br /&gt;
color:#F6F6F6; &lt;br /&gt;
}&lt;br /&gt;
#top a.submenucol {&lt;br /&gt;
background-image: url(http://3.bp.blogspot.com/-TkveEnZCoIw/Uat7PEv8kBI/AAAAAAAADsY/iqVPPTJzvUs/s1600/arrow_white.gif); &lt;br /&gt;
background-repeat: no-repeat;&lt;br /&gt;
padding: 10px 24px 11px 12px;&lt;br /&gt;
background-position: right center;&lt;br /&gt;
}&lt;br /&gt;
#top li {&lt;br /&gt;
float: left;&lt;br /&gt;
position: relative;&lt;br /&gt;
}&lt;br /&gt;
#top li {&lt;br /&gt;
position: static !important; &lt;br /&gt;
width: auto;&lt;br /&gt;
}&lt;br /&gt;
#top li ul, #top ul li {&lt;br /&gt;
width:300px;&lt;br /&gt;
} &lt;br /&gt;
#top ul li a {&lt;br /&gt;
text-align:left;&lt;br /&gt;
padding: 6px 15px;&lt;br /&gt;
font-size:13px;&lt;br /&gt;
font-weight:normal;&lt;br /&gt;
text-transform:none;&lt;br /&gt;
font-family:Arial, sans-serif;&lt;br /&gt;
border:none;&lt;br /&gt;
}&lt;br /&gt;
#top li ul {&lt;br /&gt;
z-index:100;&lt;br /&gt;
position: absolute;&lt;br /&gt;
display: none;&lt;br /&gt;
background-color:#F1F1F1; &lt;br /&gt;
margin-left:-80px;&lt;br /&gt;
padding:10px 0;&lt;br /&gt;
border-radius: 0px 0px 6px 6px;&lt;br /&gt;
box-shadow:0 2px 2px rgba(0,0,0,0.6);&lt;br /&gt;
filter:alpha(opacity=87);&lt;br /&gt;
opacity:.87;&lt;br /&gt;
}&lt;br /&gt;
#top li ul li {&lt;br /&gt;
width:150px; &lt;br /&gt;
float:left;&lt;br /&gt;
margin:0;&lt;br /&gt;
padding:0;&lt;br /&gt;
}&lt;br /&gt;
#top li:hover ul, #top li.hvr ul {&lt;br /&gt;
display: block;&lt;br /&gt;
}&lt;br /&gt;
#top li:hover ul a, #top li.hvr ul a {&lt;br /&gt;
color:#333; &lt;br /&gt;
background-color:transparent;&lt;br /&gt;
text-decoration:none;&lt;br /&gt;
}&lt;br /&gt;
#top ul a:hover {&lt;br /&gt;
text-decoration:underline!important;&lt;br /&gt;
color:#444444 !important; &lt;br /&gt;
}&lt;/blockquote&gt;
&lt;ul&gt;
&lt;li&gt;Now find (CTRL + F) this line:&lt;/li&gt;
&lt;/ul&gt;
&lt;blockquote class="tr_bq"&gt;
/* Tabs&lt;/blockquote&gt;
&lt;ul&gt;
&lt;li&gt;It will also have some little lines beneath:&lt;/li&gt;
&lt;/ul&gt;
&lt;blockquote class="tr_bq"&gt;
/* Tabs&lt;br /&gt;
----------------------------------------------- */&lt;/blockquote&gt;
&lt;ul&gt;
&lt;li&gt;And just below these little lines, delete the code below until you reach at:&lt;/li&gt;
&lt;/ul&gt;
&lt;blockquote class="tr_bq"&gt;
/* Columns&lt;br /&gt;
----------------------------------------------- */&lt;/blockquote&gt;
&lt;ul&gt;
&lt;li&gt;Instead of the code that you have removed, add this one:&lt;/li&gt;
&lt;/ul&gt;
&lt;blockquote class="tr_bq"&gt;
#crosscol ul {z-index: 200; padding:0 !important;}&lt;br /&gt;
#crosscol li:hover {position:relative;}&lt;br /&gt;
#crosscol ul li {padding:0 !important;}&lt;br /&gt;
.tabs-outer {z-index:1;}&lt;br /&gt;
.tabs-inner {padding: 0 0px;}&lt;/blockquote&gt;
&lt;div style="text-align: center;"&gt;
&lt;span style="color: #666666;"&gt;&lt;i&gt;&lt;b&gt;See this screenshot for more info:&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://1.bp.blogspot.com/--QyxpIDmkyQ/UauKXlQyonI/AAAAAAAADso/XRBCCYAanP0/s1600/menu-with-sub-tabs-in-two-columns-for-blogger.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="menu for blogger, blogger gadgets, blogger widgets" border="0" src="http://1.bp.blogspot.com/--QyxpIDmkyQ/UauKXlQyonI/AAAAAAAADso/XRBCCYAanP0/s1600/menu-with-sub-tabs-in-two-columns-for-blogger.png" height="166" title="How to Add a Beautiful Horizontal Navigation Menu To Blogger" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;STEP 4&lt;/b&gt;&lt;/span&gt;: The final step is to Save the Template and you are done!&lt;br /&gt;
&lt;br /&gt;
Visit your blog to see a beautiful navigation menu just below header. &lt;br /&gt;If you have any questions or need help, leave a comment below.&lt;img src="http://feeds.feedburner.com/~r/helplogger/~4/7783wzFGun8" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/helplogger/~3/7783wzFGun8/horizontal-menu-with-sub-tabs-in-two.html</link><author>noreply@blogger.com (Admin)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/-Daw9012QTNE/UauQMfRBRkI/AAAAAAAADs0/UCTFKuoL6_4/s72-c/add-a-menu-with-sub-tabs-in-two-columns-to-blogger-blogspot.png" height="72" width="72" /><thr:total>8</thr:total><feedburner:origLink>http://helplogger.blogspot.com/2013/06/horizontal-menu-with-sub-tabs-in-two.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3126197138969349243.post-2303444184138990913</guid><pubDate>Sun, 02 Jun 2013 15:08:00 +0000</pubDate><atom:updated>2013-06-02T08:09:48.848-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">how to</category><category domain="http://www.blogger.com/atom/ns#">jQuery</category><category domain="http://www.blogger.com/atom/ns#">Blog Design</category><title>Fade In/Out Page Loading Effect On Blogger Posts</title><description>A very common effect in jQuery is the fade effect that hides or shows an element by fading it, and we can use it in many ways as for example in the blog's navigation. The following script does just that, by loading the page with a fading effect when we browse on internal links that are in the blog, such as post titles, labels links, archive, navigation links, etc..&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://2.bp.blogspot.com/-IPTYY4asBR8/UateTSnR1-I/AAAAAAAADrI/wHg7AVFgpTk/s1600/fading-effect-with-jQuery-on-blogger-pages.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="jQuery effect, fade in effect, blogger jQuery" border="0" height="211" src="http://2.bp.blogspot.com/-IPTYY4asBR8/UateTSnR1-I/AAAAAAAADrI/wHg7AVFgpTk/s1600/fading-effect-with-jQuery-on-blogger-pages.png" title="fade in - fade out effect on loading pages" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
You can see an example in this &lt;a href="http://helploggerdemo.blogspot.com/" style="color: blue; text-decoration: none;"&gt;demo blog&lt;/a&gt;, click on the title of any post and see the fading effect when the page is loading.&lt;br /&gt;
&lt;br /&gt;
&lt;h2&gt;
&lt;span style="color: orange;"&gt;How To Implement the Fade In Loading Effect&lt;/span&gt;&lt;/h2&gt;
1) To put this fading effect on your blog, go to your &lt;b&gt;Template&lt;/b&gt; &amp;gt; &lt;b&gt;Edit HTML&lt;/b&gt; :&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://3.bp.blogspot.com/-rP7Xdxqm5W0/UaJpKUUs7pI/AAAAAAAADfc/NP9sNObx2l4/s1600/blogger_blogspot_template_edit_html_tutorial.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="fading effect, blogger blogspot, blogger tricks" border="0" height="320" src="http://3.bp.blogspot.com/-rP7Xdxqm5W0/UaJpKUUs7pI/AAAAAAAADfc/NP9sNObx2l4/s1600/blogger_blogspot_template_edit_html_tutorial.png" title="Fading effect on Blogger loading pages" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
2) Click anywhere inside the code area and search for the &lt;b&gt;&amp;lt;/head&amp;gt;&lt;/b&gt; tag using CTRL + F keys:&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://4.bp.blogspot.com/-qrnBaNbQYXw/UatZT7-giqI/AAAAAAAADq4/daf49TRkP0Y/s1600/fade-effect-on-blogger-loading-pages-posts.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="245" src="http://4.bp.blogspot.com/-qrnBaNbQYXw/UatZT7-giqI/AAAAAAAADq4/daf49TRkP0Y/s1600/fade-effect-on-blogger-loading-pages-posts.png" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
3) Then, just above &lt;b&gt;&amp;lt;/head&amp;gt;&lt;/b&gt; add the following code:&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&lt;b&gt;&amp;lt;script src='http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js' type='text/javascript'/&amp;gt;&lt;/b&gt;&lt;br /&gt;
&amp;lt;script type='text/javascript'&amp;gt;&lt;br /&gt;
//&amp;lt;![CDATA[&lt;br /&gt;
$(document).ready(function() {&lt;br /&gt;
$("body").css("z-index", "-10");&lt;br /&gt;
$("body").fadeIn(0);&lt;br /&gt;
&lt;br /&gt;
$("a").click(function(event){&lt;br /&gt;
event.preventDefault();&lt;br /&gt;
linkLocation = this.href;&lt;br /&gt;
$("body").fadeOut(500, redirectPage); });&lt;br /&gt;
function redirectPage() {&lt;br /&gt;
window.location = linkLocation;&lt;br /&gt;
}&lt;br /&gt;
});&lt;br /&gt;
//]]&amp;gt;&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;style&amp;gt;&lt;br /&gt;
html {&lt;br /&gt;
background-color: &lt;i&gt;&lt;b&gt;#F2F2F2&lt;/b&gt;&lt;/i&gt;; &lt;b&gt;&lt;span style="color: #6aa84f;"&gt;/* Color fading */&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/style&amp;gt;&lt;/blockquote&gt;
4) Save the changes and that's it. In green you can see where to change the color that fades on a loading page.&lt;br /&gt;
&lt;br /&gt;
The original script hides the body of the page while loading, I prefer to change that property with a negative z-index to avoid problems with the search engine robots that may effect the positioning.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Problems?&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Consider that such effects could increase the blog loading time, so I recommend using it only when your blog loads fast and does not have too many scripts.&lt;br /&gt;
&lt;br /&gt;
If you already use another version of jQuery remove the other, leaving only this which will be readed first.&lt;br /&gt;
&lt;br /&gt;
If you are using Mootools or Scriptaculous, then you have to make some modifications to the code in order to be compatible.&lt;br /&gt;
&lt;br /&gt;
If you have another script with a fade effect, then it could interfere with this and you might not see anything on the page except the color fading, in such cases it is better without this script.&lt;br /&gt;
&lt;br /&gt;
You can also use this effect only on some links, for example, if you want to appear only when you click on the post titles in the navigation links (older posts and newer posts), and on the top tabs, then replace this line:&lt;br /&gt;
&lt;blockquote&gt;
$("a").click(function(event){&lt;/blockquote&gt;
With this:&lt;br /&gt;
&lt;blockquote&gt;
$(".post-title a, .blog-pager-older-link, .blog-pager-newer-link, .tabs").click(function(event){&lt;/blockquote&gt;
In some cases, the page can load for a second and then load with the fade effect, this may be "normal" because the browser is slow to read the script on page load.&lt;br /&gt;
&lt;br /&gt;
Apart from these drawbacks, I think it's a very elegant way to load blog pages while browsing them, don't you think?&lt;img src="http://feeds.feedburner.com/~r/helplogger/~4/mluBLahI220" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/helplogger/~3/mluBLahI220/fade-inout-page-loading-effect-on.html</link><author>noreply@blogger.com (Admin)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/-IPTYY4asBR8/UateTSnR1-I/AAAAAAAADrI/wHg7AVFgpTk/s72-c/fading-effect-with-jQuery-on-blogger-pages.png" height="72" width="72" /><thr:total>3</thr:total><feedburner:origLink>http://helplogger.blogspot.com/2013/06/fade-inout-page-loading-effect-on.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3126197138969349243.post-3086839842001333096</guid><pubDate>Sat, 01 Jun 2013 17:56:00 +0000</pubDate><atom:updated>2013-06-01T10:56:00.388-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">titles</category><category domain="http://www.blogger.com/atom/ns#">how to</category><category domain="http://www.blogger.com/atom/ns#">Blog Design</category><title>Using the :before and :after Pseudo Elements on Sidebar Titles</title><description>This is another method of using the &lt;b&gt;&lt;i&gt;:after&lt;/i&gt;&lt;/b&gt; and &lt;i&gt;&lt;b&gt;:before&lt;/b&gt;&lt;/i&gt; properties and it will work without too many problems in any browser, including IE8. What this trick will do is to divide the header bar into left and right 
sections, where the left will contain an explanatory title and the 
right, a related link.&lt;br /&gt;
&lt;br /&gt;
The idea of generating Adobe-like Arrow Headers was actually discussed by &lt;a href="http://css-tricks.com/adobe-like-arrow-headers" rel="nofollow" style="color: #0000ee; text-decoration: none;"&gt;css-tricks&lt;/a&gt; and adapted to Blogger.&lt;br /&gt;
&lt;br /&gt;
&lt;h2&gt;
&lt;span style="color: orange;"&gt;How to Add Adobe-like Headers to Blogger&lt;/span&gt;&lt;/h2&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://1.bp.blogspot.com/-TMTCToGIGF0/UajOJwMYfAI/AAAAAAAADpA/smoQRZKrd7c/s1600/adobe-like-arrows-for-blogger-headings.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="blogger gadgets, blogger tricks, blogger blogspot" border="0" src="http://1.bp.blogspot.com/-TMTCToGIGF0/UajOJwMYfAI/AAAAAAAADpA/smoQRZKrd7c/s1600/adobe-like-arrows-for-blogger-headings.png" title="adobe like headers to Blogger sidebar" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;span style="color: #38761d;"&gt;&lt;b&gt;Step 1.&lt;/b&gt;&lt;/span&gt; Log in to your &lt;a href="https://www.blogger.com/home"&gt;Blogger dashboard&lt;/a&gt; &amp;gt; go to &lt;b&gt;Template&lt;/b&gt; &amp;gt; &lt;b&gt;Edit HTML,&lt;/b&gt; then click anywhere inside the code area to search - using the CTRL + F keys - for the following tag:&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&amp;lt;/head&amp;gt;&lt;/blockquote&gt;
&lt;span style="color: #38761d;"&gt;&lt;b&gt;Step 2. &lt;/b&gt;&lt;/span&gt;Just above it, copy and paste this code:&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&amp;nbsp;&amp;lt;style&amp;gt;&lt;br /&gt;
.module h2 { &lt;br /&gt;
&amp;nbsp; background-color: #D5D5D5;&lt;br /&gt;
&amp;nbsp; border-radius: 20px 0 0 20px;&lt;br /&gt;
&amp;nbsp; color: #FFFFFF;&lt;br /&gt;
&amp;nbsp; font-family: Verdana;&lt;br /&gt;
&amp;nbsp; font-size: 14px;&lt;br /&gt;
&amp;nbsp; line-height: 32px;&lt;br /&gt;
&amp;nbsp; margin: 0;&lt;br /&gt;
&amp;nbsp; padding: 0 0 0 20px;&lt;br /&gt;
&amp;nbsp; text-shadow: 2px 1px 1px #222;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.module h2 a { &lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; border-left: 5px solid #ffffff;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; color: #101921;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; float: right;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; font-size: 14px;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; text-decoration: none;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; text-shadow: none;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; padding: 0 10px;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; position: relative;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; -moz-transition: padding 0.1s linear;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; -webkit-transition: padding 0.1s linear;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; -ms-transition: padding 0.1s linear;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; -o-transition: padding 0.1s linear;&lt;br /&gt;
}&lt;br /&gt;
.module h2 a:hover { &lt;br /&gt;
&amp;nbsp; padding: 0 32px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.module h2 a:before, .module h2 a:after {&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; content: &amp;amp;quot;&amp;amp;quot;;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; height: 0;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; position: absolute;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; top: 50%;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; width: 0;&lt;br /&gt;
}&lt;br /&gt;
.module h2 a:before {&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; border-bottom: 8px solid transparent;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; border-right: 8px solid #ffffff; &lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; border-top: 8px solid transparent;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; left: -12px;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; margin-top: -8px;&lt;br /&gt;
}&lt;br /&gt;
.module h2 a:after {&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; border-bottom: 6px solid transparent;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; border-top: 6px solid transparent;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; left: -6px;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; margin-top: -6px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.module.blue h2 a {background-color: #A2D5EC;}&lt;br /&gt;
.module.blue h2 a:hover {background-color: #C5F0FF;}&lt;br /&gt;
.module.blue h2 a:after {border-right: 6px solid #A2D5EC;}&lt;br /&gt;
.module.blue h2 a:hover:after {border-right-color: #C5F0FF;}&lt;br /&gt;
&lt;br /&gt;
.module.yellow h2 a {background-color: #FCE98D;}&lt;br /&gt;
.module.yellow h2 a:hover {background-color: #FFD700;}&lt;br /&gt;
.module.yellow h2 a:after {border-right: 6px solid #FCE98D;}&lt;br /&gt;
.module.yellow h2 a:hover:after {border-right-color: #FFD700;}&lt;br /&gt;
&lt;br /&gt;
.module.green h2 a {background-color: #bada55;}&lt;br /&gt;
.module.green h2 a:hover {background: #C7E176;}&lt;br /&gt;
.module.green h2 a:after {border-right: 6px solid #bada55;}&lt;br /&gt;
.module.green h2 a:hover:after {border-right-color: #C7E176;}&lt;br /&gt;
&lt;br /&gt;
.module.red h2 a {background-color: #F0A5B5;}&lt;br /&gt;
.module.red h2 a:hover {background-color: #FFC7D2;}&lt;br /&gt;
.module.red h2 a:after {border-right: 6px solid #F0A5B5;}&lt;br /&gt;
.module.red h2 a:hover:after {border-right-color: #FFC7D2;}&lt;br /&gt;
&amp;lt;/style&amp;gt;&lt;/blockquote&gt;
&lt;span style="color: #38761d;"&gt;&lt;b&gt;Step 3.&lt;/b&gt;&lt;/span&gt; Save the Template.&lt;br /&gt;
&lt;br /&gt;
&lt;div style="text-align: center;"&gt;
&lt;i&gt;&lt;b&gt;&lt;span style="color: #666666;"&gt;Screenshot:&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://1.bp.blogspot.com/-HlTgJUpNeAE/UajSQYGBs7I/AAAAAAAADpQ/V5F5PsXoVl0/s1600/adobe-like-arrows-for-blogger-sidebar-headers.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/-HlTgJUpNeAE/UajSQYGBs7I/AAAAAAAADpQ/V5F5PsXoVl0/s1600/adobe-like-arrows-for-blogger-sidebar-headers.png" height="137" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: #38761d;"&gt;&lt;b&gt;Step 4.&lt;/b&gt;&lt;/span&gt; Now go to &lt;b&gt;Layout &lt;/b&gt;and &lt;i&gt;&lt;b&gt;Add a new HTML/JavaScript Gadget&lt;/b&gt; &lt;/i&gt;with one of the codes below for each of the widget title:&lt;br /&gt;
&lt;br /&gt;
Background in &lt;span style="color: #3d85c6;"&gt;&lt;b&gt;blue&lt;/b&gt;&lt;/span&gt;:&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&amp;lt;div class="module blue"&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;&lt;b&gt;Title in&lt;/b&gt; &amp;lt;a href="&lt;i&gt;&lt;span style="color: blue;"&gt;Link URL&lt;/span&gt;&lt;/i&gt;"&amp;gt;&lt;b&gt;Blue&lt;/b&gt;&amp;lt;/a&amp;gt;&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/blockquote&gt;
Background in &lt;b&gt;&lt;span style="color: #f1c232;"&gt;yellow&lt;/span&gt;&lt;/b&gt;&lt;span style="color: #3d85c6;"&gt;:&lt;/span&gt;&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&amp;lt;div class="module yellow"&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;&lt;b&gt;Title in&lt;/b&gt; &amp;lt;a href="&lt;span style="color: blue;"&gt;&lt;i&gt;Link URL&lt;/i&gt;&lt;/span&gt;"&amp;gt;&lt;b&gt;Yellow&lt;/b&gt;&amp;lt;/a&amp;gt;&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/blockquote&gt;
Background in &lt;b&gt;&lt;span style="color: #38761d;"&gt;green&lt;/span&gt;&lt;/b&gt;:&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&amp;lt;div class="module green"&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;&lt;b&gt;Title in&lt;/b&gt; &amp;lt;a href="&lt;i&gt;&lt;span style="color: blue;"&gt;Link URL&lt;/span&gt;&lt;/i&gt;"&amp;gt;&lt;b&gt;Green&lt;/b&gt;&amp;lt;/a&amp;gt;&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/blockquote&gt;
Background in &lt;b&gt;&lt;span style="color: #cc0000;"&gt;red&lt;/span&gt;&lt;/b&gt;:&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&amp;lt;div class="module red"&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;&lt;b&gt;Title in&lt;/b&gt; &amp;lt;a href="&lt;i&gt;&lt;span style="color: blue;"&gt;Link URL&lt;/span&gt;&lt;/i&gt;"&amp;gt;&lt;b&gt;Red&lt;/b&gt;&amp;lt;/a&amp;gt;&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
&lt;b&gt;Note: &lt;/b&gt;Change "&lt;b&gt;Title in&lt;/b&gt;" text with your widget's title and &lt;b&gt;Blue&lt;/b&gt;, &lt;b&gt;Yellow&lt;/b&gt;, &lt;b&gt;Green &lt;/b&gt;and &lt;b&gt;Red &lt;/b&gt;with the text on the right, then add &lt;i&gt;a &lt;/i&gt;&lt;span style="color: blue;"&gt;&lt;i&gt;Link URL&lt;/i&gt;&lt;/span&gt; to it.&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: #38761d;"&gt;&lt;b&gt;Step 5.&lt;/b&gt;&lt;/span&gt; After you saved the HTML/Javascript gadgets containing the codes above, drag and drop them just above the widgets you want to show... and &lt;b&gt;Save the Arrangement&lt;/b&gt;.&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://3.bp.blogspot.com/-uONyv2PVRsg/UajiwJvIPrI/AAAAAAAADpg/y6mNU6wh5D4/s1600/save-blogger-arrangement.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="blogger tricks, blogger tutorials" border="0" src="http://3.bp.blogspot.com/-uONyv2PVRsg/UajiwJvIPrI/AAAAAAAADpg/y6mNU6wh5D4/s1600/save-blogger-arrangement.png" height="174" title="how to add adobe like arrow headers to blogger" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;b&gt;&lt;span style="color: #3d85c6;"&gt;DEMO&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
You can see how the sidebar titles has been replaced with some cool header bars on this &lt;a href="http://helploggerdemo.blogspot.com/" style="color: #0000ee; text-decoration: none;"&gt;demo blog&lt;/a&gt;.&lt;img src="http://feeds.feedburner.com/~r/helplogger/~4/-_0qgNwKeOs" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/helplogger/~3/-_0qgNwKeOs/using-before-and-after-pseudo-elements.html</link><author>noreply@blogger.com (Admin)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/-TMTCToGIGF0/UajOJwMYfAI/AAAAAAAADpA/smoQRZKrd7c/s72-c/adobe-like-arrows-for-blogger-headings.png" height="72" width="72" /><thr:total>5</thr:total><feedburner:origLink>http://helplogger.blogspot.com/2013/06/using-before-and-after-pseudo-elements.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3126197138969349243.post-3199575344957394821</guid><pubDate>Fri, 31 May 2013 20:52:00 +0000</pubDate><atom:updated>2013-05-31T13:58:40.413-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Image Effects</category><category domain="http://www.blogger.com/atom/ns#">how to</category><category domain="http://www.blogger.com/atom/ns#">css</category><category domain="http://www.blogger.com/atom/ns#">Blog Design</category><title>Multi Hover Effect On Blogger Images Using Pure CSS</title><description>Today I'm going to show you how to add an amazing mouseover effect for Blogger images using only CSS, in which moving your mouse over an image from different directions (from above, from below, etc) will cause an overlay transitioned in from the same vector. This trick will change not only the images appearance when moving mouse over them, but will also allow you to add inside a text with a description.&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://3.bp.blogspot.com/-SsHQ2bItltU/UaOQ9jOGMzI/AAAAAAAADkM/sImEHEb8Yy0/s1600/hover-effect-on-mouseover-for-blogger-using-css.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="hover effect, mouseover, blogger hover effects" border="0" height="213" src="http://3.bp.blogspot.com/-SsHQ2bItltU/UaOQ9jOGMzI/AAAAAAAADkM/sImEHEb8Yy0/s1600/hover-effect-on-mouseover-for-blogger-using-css.png" title="hover effect on blogger images using css" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
You can see the effect on this image below: try moving your mouse from the left, right, and above. &lt;br /&gt;
&lt;br /&gt;
&lt;div class=multi-hover&gt;
  &lt;span&gt;hover right&lt;/span&gt;
  &lt;span&gt;hover top&lt;/span&gt;
  &lt;span&gt;hover left&lt;/span&gt;
  &lt;span&gt;hover bottom&lt;/span&gt;
&lt;img src="http://1.bp.blogspot.com/-8iTFF2QBK3g/UaOMbUotUBI/AAAAAAAADjg/uVzH2gDjyac/s1600/flowers.jpg" /&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;h2&gt;
&lt;span style="color: #f16d0a;"&gt;Adding Hover Effect From Different Directions on Blogger Images&lt;/span&gt;&lt;/h2&gt;
First thing to do is to add the CSS style to our Template:&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Step 1.&lt;/b&gt;&lt;/span&gt; From &lt;a href="https://www.blogger.com/home"&gt;Blogger Dashboard&lt;/a&gt;, go to &lt;b&gt;Template&lt;/b&gt; and press the &lt;b&gt;Edit HTML&lt;/b&gt; button&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://3.bp.blogspot.com/-rP7Xdxqm5W0/UaJpKUUs7pI/AAAAAAAADfc/NP9sNObx2l4/s1600/blogger_blogspot_template_edit_html_tutorial.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="320" src="http://3.bp.blogspot.com/-rP7Xdxqm5W0/UaJpKUUs7pI/AAAAAAAADfc/NP9sNObx2l4/s1600/blogger_blogspot_template_edit_html_tutorial.png" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Step 2.&lt;/b&gt;&lt;/span&gt; Search for the &lt;b&gt;&amp;lt;/head&amp;gt;&lt;/b&gt; tag - to find it, click anywhere inside the code area, press CTRL + F keys and type it in the search box.&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://3.bp.blogspot.com/-SVpKMhjkMNY/UaOOtHtbMLI/AAAAAAAADjw/N0flHv1ZYjc/s1600/mouse-over-effect-for-blogger-blogspot.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="345" src="http://3.bp.blogspot.com/-SVpKMhjkMNY/UaOOtHtbMLI/AAAAAAAADjw/N0flHv1ZYjc/s1600/mouse-over-effect-for-blogger-blogspot.png" width="640" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Step 3. &lt;/b&gt;&lt;/span&gt;After you found it, add the following style just above it:&amp;nbsp; &lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&amp;lt;style&amp;gt;&lt;br /&gt;
&lt;span style="color: #6aa84f;"&gt;&amp;nbsp; /* The container and the image */&lt;/span&gt;&lt;br /&gt;
&amp;nbsp; div.multi-hover {&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; overflow: hidden;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; position: relative;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; vertical-align: middle;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; width: 100%;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; height: 358px;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; line-height: 358px;&lt;br /&gt;
&amp;nbsp; }&lt;br /&gt;
&amp;nbsp; div.multi-hover img {width: 100%;}&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: #6aa84f;"&gt;/* The texts that, by default, are hidden */&lt;/span&gt;&lt;br /&gt;
&amp;nbsp; div.multi-hover span {&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; color: #FFF;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; font-size: 32px;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; font-weight: bold;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; height: 100%;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; opacity: 0; &lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; position: absolute;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; text-align: center;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; transition: all 0.3s linear 0s;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; width: 100%;&lt;br /&gt;
&amp;nbsp; }&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: #6aa84f;"&gt;/* And this is what will generate the effect */&lt;/span&gt;&lt;br /&gt;
&amp;nbsp; div.multi-hover span:nth-child(1) { &lt;span style="color: #6aa84f;"&gt;/* right */&lt;/span&gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; background: none repeat scroll 0 0 rgba(255, 189, 36, 0.6);&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; left: 90%;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; top: 0;&lt;br /&gt;
&amp;nbsp; }&lt;br /&gt;
&amp;nbsp; div.multi-hover span:nth-child(2) { &lt;span style="color: #6aa84f;"&gt;/* top */&lt;/span&gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; background: none repeat scroll 0 0 rgba(106, 170, 255, 0.6);&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; left: 0;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; top: -80%;&lt;br /&gt;
&amp;nbsp; }&lt;br /&gt;
&amp;nbsp; div.multi-hover span:nth-child(3) { &lt;span style="color: #6aa84f;"&gt;/* left */&lt;/span&gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; background: none repeat scroll 0 0 rgba(204, 87, 166, 0.6);&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; left: -90%;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; top: 0;&lt;br /&gt;
&amp;nbsp; }&lt;br /&gt;
&amp;nbsp; div.multi-hover span:nth-child(4) { &lt;span style="color: #6aa84f;"&gt;/* bottom */&lt;/span&gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; background: none repeat scroll 0 0&amp;nbsp; rgba(97, 181, 115, 0.6);&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; left: 0;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; top: 80%;&lt;br /&gt;
&amp;nbsp; }&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp; div.multi-hover span:hover {opacity: 1;}&lt;br /&gt;
&amp;nbsp; div.multi-hover span:nth-child(2n+1):hover {left: 0;}&lt;br /&gt;
&amp;nbsp; div.multi-hover span:nth-child(2n):hover {top: 0;}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/style&amp;gt;&lt;/blockquote&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Step 4. &lt;/b&gt;&lt;/span&gt;Save the Template&lt;br /&gt;
&lt;br /&gt;
Now we are going to add the HTML that is nothing but a DIV where we included four SPAN tags with texts and an image:&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Step 5.&lt;/b&gt;&lt;/span&gt; Choose &lt;b&gt;Posts&lt;/b&gt;, create a &lt;b&gt;New Post&lt;/b&gt;, click on the &lt;b&gt;HTML &lt;/b&gt;tab (&lt;span style="color: red;"&gt;&lt;b&gt;1&lt;/b&gt;&lt;/span&gt;) and paste this code inside the empty box:&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&amp;lt;div class=multi-hover&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;lt;span&amp;gt;&lt;b&gt;hover right&lt;/b&gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;lt;span&amp;gt;&lt;b&gt;hover top&lt;/b&gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;lt;span&amp;gt;&lt;b&gt;hover left&lt;/b&gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;lt;span&amp;gt;&lt;b&gt;hover bottom&lt;/b&gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;lt;img src="&lt;i&gt;&lt;span style="color: blue;"&gt;http://4.bp.blogspot.com/-iNaV2hPrI7Y/UaNY2q0ETiI/AAAAAAAADio/TjGwDktvlPQ/s1600/flowers&lt;/span&gt;&lt;/i&gt;"&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/blockquote&gt;
Add your own text/description to "hover right", "hover top", "hover left" and "hover bottom" (&lt;b&gt;&lt;span style="color: red;"&gt;2&lt;/span&gt;&lt;/b&gt;) and replace the url in blue with the image URL (&lt;b&gt;&lt;span style="color: red;"&gt;3&lt;/span&gt;&lt;/b&gt;) where you want to apply the effect.&lt;br /&gt;
&lt;span style="color: #cc0000;"&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style="color: #cc0000;"&gt;Important! &lt;/span&gt;Do not click on the &lt;b&gt;Compose&lt;/b&gt; tab, otherwise the changes will be lost.&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://2.bp.blogspot.com/-_La7o9Zikjs/UaOPiH7PUeI/AAAAAAAADj8/icHpBdMbNkM/s1600/multi-hover-effect-for-images-css-trick-blogger.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="160" src="http://2.bp.blogspot.com/-_La7o9Zikjs/UaOPiH7PUeI/AAAAAAAADj8/icHpBdMbNkM/s1600/multi-hover-effect-for-images-css-trick-blogger.png" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Step 6.&lt;/b&gt;&lt;/span&gt; After you finished editing your post, click &lt;b&gt;Publish&lt;/b&gt; (&lt;span style="color: red;"&gt;&lt;b&gt;4&lt;/b&gt;&lt;/span&gt;)&lt;br /&gt;
&lt;br /&gt;
And that's it... enjoy! :)&lt;br /&gt;
&lt;style&gt;
  /* The container and the image */
  div.multi-hover {
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    width: 100%;
    height: 358px;
    line-height: 358px;
  }
  div.multi-hover img {width: 100%;}

/* The texts that, by default, are hidden */
  div.multi-hover span {
    color: #FFF;
    font-size: 32px;
    font-weight: bold;
    height: 100%;
    opacity: 0; 
    position: absolute;
    text-align: center;
    transition: all 0.3s linear 0s;
    width: 100%;
  }

/* And this is what will generate the effect */
  div.multi-hover span:nth-child(1) { /* right */
    background: none repeat scroll 0 0 rgba(255, 189, 36, 0.6);
    left: 90%;
    top: 0;
  }
  div.multi-hover span:nth-child(2) { /* top */
    background: none repeat scroll 0 0 rgba(106, 170, 255, 0.6);
    left: 0;
    top: -80%;
  }
  div.multi-hover span:nth-child(3) { /* left */
    background: none repeat scroll 0 0 rgba(204, 87, 166, 0.6);
    left: -90%;
    top: 0;
  }
  div.multi-hover span:nth-child(4) { /* bottom */
    background: none repeat scroll 0 0  rgba(97, 181, 115, 0.6);
    left: 0;
    top: 80%;
  }

  div.multi-hover span:hover {opacity: 1;}
  div.multi-hover span:nth-child(2n+1):hover {left: 0;}
  div.multi-hover span:nth-child(2n):hover {top: 0;}

&lt;/style&gt;&lt;img src="http://feeds.feedburner.com/~r/helplogger/~4/5RRRMzBhM-A" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/helplogger/~3/5RRRMzBhM-A/multi-hover-effect-on-blogger-images.html</link><author>noreply@blogger.com (Admin)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/-SsHQ2bItltU/UaOQ9jOGMzI/AAAAAAAADkM/sImEHEb8Yy0/s72-c/hover-effect-on-mouseover-for-blogger-using-css.png" height="72" width="72" /><thr:total>8</thr:total><feedburner:origLink>http://helplogger.blogspot.com/2013/05/multi-hover-effect-on-blogger-images.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3126197138969349243.post-6780263969908444111</guid><pubDate>Sun, 26 May 2013 23:22:00 +0000</pubDate><atom:updated>2013-05-31T02:04:22.952-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Facebook</category><category domain="http://www.blogger.com/atom/ns#">Widgets</category><category domain="http://www.blogger.com/atom/ns#">how to</category><category domain="http://www.blogger.com/atom/ns#">social media plugins</category><title>How To Add Social Media Icons to Blogger Header</title><description>&lt;a href="http://1.bp.blogspot.com/-JbuuO_8iweg/UaKVYVvI2UI/AAAAAAAADho/o_CvO2Rrx84/s1600/social-media-icons-to-blogger-blogspot-header.png" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img alt="social media icons, facebook icons, social media icons for blogger" border="0" height="162" src="http://1.bp.blogspot.com/-JbuuO_8iweg/UaKVYVvI2UI/AAAAAAAADho/o_CvO2Rrx84/s1600/social-media-icons-to-blogger-blogspot-header.png" title="social media icons to blogger header" width="200" /&gt;&lt;/a&gt;This tutorial will help you to add social media icons in the top right corner of the page which could increases the likelihood that readers can follow through the various social networks. There are several ways to do this, like &lt;a href="http://helplogger.blogspot.ro/2012/03/how-to-add-gadgetwidget-inside-your.html" style="color: #0b5394; font-weight: bold; text-decoration: none;"&gt;adding a new widget section to the blog header&lt;/a&gt; but now, we'll do it using an unordered list that uses icons of Facebook, Twitter, Google+ and blog feed, and as a bonus, the icons will rotate when you hover over them.&lt;br /&gt;
&lt;br /&gt;
You can see a demo in this &lt;a href="http://helploggerdemo.blogspot.ro/2013/05/the-imaginarium-of-doctor-parnassus.html" style="color: #0b5394; font-weight: bold; text-decoration: none;"&gt;test blog.&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;h2&gt;
&lt;span style="color: #f16d0a;"&gt;Adding Social Media Icons to Blogger Header&lt;/span&gt;&lt;/h2&gt;
&lt;span style="color: #87ad57;"&gt;&lt;b&gt;Step 1.&lt;/b&gt;&lt;/span&gt; From your Blogger dashboard, go to &lt;b&gt;Template&lt;/b&gt; and click on the &lt;b&gt;Edit HTML&lt;/b&gt; button:&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://3.bp.blogspot.com/-rP7Xdxqm5W0/UaJpKUUs7pI/AAAAAAAADfc/NP9sNObx2l4/s1600/blogger_blogspot_template_edit_html_tutorial.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="blogger blogspot, blogger template, blogger gadgets" border="0" height="256" src="http://3.bp.blogspot.com/-rP7Xdxqm5W0/UaJpKUUs7pI/AAAAAAAADfc/NP9sNObx2l4/s1600/blogger_blogspot_template_edit_html_tutorial.png" title="how to edit blogger template" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;span style="color: #87ad57;"&gt;&lt;b&gt;Step 2.&lt;/b&gt;&lt;/span&gt; To expand the style, click on the small arrow on the left of &lt;b&gt;&amp;lt;b:skin&amp;gt;...&amp;lt;/b:skin&amp;gt;&lt;/b&gt; (&lt;i&gt;screenshot 1&lt;/i&gt;), then click anywhere inside the code area to search (using CTRL + F) for the &lt;b&gt;]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/b&gt; tag (&lt;i&gt;screenshot 2&lt;/i&gt;) and add this code just above it:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&amp;nbsp;/* Social icons for Blogger&lt;br /&gt;
----------------------------------------------- */&lt;br /&gt;
&lt;br /&gt;
#social-icons {&lt;br /&gt;
margin-bottom:-30px;&lt;br /&gt;
height:50px;&lt;br /&gt;
width:100%;&lt;br /&gt;
display:block;&lt;br /&gt;
clear:both;&lt;br /&gt;
z-index: 2;&lt;br /&gt;
position: relative;&lt;br /&gt;
}&lt;br /&gt;
.social-media-icons {&lt;br /&gt;
display:table&lt;br /&gt;
}&lt;br /&gt;
.social-media-icons ul {&lt;br /&gt;
text-align:right;&lt;br /&gt;
padding:5px 5px 0 0&lt;br /&gt;
list-style-image:none;&lt;br /&gt;
list-style-position:outside;&lt;br /&gt;
list-style-type:none;&lt;br /&gt;
}&lt;br /&gt;
.social-media-icons ul {&lt;br /&gt;
margin-bottom:0;&lt;br /&gt;
padding:0;&lt;br /&gt;
float:right;&lt;br /&gt;
}&lt;br /&gt;
.social-media-icons li.media_icon {&lt;br /&gt;
margin-left:6px;&lt;br /&gt;
padding-left:0 !important;&lt;br /&gt;
background:none !important;&lt;br /&gt;
display:inline;&lt;br /&gt;
float:left;&lt;br /&gt;
}&lt;br /&gt;
.social-media-icons li:hover {&lt;br /&gt;
-moz-transform: rotate(360deg);&lt;br /&gt;
-webkit-transform: rotate(360deg);&lt;br /&gt;
-o-transform: rotate(360deg);&lt;br /&gt;
transform: rotate(-360deg);&lt;br /&gt;
-moz-transition: all 0.5s ease-in-out;&lt;br /&gt;
-webkit-transition: all 0.5s ease-in-out;&lt;br /&gt;
-o-transition: all 0.5s ease-in-out;&lt;br /&gt;
-ms-transition: all 0.5s ease-in-out;&lt;br /&gt;
transition: all 0.5s ease-in-out;&lt;br /&gt;
}&lt;/blockquote&gt;
&lt;div style="text-align: center;"&gt;
&lt;br /&gt;
&lt;i&gt;Screenshot 1:&lt;/i&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://4.bp.blogspot.com/-sjs8P5Hnq64/UZ_tLA4F48I/AAAAAAAADZU/53ysg4eyEwQ/s1600/blogger-template-editor-css-styles.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://4.bp.blogspot.com/-sjs8P5Hnq64/UZ_tLA4F48I/AAAAAAAADZU/53ysg4eyEwQ/s1600/blogger-template-editor-css-styles.png" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div style="text-align: center;"&gt;
&lt;i&gt;Screenshot 2:&lt;/i&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://1.bp.blogspot.com/-LGzxBaZ0rpQ/UaJpKnVA3OI/AAAAAAAADfg/TdxsfQpfW50/s1600/how_to_search_in_blogger_template_editor.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="210" src="http://1.bp.blogspot.com/-LGzxBaZ0rpQ/UaJpKnVA3OI/AAAAAAAADfg/TdxsfQpfW50/s1600/how_to_search_in_blogger_template_editor.png" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;span style="color: #87ad57;"&gt;&lt;b&gt;Step 3.&lt;/b&gt;&lt;/span&gt; Now search for this line&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;
&amp;lt;b:section class='header' id='header' maxwidgets='1' showaddelement='no'&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
&lt;span style="color: #87ad57;"&gt;&lt;b&gt;Step 4. &lt;/b&gt;&lt;/span&gt;And just above it, add this code:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&amp;lt;div class='social-media-icons' id='social-icons'&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li class='media_icon'&amp;gt;&amp;lt;a href='http://facebook.com/&lt;span style="color: #cc0000;"&gt;username&lt;/span&gt;'&amp;gt;&amp;lt;img border='0' src='&lt;span style="color: blue;"&gt;&lt;i&gt;http://2.bp.blogspot.com/-hJlnVDP-uXk/UaKErpYECEI/AAAAAAAADhA/DA59rR8trrA/s1600/Facebook.png&lt;/i&gt;&lt;/span&gt;'/&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li class='media_icon'&amp;gt;&amp;lt;a href='http://twitter.com/#!/&lt;span style="color: #cc0000;"&gt;username&lt;/span&gt;'&amp;gt;&amp;lt;img border='0' src='&lt;span style="color: blue;"&gt;&lt;i&gt;http://3.bp.blogspot.com/-x7YZ7aKIxM8/UaKErq0FZlI/AAAAAAAADhE/3zNd_IFPT8g/s1600/Twitter.png&lt;/i&gt;&lt;/span&gt;'/&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li class='media_icon'&amp;gt;&amp;lt;a href='https://plus.google.com/&lt;span style="color: #cc0000;"&gt;XXXXXXXXXXXXXXXXXX&lt;/span&gt;/about'&amp;gt;&amp;lt;img border='0' src='&lt;span style="color: blue;"&gt;&lt;i&gt;http://1.bp.blogspot.com/-DNSrkD8pl14/UaKEsW_JdfI/AAAAAAAADhU/S0jGIdQuO4M/s1600/googleplus.png&lt;/i&gt;&lt;/span&gt;'/&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li class='media_icon'&amp;gt;&amp;lt;a href='&lt;span style="color: #cc0000;"&gt;http://name-of-your-blog.com&lt;/span&gt;/feeds/posts/default'&amp;gt;&amp;lt;img border='0' src='&lt;span style="color: blue;"&gt;&lt;i&gt;http://2.bp.blogspot.com/-H3nOjhn9wk8/UaKErtM0_mI/AAAAAAAADg8/vJ8tEgRcl5M/s1600/RSS.png&lt;/i&gt;&lt;/span&gt;'/&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&amp;lt;/ul&amp;gt;&amp;lt;/div&amp;gt;&lt;/b&gt;&lt;/blockquote&gt;
&lt;br /&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;span style="font-size: large;"&gt;&lt;b&gt;Customization&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
- Change what's in red with your usernames and id: the first is your Facebook username, the second is that of Twitter, in the third you should change the X by the ID of your Google+ profile and in the fourth you will put the name of your blog.&lt;br /&gt;
- To change the icons, just replace the urls in blue with the ones of your images.&lt;br /&gt;
- You can add more icons if you want, you just have to add before &lt;b&gt;&amp;lt;/ul&amp;gt;&amp;lt;/div&amp;gt;&lt;/b&gt; a line like this for each extra icon you want:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;
&amp;lt;li class='media_icon'&amp;gt;&amp;lt;a href='Link URL'&amp;gt;&amp;lt;img border='0' src='Image URL'/&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
&lt;span style="color: #87ad57;"&gt;&lt;b&gt;Step 5.&lt;/b&gt;&lt;/span&gt; Finally, Save the Template to apply the changes.&lt;br /&gt;
&lt;br /&gt;
The effect is done with CSS3, so this effect will not work in older browsers.&lt;img src="http://feeds.feedburner.com/~r/helplogger/~4/_K689Y7tVbc" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/helplogger/~3/_K689Y7tVbc/how-to-add-social-media-icons-to.html</link><author>noreply@blogger.com (Admin)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/-JbuuO_8iweg/UaKVYVvI2UI/AAAAAAAADho/o_CvO2Rrx84/s72-c/social-media-icons-to-blogger-blogspot-header.png" height="72" width="72" /><thr:total>14</thr:total><feedburner:origLink>http://helplogger.blogspot.com/2013/05/how-to-add-social-media-icons-to.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3126197138969349243.post-5103149243392310375</guid><pubDate>Sat, 25 May 2013 23:41:00 +0000</pubDate><atom:updated>2013-05-25T17:45:32.489-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Navigation</category><category domain="http://www.blogger.com/atom/ns#">Widgets</category><category domain="http://www.blogger.com/atom/ns#">Blog Design</category><title>Fading Box With Newer/Older Posts Links and Titles for Blogger</title><description>The navigation links are those that appear at the bottom of the page that says "Older Posts", "Newer Posts" and "Home" and help us to move through the blog posts. This tutorial will show you how to change the word "Older Posts" and "Newer Posts" for post titles and make these to appear in a box "fading" when you scroll down the page.&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://4.bp.blogspot.com/-aAJ3XdiHIPA/UaFHtSrRfeI/AAAAAAAADek/fSKp4Cjyb3o/s1600/fading_box_older_newer_posts_titles_blogger.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="blogger gadgets, navigation for blogger" border="0" src="http://4.bp.blogspot.com/-aAJ3XdiHIPA/UaFHtSrRfeI/AAAAAAAADek/fSKp4Cjyb3o/s1600/fading_box_older_newer_posts_titles_blogger.png" title="older posts and newer posts links in a fading box for blogger" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;/div&gt;
&lt;br /&gt;
You can see it in action on this &lt;a href="http://helploggerdemo.blogspot.ro/2013/05/the-imaginarium-of-doctor-parnassus.html"&gt;demo blog&lt;/a&gt; - when you scroll down, the navigation links will appear showing the post titles for the older/newer entries.&lt;br /&gt;
&lt;br /&gt;
This way to display the navigation links will be seen only in individual entries, while those on the homepage and other parts of the blog will still be displayed as usual.&lt;br /&gt;
&lt;br /&gt;
&lt;h2&gt;
&lt;span style="color: #3d85c6;"&gt;How to Add Navigation Box with Newer &amp;amp; Older Posts on Blogger&lt;/span&gt;&lt;/h2&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;span style="color: #6fa8dc;"&gt;&lt;b&gt;Step 1.&lt;/b&gt;&lt;/span&gt; &lt;/span&gt;From your Blogger Dashboard, go to &lt;b&gt;Template &lt;/b&gt;&amp;gt; &lt;b&gt;Edit HTML&lt;/b&gt;, click anywhere inside the code area and search - using CTRL + F - for this line:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&amp;lt;b:include name='nextprev'/&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
&lt;i&gt;Screenshot:&lt;/i&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://4.bp.blogspot.com/-nl2i5uqJGG8/UaFJm2Py_NI/AAAAAAAADe0/mxe9V7NtHEg/s1600/blogger_navigation_links_older_newer_posts.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://4.bp.blogspot.com/-nl2i5uqJGG8/UaFJm2Py_NI/AAAAAAAADe0/mxe9V7NtHEg/s1600/blogger_navigation_links_older_newer_posts.png" height="188" width="640" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;span style="color: #6fa8dc;"&gt;&lt;b&gt;Step 2.&lt;/b&gt;&lt;/span&gt; REPLACE the code above with this one: &lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&amp;lt;b:if cond='data:blog.pageType != &amp;amp;quot;item&amp;amp;quot;'&amp;gt;&lt;br /&gt;
&amp;lt;b:include name='nextprev'/&amp;gt;&lt;br /&gt;
&amp;lt;/b:if&amp;gt;&lt;br /&gt;
&amp;lt;b:if cond='data:blog.pageType == &amp;amp;quot;item&amp;amp;quot;'&amp;gt;&lt;br /&gt;
&amp;lt;div id='blog-pager-box'&amp;gt;&lt;br /&gt;
&amp;lt;h4&amp;gt;&lt;u&gt;&lt;span style="color: #444444;"&gt;&lt;b&gt;Other posts published:&lt;/b&gt;&lt;/span&gt;&lt;/u&gt;&amp;lt;/h4&amp;gt;&lt;br /&gt;
&amp;lt;b:include name='nextprev'/&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/b:if&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
Note: you can change the "&lt;u&gt;&lt;span style="color: #444444;"&gt;&lt;b&gt;Other posts published&lt;/b&gt;&lt;/span&gt;&lt;/u&gt;" title with your own &lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: #6fa8dc;"&gt;&lt;b&gt;Step 3.&lt;/b&gt; &lt;/span&gt;Now add just above &lt;b&gt;&amp;lt;/head&amp;gt;&lt;/b&gt; the following code:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&amp;lt;b:if cond='data:blog.pageType == &amp;amp;quot;item&amp;amp;quot;'&amp;gt;&lt;br /&gt;
&lt;b&gt;&amp;lt;script src='http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js' type='text/javascript'/&amp;gt;&lt;/b&gt;&lt;br /&gt;
&amp;lt;script&amp;gt;&lt;br /&gt;
// &amp;lt;![CDATA[&lt;br /&gt;
$(function() {&lt;br /&gt;
$('#blog-pager-box').toggle()&lt;br /&gt;
.css({&lt;br /&gt;
width: '520px',&lt;br /&gt;
height: '150px',&lt;br /&gt;
position: 'fixed',&lt;br /&gt;
padding: '1em',&lt;br /&gt;
bottom: 0,&lt;br /&gt;
right: 0,&lt;br /&gt;
background: 'url(&lt;span style="color: blue;"&gt;http://4.bp.blogspot.com/-2qUvFgMRqk4/UaD7GSA7C8I/AAAAAAAADbI/eh-qGOnAmeM/s1600/paper.jpg&lt;/span&gt;)'&lt;br /&gt;
});&lt;br /&gt;
&lt;br /&gt;
$(window).scroll(function() {&lt;br /&gt;
if($(this).scrollTop() &amp;gt; &lt;span style="color: red;"&gt;&lt;b&gt;100&lt;/b&gt;&lt;/span&gt;) {&lt;br /&gt;
$('#blog-pager-box').fadeIn();&lt;br /&gt;
} else {&lt;br /&gt;
$('#blog-pager-box').fadeOut();&lt;br /&gt;
}&lt;br /&gt;
});&lt;br /&gt;
});&lt;br /&gt;
$(document).ready(function(){&lt;br /&gt;
var newerLink = $("a.blog-pager-newer-link").attr("href");&lt;br /&gt;
$("a.blog-pager-newer-link").load(newerLink+" .post-title:first", function() {&lt;br /&gt;
var newerLinkTitle = $("a.blog-pager-newer-link:first").text();&lt;br /&gt;
$(".blog-pager-newer-link").html("&amp;lt;div&amp;gt;Newer Posts:&amp;lt;/div&amp;gt;" + newerLinkTitle);&lt;br /&gt;
});&lt;br /&gt;
var olderLink = $("a.blog-pager-older-link").attr("href");&lt;br /&gt;
$("a.blog-pager-older-link").load(olderLink+" .post-title:first", function() {&lt;br /&gt;
var olderLinkTitle = $("a.blog-pager-older-link").text();&lt;br /&gt;
$(".blog-pager-older-link").html("&amp;lt;div&amp;gt;Older Posts:&amp;lt;/div&amp;gt;" + olderLinkTitle);&lt;br /&gt;
});&lt;br /&gt;
});&lt;br /&gt;
// ]]&amp;gt;&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;style type='text/css'&amp;gt;&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
#blog-pager-box {&lt;br /&gt;
box-shadow: 0 0 3px #AEAEAE;&lt;br /&gt;
z-index:9;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#blog-pager-box h4 {&lt;br /&gt;
margin:0;&lt;br /&gt;
padding:0;&lt;br /&gt;
color:#4898B9;&lt;span style="color: #6aa84f;"&gt;&lt;i&gt; /* Widget's title color */&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
font-size:16px; &lt;span style="color: #6aa84f;"&gt;&lt;i&gt;/* Title font size */&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
} &lt;br /&gt;
&lt;br /&gt;
#blog-pager-newer-link {float:left;clear:both;line-height:30px;}&lt;br /&gt;
#blog-pager-older-link {float:left;clear:both;line-height:30px;}&lt;br /&gt;
.home-link {display:none;}&lt;br /&gt;
.blog-pager-older-link, .blog-pager-newer-link {&lt;br /&gt;
background-color: transparent !important;&lt;br /&gt;
background-image: none !important;&lt;br /&gt;
border:0 !important;&lt;br /&gt;
color: #4B4B4B !important; &lt;i&gt;&lt;span style="color: #6aa84f;"&gt;/* Color of the links */&lt;/span&gt;&lt;/i&gt;&lt;br /&gt;
float: left;&lt;br /&gt;
width: 500px;&lt;br /&gt;
clear:both;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
a.blog-pager-older-link:hover, a.blog-pager-newer-link:hover {&lt;br /&gt;
text-decoration:none !important; &lt;br /&gt;
}&lt;br /&gt;
&amp;nbsp; &lt;br /&gt;
a.blog-pager-newer-link:before {&lt;br /&gt;
content: url(&lt;span style="color: blue;"&gt;http://1.bp.blogspot.com/-2hKXB7FANlI/UaD_wh_InyI/AAAAAAAADbs/S0H4hok2te0/s1600/back.png&lt;/span&gt;);&lt;br /&gt;
float:left;&lt;br /&gt;
}&lt;br /&gt;
a.blog-pager-older-link:before {&lt;br /&gt;
content: url(&lt;span style="color: blue;"&gt;http://4.bp.blogspot.com/-VPxzgLQCgrM/UaD_tGXPfnI/AAAAAAAADbk/owLQci4BaYY/s1600/forward.png&lt;/span&gt;);&lt;br /&gt;
float:left;&lt;br /&gt;
}&lt;br /&gt;
#blog-pager {&lt;br /&gt;
width:500px;&lt;br /&gt;
background-color: transparent !important;&lt;br /&gt;
background-image: none !important;&lt;br /&gt;
border:0 !important;&lt;br /&gt;
text-align:left;&lt;br /&gt;
}&lt;br /&gt;
&amp;nbsp; &lt;br /&gt;
#blog-pager div {&lt;br /&gt;
color:#0577AB;&amp;nbsp;&lt;span style="color: #6aa84f;"&gt;/* Color for the "Newer Posts" and "Older Posts" text */&lt;/span&gt;&lt;br /&gt;
font-weight:bold;&lt;br /&gt;
margin-bottom: -5px;&lt;br /&gt;
}&lt;br /&gt;
a#blog-pager div:hover {&lt;br /&gt;
text-decoration:none !important;&lt;br /&gt;
color:#4898B9;&amp;nbsp;&lt;span style="color: #6aa84f;"&gt;/* Color for the "Newer Posts" and "Older Posts" text */&lt;/span&gt;&lt;br /&gt;
}&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;/style&amp;gt;&lt;br /&gt;
&amp;lt;/b:if&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
Note that this gadget uses jQuery, so try to have only one version.&lt;br /&gt;
&lt;h4&gt;
&lt;br /&gt;&lt;b&gt;Customization: &lt;/b&gt;&lt;/h4&gt;
&lt;br /&gt;
- There are three URLs in blue, the first is the paper background image for the box, the other two are the icons that correspond to the arrows. You can replace these with your own. &lt;br /&gt;
- In green you can see where to change the text colors.&lt;br /&gt;
- The red number is the distance in pixels that activates the gadget, this means that the box will appear when you scroll down the 100px. You can use a higher value if your posts are usually long and therefore the "height" of the scroll is greater.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;span style="color: #6fa8dc;"&gt;Step 4.&lt;/span&gt; &lt;/b&gt;Now, Save the Template and that's it! &lt;br /&gt;
&lt;br /&gt;
You can also change the &lt;a href="http://helplogger.blogspot.ro/2012/04/how-to-replace-older-posts-and-newer.html"&gt;"Older Posts" and "Newer Posts" links with posts titles&lt;/a&gt; or &lt;a href="http://helplogger.blogspot.ro/2012/04/how-to-replace-older-posts-and-newer.html"&gt;images&lt;/a&gt;.&lt;img src="http://feeds.feedburner.com/~r/helplogger/~4/9aG4uDTzges" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/helplogger/~3/9aG4uDTzges/fading-box-with-newerolder-posts-links.html</link><author>noreply@blogger.com (Admin)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/-aAJ3XdiHIPA/UaFHtSrRfeI/AAAAAAAADek/fSKp4Cjyb3o/s72-c/fading_box_older_newer_posts_titles_blogger.png" height="72" width="72" /><thr:total>1</thr:total><feedburner:origLink>http://helplogger.blogspot.com/2013/05/fading-box-with-newerolder-posts-links.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3126197138969349243.post-1925737648407461845</guid><pubDate>Sat, 25 May 2013 01:20:00 +0000</pubDate><atom:updated>2013-05-25T01:39:37.757-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Widgets</category><title>New Blogger Widget: Contact form - Change Style &amp; Install in a Static Page</title><description>Just a few days ago, Blogger introduced a new widget. It is about a contact form that you can add to your blog easily. It is very basic, because - at least for now, does not permit incorporating files or send anything other than plain text.&lt;br /&gt;
&lt;br /&gt;
The contact form for Blogger has the following features:&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Field for the user name&lt;/li&gt;
&lt;li&gt;Field for email&lt;/li&gt;
&lt;li&gt;Field for the message (textarea)&lt;/li&gt;
&lt;li&gt;Submit Button&lt;/li&gt;
&lt;/ul&gt;
&lt;div style="text-align: center;"&gt;
&lt;i&gt;Screenshot&lt;/i&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://2.bp.blogspot.com/-S1pBfGVRhTc/UaB4aD-I9JI/AAAAAAAADaI/3Tmgn1OFppY/s1600/contact-form-blogger.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="contact form, blogger gadgets, static page" border="0" src="http://2.bp.blogspot.com/-S1pBfGVRhTc/UaB4aD-I9JI/AAAAAAAADaI/3Tmgn1OFppY/s1600/contact-form-blogger.png" title="Contact Form for Blogger" /&gt;&lt;/a&gt;&lt;/div&gt;
&amp;nbsp;The design is simple and the text colors inherit the 
section where you add it. At the moment, this widget has no 
configuration options and is not available for dynamic views.&lt;br /&gt;
&lt;br /&gt;
&lt;h2&gt;
How to Add Contact Form to Blogger&lt;/h2&gt;
To add it to your blog, just select the Layout tab, then click on Add a gadget in the section you want to show, for example, in the sidebar. Then, select the &lt;b&gt;&lt;span style="color: orange;"&gt;More gadgets&lt;/span&gt;&lt;/b&gt; tab and add the &lt;span style="color: #0b5394;"&gt;Contact Form&lt;/span&gt; gadget.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://4.bp.blogspot.com/-3pAR-JJzy0I/UZ_fxKyg0bI/AAAAAAAADY0/PLKI2Ec54wE/s1600/contact-form-widget-for-blogger.png" imageanchor="1"&gt;&lt;img alt="blogger gadgets, blogger widgets, contact form" border="0" height="214" src="http://4.bp.blogspot.com/-3pAR-JJzy0I/UZ_fxKyg0bI/AAAAAAAADY0/PLKI2Ec54wE/s1600/contact-form-widget-for-blogger.png" title="Contact Form For Blogger" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;h3&gt;
Styling Contact Form&lt;/h3&gt;
&lt;br /&gt;
As the background is transparent, the form will integrate well, aesthetically speaking, but nevertheless it is easy to modify using Style Sheets (CSS) to the appropriate selectors. Here's an example: &lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&lt;i&gt;&lt;span style="color: #6aa84f;"&gt;/* Contact Form Container */&lt;/span&gt;&lt;/i&gt;&lt;br /&gt;
.contact-form-widget {&lt;br /&gt;
width: 500px;&lt;br /&gt;
max-width: 100%;&lt;br /&gt;
margin: 0 auto;&lt;br /&gt;
padding: 10px;&lt;br /&gt;
background: #F8F8F8;&lt;br /&gt;
color: #000;&lt;br /&gt;
border: 1px solid #C1C1C1;&lt;br /&gt;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);&lt;br /&gt;
border-radius: 10px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;&lt;span style="color: #6aa84f;"&gt;/* Fields and submit button */&lt;/span&gt;&lt;/i&gt;&lt;br /&gt;
.contact-form-name, .contact-form-email, .contact-form-email-message {&lt;br /&gt;
width: 100%;&lt;br /&gt;
max-width: 100%;&lt;br /&gt;
margin-bottom: 10px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;&lt;span style="color: #6aa84f;"&gt;/* Submit button style */&lt;/span&gt;&lt;/i&gt;&lt;br /&gt;
.contact-form-button-submit {&lt;br /&gt;
border-color: #C1C1C1;&lt;br /&gt;
background: #E3E3E3;&lt;br /&gt;
color: #585858;&lt;br /&gt;
width: 20%;&lt;br /&gt;
max-width: 20%;&lt;br /&gt;
margin-bottom: 10px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;&lt;span style="color: #6aa84f;"&gt;/* Submit button on mouseover */&lt;/span&gt;&lt;/i&gt;&lt;br /&gt;
.contact-form-button-submit:hover{&lt;br /&gt;
background: #4C8EF9;&lt;br /&gt;
color: #ffffff;&lt;br /&gt;
border: 1px solid #FAFAFA;&lt;br /&gt;
}&lt;/blockquote&gt;
&lt;br /&gt;
&lt;div style="text-align: center;"&gt;
&lt;i&gt;This is how it will look like after applying the style:&lt;/i&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://2.bp.blogspot.com/-CzEfMVA98fA/UZ_uPIIHSoI/AAAAAAAADZk/7C6O-IUiLJ8/s1600/contact-form.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="contact form, blogger gadgets, contact form for blogger" border="0" src="http://2.bp.blogspot.com/-CzEfMVA98fA/UZ_uPIIHSoI/AAAAAAAADZk/7C6O-IUiLJ8/s1600/contact-form.png" title="contact form for blogger" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
To add this style, go to &lt;b&gt;Template&lt;/b&gt; &amp;gt; &lt;b&gt;Edit HTML&lt;/b&gt;, click on the sideways arrow next to &amp;lt;b:skin&amp;gt;...&amp;lt;/b:skin&amp;gt; and paste the code just above&lt;b&gt;&lt;i&gt; ]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/i&gt;&lt;/b&gt; (press CTRL + F to find it):&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://4.bp.blogspot.com/-sjs8P5Hnq64/UZ_tLA4F48I/AAAAAAAADZU/53ysg4eyEwQ/s1600/blogger-template-editor-css-styles.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="56" src="http://4.bp.blogspot.com/-sjs8P5Hnq64/UZ_tLA4F48I/AAAAAAAADZU/53ysg4eyEwQ/s1600/blogger-template-editor-css-styles.png" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;h3&gt;
How To Add Contact Form In A Static Page&lt;/h3&gt;
&lt;br /&gt;
First step is to add the Contact Form gadget (Layout) and second, to edit the template (Template &amp;gt; Edit HTML) to remove most of the gadget. You have to search for the id "ContactForm", expand the widget by clicking on the black arrow on the left (same with the includable) and then delete the part that I have colored in red (see below):&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://1.bp.blogspot.com/-yOF9Hawbl58/UZ_ySivdY4I/AAAAAAAADZ0/sBa6zqsfaag/s1600/contact-form-blogger-static-pages.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="84" src="http://1.bp.blogspot.com/-yOF9Hawbl58/UZ_ySivdY4I/AAAAAAAADZ0/sBa6zqsfaag/s640/contact-form-blogger-static-pages.png" width="640" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Part to be removed:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&amp;nbsp; &amp;lt;b:widget id='ContactForm1' locked='false' title='Contact Form' type='ContactForm'&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;b:includable id='main'&amp;gt;&lt;br /&gt;
&lt;span style="color: #cc0000;"&gt;&amp;nbsp; &amp;lt;b:if cond='data:title != &amp;amp;quot;&amp;amp;quot;'&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;h2 class='title'&amp;gt;&amp;lt;data:title/&amp;gt;&amp;lt;/h2&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;/b:if&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;div class='contact-form-widget'&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div class='form'&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;form name='contact-form'&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;p/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;data:contactFormNameMsg/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;br/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;input class='contact-form-name' expr:id='data:widget.instanceId + &amp;amp;quot;_contact-form-name&amp;amp;quot;' name='name' size='30' type='text' value=''/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;p/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;data:contactFormEmailMsg/&amp;gt; &amp;lt;span style='font-weight: bolder;'&amp;gt;*&amp;lt;/span&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;br/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;input class='contact-form-email' expr:id='data:widget.instanceId + &amp;amp;quot;_contact-form-email&amp;amp;quot;' name='email' size='30' type='text' value=''/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;p/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;data:contactFormMessageMsg/&amp;gt; &amp;lt;span style='font-weight: bolder;'&amp;gt;*&amp;lt;/span&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;br/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;textarea class='contact-form-email-message' cols='25' expr:id='data:widget.instanceId + &amp;amp;quot;_contact-form-email-message&amp;amp;quot;' name='email-message' rows='5'/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;p/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;input class='contact-form-button contact-form-button-submit' expr:id='data:widget.instanceId + &amp;amp;quot;_contact-form-submit&amp;amp;quot;' expr:value='data:contactFormSendMsg' type='button'/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;p/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div style='text-align: center; max-width: 222px; width: 100%'&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;p class='contact-form-error-message' expr:id='data:widget.instanceId + &amp;amp;quot;_contact-form-error-message&amp;amp;quot;'/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;p class='contact-form-success-message' expr:id='data:widget.instanceId + &amp;amp;quot;_contact-form-success-message&amp;amp;quot;'/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/div&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/form&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/div&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;/div&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;b:include name='quickedit'/&amp;gt;&lt;/span&gt;&lt;br /&gt;
&amp;lt;/b:includable&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;lt;/b:widget&amp;gt; &lt;/blockquote&gt;
&lt;br /&gt;
After you have saved the template, go to &lt;b&gt;Pages&lt;/b&gt; and paste the following code into a new blank page with the title you want:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&amp;nbsp;&amp;lt;div class='widget ContactForm' id='ContactForm1'&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;lt;div class='contact-form-widget'&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div class='form'&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;form name='contact-form'&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;p&amp;gt;Name&amp;lt;p&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;input class='contact-form-name' id='ContactForm1_contact-form-name' name='name' size='30' type='text' value=''/&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;p&amp;gt;E-mail *&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;input class='contact-form-email' id='ContactForm1_contact-form-email' name='email' size='30' type='text' value=''/&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;p&amp;gt;Message *&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;textarea class='contact-form-email-message' cols='25' id='ContactForm1_contact-form-email-message' name='email-message' rows='5'&amp;gt;&amp;lt;/textarea&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;input class='contact-form-button contact-form-button-submit' id='ContactForm1_contact-form-submit' type='button' value='Submit'/&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;p class='contact-form-error-message' id='ContactForm1_contact-form-error-message'&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;p class='contact-form-success-message' id='ContactForm1_contact-form-success-message'&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/form&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
Messages will be sent to the same email that you have registered in Blogger.&lt;br /&gt;
&lt;br /&gt;
Here's a &lt;a href="http://helploggerdemoblog.blogspot.ro/p/contact.html"&gt;demo page&lt;/a&gt; where you can test it (it is an account that I don't use, so don't expect reply).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
That's it! If you have any questions or comments please post below.&lt;img src="http://feeds.feedburner.com/~r/helplogger/~4/4obxLvSb_OM" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/helplogger/~3/4obxLvSb_OM/new-blogger-widget-contact-form-change.html</link><author>noreply@blogger.com (Admin)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/-S1pBfGVRhTc/UaB4aD-I9JI/AAAAAAAADaI/3Tmgn1OFppY/s72-c/contact-form-blogger.png" height="72" width="72" /><thr:total>7</thr:total><feedburner:origLink>http://helplogger.blogspot.com/2013/05/new-blogger-widget-contact-form-change.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3126197138969349243.post-6913896657546369104</guid><pubDate>Mon, 29 Apr 2013 18:55:00 +0000</pubDate><atom:updated>2013-04-29T11:55:05.398-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Navigation</category><category domain="http://www.blogger.com/atom/ns#">Widgets</category><category domain="http://www.blogger.com/atom/ns#">how to</category><title>How To Add A Tabbed Navigation Widget to Blogger</title><description>The tabviews are elements that allow us to group in a single container various gadgets and these can be selected via tabs.&lt;br /&gt;
Its main function is to save space on the blog to avoid scattered gadgets in the same category so you can group multiple gadgets into one. There are several methods for creating tabviews, some require jQuery, other MooTools, or any other script.&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://4.bp.blogspot.com/-52JV7B-FCoY/UX69UN3VF4I/AAAAAAAADUw/yhUIxiE1y4w/s1600/tabbed-navigation-for-grouping-various-widgets.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://4.bp.blogspot.com/-52JV7B-FCoY/UX69UN3VF4I/AAAAAAAADUw/yhUIxiE1y4w/s1600/tabbed-navigation-for-grouping-various-widgets.png" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;To add this widget to your blog, just follow the steps below:&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Step 1. &lt;/b&gt;&lt;/span&gt;From your &lt;a href="http://www.blogger.com/home"&gt;Blogger Dashboard&lt;/a&gt;, go to &lt;b&gt;Template&lt;/b&gt; and click on the &lt;b&gt;Edit HTML&lt;/b&gt; button&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Step 2.&lt;/b&gt;&lt;/span&gt; Expand the style of the template, by clicking on the sideways arrow before &lt;span style="color: #93c47d;"&gt;&amp;lt;b:skin&amp;gt; ... &amp;lt;/b:skin&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://4.bp.blogspot.com/-0IjBrexIrqg/UX6_3RFGAeI/AAAAAAAADVU/DglQS2JTZWs/s1600/click-on-the-sideways-arrow-on-blogger-template.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://4.bp.blogspot.com/-0IjBrexIrqg/UX6_3RFGAeI/AAAAAAAADVU/DglQS2JTZWs/s1600/click-on-the-sideways-arrow-on-blogger-template.png" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Step 3.&lt;/b&gt;&lt;/span&gt; Search using CTRL + F for the following tag:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;
]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/blockquote&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;b&gt;&lt;a href="http://3.bp.blogspot.com/-twoBW73t2Hk/UX7ASHeSu8I/AAAAAAAADVg/AZhwKD8CVz0/s1600/how-to-search-inside-the-new-blogger-template-editor.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/-twoBW73t2Hk/UX7ASHeSu8I/AAAAAAAADVg/AZhwKD8CVz0/s1600/how-to-search-inside-the-new-blogger-template-editor.png" height="265" width="640" /&gt;&lt;/a&gt;&lt;/b&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Step 4.&lt;/b&gt;&lt;/span&gt; Just above it, add the following code:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
/* Tabview for Blogger&lt;br /&gt;
----------------------------------------------- */&lt;br /&gt;
.tabviewcont{&lt;br /&gt;
margin:15px 0;&lt;br /&gt;
padding:0;&lt;br /&gt;
clear:both;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.tabviewnav {&lt;br /&gt;
margin: 0 0 0 14px;&lt;br /&gt;
padding:3px 0; &lt;span style="color: #93c47d;"&gt;/* If you are using a Blogger Template change 0 with 15px */&lt;/span&gt;&lt;br /&gt;
font-size:12px; &lt;span style="color: #93c47d;"&gt;/* Font size of text inside tabs */&lt;/span&gt;&lt;br /&gt;
font-weight:bold;&lt;br /&gt;
}&lt;br /&gt;
.tabviewnav li {&lt;br /&gt;
list-style:none;&lt;br /&gt;
margin:0;&lt;br /&gt;
display:inline;&lt;br /&gt;
}&lt;br /&gt;
.tabviewnav li a {&lt;br /&gt;
padding:3px 6px;&lt;br /&gt;
margin-right:1px;&lt;br /&gt;
background:#F6F6F6;&lt;span style="color: #93c47d;"&gt; /* The background color of the tabs */&lt;/span&gt;&lt;br /&gt;
border-radius:5px 5px 0 0;&lt;br /&gt;
-moz-border-radius:5px 5px 0 0; &lt;br /&gt;
-webkit-border-radius:5px 5px 0 0; &lt;br /&gt;
text-decoration:none;&lt;br /&gt;
color:#222222;&lt;br /&gt;
}&lt;br /&gt;
.tabviewnav li a:hover {&lt;br /&gt;
color:#222222;&lt;br /&gt;
background:#EBEBEB; &lt;span style="color: #93c47d;"&gt;/* Background color of the tab on mouseover */&lt;/span&gt;&lt;br /&gt;
text-decoration:none;&lt;br /&gt;
}&lt;br /&gt;
.tabviewnav li.tabviewactive a,&lt;br /&gt;
.tabviewnav li.tabviewactive a:hover {&lt;br /&gt;
background:#EBEBEB; &lt;span style="color: #93c47d;"&gt;/* Background color of the active tab */&lt;/span&gt;&lt;br /&gt;
color:#222222;&lt;br /&gt;
}&lt;br /&gt;
.tabviewcont .tabviewtab {&lt;br /&gt;
padding:5px;&lt;br /&gt;
border:1px solid #EEEEEE; &lt;span style="color: #93c47d;"&gt;/* Border around the container */&lt;/span&gt;&lt;br /&gt;
background:#fff; &lt;span style="color: #93c47d;"&gt;/* The background color of the gadget */&lt;/span&gt;&lt;br /&gt;
}&lt;br /&gt;
.tabviewcont .tabviewtab h2,&lt;br /&gt;
.tabviewcont .tabviewtabhide {&lt;br /&gt;
display:none;&lt;br /&gt;
}&lt;br /&gt;
.tabviewtab .widget-content ul{&lt;br /&gt;
list-style:none;&lt;br /&gt;
margin:0 0 10px 0;&lt;br /&gt;
padding:0;&lt;br /&gt;
}&lt;br /&gt;
.tabviewtab .widget-content li {&lt;br /&gt;
border-bottom:1px solid #ccc;&lt;br /&gt;
margin:0 5px;&lt;br /&gt;
padding:2px 0 5px 0;&lt;br /&gt;
}&lt;/blockquote&gt;
&lt;br /&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Step 5.&lt;/b&gt;&lt;/span&gt; Find the &lt;b&gt;&amp;lt;/head&amp;gt;&lt;/b&gt; tag and just above it, paste this script:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&amp;lt;script type='text/javascript'&amp;gt; &lt;br /&gt;
// Tabview for grouping gadgets &lt;br /&gt;
&lt;br /&gt;
//&amp;lt;![CDATA[ &lt;br /&gt;
document.write('&amp;lt;style type="text/css"&amp;gt;.tabview{display:none;}&amp;lt;\/style&amp;gt;');function tabviewObj(argsObj){var arg;this.div=null;this.classMain="tabview";this.classMainLive="tabviewcont";this.classTab="tabviewtab";this.classTabDefault="tabviewtabdefault";this.classNav="tabviewnav";this.classTabHide="tabviewtabhide";this.classNavActive="tabviewactive";this.titleElements=['h2','h3','h4','h5','h6'];this.titleElementsStripHTML=true;this.removeTitle=true;this.addLinkId=false;this.linkIdFormat='&amp;lt;tabviewid&amp;gt;nav&amp;lt;tabnumberone&amp;gt;';for(arg in argsObj){this[arg]=argsObj[arg]}this.REclassMain=new RegExp('\\b'+this.classMain+'\\b','gi');this.REclassMainLive=new RegExp('\\b'+this.classMainLive+'\\b','gi');this.REclassTab=new RegExp('\\b'+this.classTab+'\\b','gi');this.REclassTabDefault=new RegExp('\\b'+this.classTabDefault+'\\b','gi');this.REclassTabHide=new RegExp('\\b'+this.classTabHide+'\\b','gi');this.tabs=new Array();if(this.div){this.init(this.div);this.div=null}}tabviewObj.prototype.init=function(e){var childNodes,i,i2,t,defaultTab=0,DOM_ul,DOM_li,DOM_a,aId,headingElement;if(!document.getElementsByTagName){return false}if(e.id){this.id=e.id}this.tabs.length=0;childNodes=e.childNodes;for(i=0;i&amp;lt;childNodes.length;i++){if(childNodes[i].className&amp;amp;&amp;amp;childNodes[i].className.match(this.REclassTab)){t=new Object();t.div=childNodes[i];this.tabs[this.tabs.length]=t;if(childNodes[i].className.match(this.REclassTabDefault)){defaultTab=this.tabs.length-1}}}DOM_ul=document.createElement("ul");DOM_ul.className=this.classNav;for(i=0;i&amp;lt;this.tabs.length;i++){t=this.tabs[i];t.headingText=t.div.title;if(this.removeTitle){t.div.title=''}if(!t.headingText){for(i2=0;i2&amp;lt;this.titleElements.length;i2++){headingElement=t.div.getElementsByTagName(this.titleElements[i2])[0];if(headingElement){t.headingText=headingElement.innerHTML;if(this.titleElementsStripHTML){t.headingText.replace(/&amp;lt;br&amp;gt;/gi," ");t.headingText=t.headingText.replace(/&amp;lt;[^&amp;gt;]+&amp;gt;/g,"")}break}}}if(!t.headingText){t.headingText=i+1}DOM_li=document.createElement("li");t.li=DOM_li;DOM_a=document.createElement("a");DOM_a.appendChild(document.createTextNode(t.headingText));DOM_a.href="javascript:void(null);";DOM_a.title=t.headingText;DOM_a.onclick=this.navClick;DOM_a.tabview=this;DOM_a.tabviewIndex=i;if(this.addLinkId&amp;amp;&amp;amp;this.linkIdFormat){aId=this.linkIdFormat;aId=aId.replace(/&amp;lt;tabviewid&amp;gt;/gi,this.id);aId=aId.replace(/&amp;lt;tabnumberzero&amp;gt;/gi,i);aId=aId.replace(/&amp;lt;tabnumberone&amp;gt;/gi,i+1);aId=aId.replace(/&amp;lt;tabtitle&amp;gt;/gi,t.headingText.replace(/[^a-zA-Z0-9\-]/gi,''));DOM_a.id=aId}DOM_li.appendChild(DOM_a);DOM_ul.appendChild(DOM_li)}e.insertBefore(DOM_ul,e.firstChild);e.className=e.className.replace(this.REclassMain,this.classMainLive);this.tabShow(defaultTab);if(typeof this.onLoad=='function'){this.onLoad({tabview:this})}return this};tabviewObj.prototype.navClick=function(event){var rVal,a,self,tabviewIndex,onClickArgs;a=this;if(!a.tabview){return false}self=a.tabview;tabviewIndex=a.tabviewIndex;a.blur();if(typeof self.onClick=='function'){onClickArgs={'tabview':self,'index':tabviewIndex,'event':event};if(!event){onClickArgs.event=window.event}rVal=self.onClick(onClickArgs);if(rVal===false){return false}}self.tabShow(tabviewIndex);return false};tabviewObj.prototype.tabHideAll=function(){var i;for(i=0;i&amp;lt;this.tabs.length;i++){this.tabHide(i)}};tabviewObj.prototype.tabHide=function(tabviewIndex){var div;if(!this.tabs[tabviewIndex]){return false}div=this.tabs[tabviewIndex].div;if(!div.className.match(this.REclassTabHide)){div.className+=' '+this.classTabHide}this.navClearActive(tabviewIndex);return this};tabviewObj.prototype.tabShow=function(tabviewIndex){var div;if(!this.tabs[tabviewIndex]){return false}this.tabHideAll();div=this.tabs[tabviewIndex].div;div.className=div.className.replace(this.REclassTabHide,'');this.navSetActive(tabviewIndex);if(typeof this.onTabDisplay=='function'){this.onTabDisplay({'tabview':this,'index':tabviewIndex})}return this};tabviewObj.prototype.navSetActive=function(tabviewIndex){this.tabs[tabviewIndex].li.className=this.classNavActive;return this};tabviewObj.prototype.navClearActive=function(tabviewIndex){this.tabs[tabviewIndex].li.className='';return this};function tabviewAutomatic(tabviewArgs){var tempObj,divs,i;if(!tabviewArgs){tabviewArgs={}}tempObj=new tabviewObj(tabviewArgs);divs=document.getElementsByTagName("div");for(i=0;i&amp;lt;divs.length;i++){if(divs[i].className&amp;amp;&amp;amp;divs[i].className.match(tempObj.REclassMain)){tabviewArgs.div=divs[i];divs[i].tabview=new tabviewObj(tabviewArgs)}}return this}function tabviewAutomaticOnLoad(tabviewArgs){var oldOnLoad;if(!tabviewArgs){tabviewArgs={}}oldOnLoad=window.onload;if(typeof window.onload!='function'){window.onload=function(){tabviewAutomatic(tabviewArgs)}}else{window.onload=function(){oldOnLoad();tabviewAutomatic(tabviewArgs)}}}if(typeof tabviewOptions=='undefined'){tabviewAutomaticOnLoad()}else{if(!tabviewOptions['manualStartup']){tabviewAutomaticOnLoad(tabviewOptions)}}&lt;br /&gt;
//]]&amp;gt; &lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Step 6.&lt;/b&gt;&lt;/span&gt; Finally, look for this line:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;
&amp;lt;div class='column-right-inner'&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
Or if you use an old template of Blogger, search this line:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;
&amp;lt;div id='sidebar-wrapper'&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Step 7.&lt;/b&gt;&lt;/span&gt; Paste below one of these two lines, this code:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&amp;lt;div class='tabview'&amp;gt;&lt;br /&gt;
&amp;lt;b:section class='tabviewtab' id='&lt;b&gt;Tab1&lt;/b&gt;' maxwidgets='1'/&amp;gt;&lt;br /&gt;
&amp;lt;b:section class='tabviewtab' id='&lt;b&gt;Tab2&lt;/b&gt;' maxwidgets='1'/&amp;gt;&lt;br /&gt;
&amp;lt;b:section class='tabviewtab' id='&lt;b&gt;Tab3&lt;/b&gt;' maxwidgets='1'/&amp;gt;&lt;br /&gt;
&lt;span style="color: #cc0000;"&gt;&amp;lt;/div&amp;gt;&lt;/span&gt;&lt;/blockquote&gt;
&lt;br /&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Step 8&lt;/b&gt;&lt;/span&gt;. Save changes, and go to &lt;b&gt;Layout&lt;/b&gt; and there you will see the new areas to add gadgets.&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://2.bp.blogspot.com/-UVlk3mBNEYA/UX6-yOB2TKI/AAAAAAAADVE/sPfREqX2v8E/s1600/add-a-gadget-blogger.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/-UVlk3mBNEYA/UX6-yOB2TKI/AAAAAAAADVE/sPfREqX2v8E/s1600/add-a-gadget-blogger.png" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;/div&gt;
You just have to click on &lt;span style="color: blue;"&gt;Add a Gadget&lt;/span&gt; to add the gadget to the tab that corresponds, or drag a gadget you already have to that section.&lt;br /&gt;
&lt;br /&gt;
If you want to add more tabs, then just add before the last &lt;span style="color: #cc0000;"&gt;&amp;lt;/div&amp;gt;&lt;/span&gt; a line like this:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;
&amp;lt;b:section class='tabviewtab' id='&lt;b&gt;Tab4&lt;/b&gt;' maxwidgets='1'/&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
Note that each line you add should have a different ID, for example &lt;b&gt;Tab5&lt;/b&gt;, &lt;b&gt;Tab6&lt;/b&gt;, etc..&lt;br /&gt;
&lt;br /&gt;
You can add multiple tabs, just repeat the last step and likewise remember to change the name of the IDs.&lt;br /&gt;
&lt;br /&gt;
Remember that if your sidebar is too narrow, then you should not put a lot of tabs, or tab titles that are very long.&lt;br /&gt;
&lt;br /&gt;
You should also note that this gadget does not speed up the loading speed of the blog, is only to group gadgets into one, even, depending on the blog-may take a while to load the tabview.&lt;img src="http://feeds.feedburner.com/~r/helplogger/~4/TvqJ-LOnSX8" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/helplogger/~3/TvqJ-LOnSX8/how-to-add-tabbed-navigation-widget-to.html</link><author>noreply@blogger.com (Admin)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/-52JV7B-FCoY/UX69UN3VF4I/AAAAAAAADUw/yhUIxiE1y4w/s72-c/tabbed-navigation-for-grouping-various-widgets.png" height="72" width="72" /><thr:total>11</thr:total><feedburner:origLink>http://helplogger.blogspot.com/2013/04/how-to-add-tabbed-navigation-widget-to.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3126197138969349243.post-2619594340590070450</guid><pubDate>Fri, 26 Apr 2013 15:00:00 +0000</pubDate><atom:updated>2013-04-26T08:04:26.648-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">recent comments</category><category domain="http://www.blogger.com/atom/ns#">Widgets</category><title>Expandable Recent Comments Widget for Blogger/Blogspot</title><description>This Expandable Recent Comments is a very accessible widget that can be collapsed or expanded through user interaction, so that now, we don't have to click on the commenter or post title link in order to see the content of a comment.&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://4.bp.blogspot.com/-ElzFJhTSYa0/UXqRp7nxPqI/AAAAAAAADTo/djR3CMtbII4/s1600/expandable-recent-comments-widget-for-blogger-blogspot.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="recent comments widget, blogger gadgets, blogspot tricks" border="0" height="320" src="http://4.bp.blogspot.com/-ElzFJhTSYa0/UXqRp7nxPqI/AAAAAAAADTo/djR3CMtbII4/s320/expandable-recent-comments-widget-for-blogger-blogspot.png" title="recent comments widget for blogger blogspot with expand/collapse function" width="247" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
The expanding content can be shown or hidden by clicking on the plus/minus icon or by pressing the "Show all" or "Hide all" button  at run time. &lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;&lt;span style="font-size: large;"&gt;How To Add The Expandable Recent Comments Widget to Blogger&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Step 1.&lt;/b&gt;&lt;/span&gt; Log in to your &lt;a href="https://www.blogger.com/"&gt;Blogger dashboard&lt;/a&gt; and go to Layout &amp;gt; Click on "Add a Gadget" link&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://4.bp.blogspot.com/-LcW_xNLozrI/UTJQzFPdhEI/AAAAAAAAC4c/LQFO0DKxxm4/s1600/blogger-layout-add+a+gadget-how-to.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="148" src="http://4.bp.blogspot.com/-LcW_xNLozrI/UTJQzFPdhEI/AAAAAAAAC4c/LQFO0DKxxm4/s640/blogger-layout-add+a+gadget-how-to.png" width="640" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Step 2. &lt;/b&gt;&lt;/span&gt;From the pop-up window, scroll down and click on the HTML/JavaScript widget&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://2.bp.blogspot.com/-c2r6HAMX2EE/UTJRX0C3_eI/AAAAAAAAC4k/tqQrar_00tM/s1600/blogger-widgets-gadgets-tutorials-tricks-helplogger-html-javascrip.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="196" src="http://2.bp.blogspot.com/-c2r6HAMX2EE/UTJRX0C3_eI/AAAAAAAAC4k/tqQrar_00tM/s400/blogger-widgets-gadgets-tutorials-tricks-helplogger-html-javascrip.png" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;br /&gt;&lt;/span&gt;
&lt;b&gt;&lt;span style="color: #3d85c6;"&gt;Step 3.&lt;/span&gt; &lt;/b&gt;Copy and paste this code inside the empty box:&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&amp;lt;style type="text/css" media="screen"&amp;gt;&lt;br /&gt;
.row-aa {&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; background: #f2f2f3; }&lt;br /&gt;
.row-bb {&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; background: #F8F5F1; }&lt;br /&gt;
.row-div {&amp;nbsp; &lt;br /&gt;
&amp;nbsp; margin:0px; &lt;br /&gt;
&amp;nbsp; padding:5px; &lt;br /&gt;
}&lt;br /&gt;
.comment-header { &lt;br /&gt;
&amp;nbsp; font-size:0.9em; &lt;br /&gt;
//&amp;nbsp; border:1px solid #E0E0E0; &lt;br /&gt;
//&amp;nbsp; background-color:#F3F3F3; &lt;br /&gt;
&amp;nbsp; padding:4px; &lt;br /&gt;
&amp;nbsp; margin-top:10px; &lt;br /&gt;
&amp;nbsp; margin-bottom:5px; &lt;br /&gt;
}&lt;br /&gt;
.comment-box {&lt;br /&gt;
&amp;nbsp; margin:0px;&lt;br /&gt;
&amp;nbsp; padding:0px;&lt;br /&gt;
&amp;nbsp; font-size:0.9em;&lt;br /&gt;
&amp;nbsp; height:500px;&lt;br /&gt;
&amp;nbsp; overflow:auto;&lt;br /&gt;
}&lt;br /&gt;
.comments1&amp;nbsp; {&amp;nbsp; &lt;br /&gt;
//&amp;nbsp; background: #F3F3F3; &lt;br /&gt;
&amp;nbsp; padding:3px; &lt;br /&gt;
&amp;nbsp; border-left:1px dashed #A6A6A6;&lt;br /&gt;
&amp;nbsp; color: #888888;&lt;br /&gt;
&amp;nbsp; font-style: italic;&lt;br /&gt;
&amp;nbsp; padding-top:4px;&lt;br /&gt;
&amp;nbsp; margin-bottom:5px;&lt;br /&gt;
}&lt;br /&gt;
.comment-footer {&lt;br /&gt;
&amp;nbsp; text-align:center;&lt;br /&gt;
&amp;nbsp; font-size:0.9em;&lt;br /&gt;
&amp;nbsp; padding:4px;&lt;br /&gt;
&amp;nbsp; margin-top:5px;&amp;nbsp; &lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/style&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style="text-align: center" class="comment-header"&amp;gt;&amp;lt;input class="comment-button" id="commshowall" type="button" onclick="if (this.value == &amp;amp;#39;Show all&amp;amp;#39;) { unfold_all(this); this.value=&amp;amp;#39;Hide all&amp;amp;#39;; } else { fold_all(this); this.value=&amp;amp;#39;Show all&amp;amp;#39;; }" style="width:8em;font-size:1em;font-family:Verdana,sans" value="Show all" /&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class="comment-box"&amp;gt;&lt;br /&gt;
&amp;lt;script type="text/javascript" src="http://helplogger.googlecode.com/svn/trunk/expandable-recent-comments.js"&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;script type="text/javascript"&amp;nbsp; src="&lt;span style="color: blue;"&gt;http://helplogger.blogspot.com&lt;/span&gt;/feeds/posts/default?start-index=1&amp;amp;max-results=999999&amp;amp;alt=json-in-script&amp;amp;callback=showrecentposts"&amp;gt;&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;script type="text/javascript"&amp;nbsp; src="&lt;span style="color: blue;"&gt;http://helplogger.blogspot.com&lt;/span&gt;/feeds/comments/default?start-index=1&amp;amp;max-results=999999&amp;amp;alt=json-in-script&amp;amp;callback=showrecentcomments"&amp;gt;&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
&lt;b&gt;Note: &lt;/b&gt;Replace &lt;span style="color: blue;"&gt;http://helplogger.blogspot.com&lt;/span&gt; with your blog/site address.&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Step 4. &lt;/b&gt;&lt;/span&gt;Save your widget and you're done!&lt;br /&gt;
&lt;br /&gt;
Enjoy :)&lt;img src="http://feeds.feedburner.com/~r/helplogger/~4/fw0KavxCLjY" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/helplogger/~3/fw0KavxCLjY/expandable-recent-comments-widget-for.html</link><author>noreply@blogger.com (Admin)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/-ElzFJhTSYa0/UXqRp7nxPqI/AAAAAAAADTo/djR3CMtbII4/s72-c/expandable-recent-comments-widget-for-blogger-blogspot.png" height="72" width="72" /><thr:total>4</thr:total><feedburner:origLink>http://helplogger.blogspot.com/2013/04/expandable-recent-comments-widget-for.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3126197138969349243.post-886682974243598246</guid><pubDate>Sat, 13 Apr 2013 22:01:00 +0000</pubDate><atom:updated>2013-06-03T11:01:54.840-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">navigation menu</category><category domain="http://www.blogger.com/atom/ns#">Widgets</category><category domain="http://www.blogger.com/atom/ns#">css</category><category domain="http://www.blogger.com/atom/ns#">Blog Design</category><title>Create Horizontal Navigation Menu With Drop Down Submenus Using CSS</title><description>The following drop down menu is made only with CSS, is a horizontal menu with sub-tabs and the right side has a rounded search. A menu is handy for those who do not require complex menus or prefer not to use one that requires scripts and/or too many images, also the installation and customization is quite simple, and to top it off is quite functional.&lt;br /&gt;
&lt;br /&gt;
To see this drop down menu in action, visit this &lt;a href="http://helploggermenu.blogspot.com/" style="color: #0000ee;"&gt;demo blog&lt;/a&gt; &lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://1.bp.blogspot.com/-39E-HCPZo-c/UWm9Ww-wAdI/AAAAAAAADQo/9QZxEXkIwNg/s1600/horizontal-drop-down-menu-with-search-bar-for-blogger-blogspot.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="blogger menu, drop down menu, css menu" border="0" height="166" src="http://1.bp.blogspot.com/-39E-HCPZo-c/UWm9Ww-wAdI/AAAAAAAADQo/9QZxEXkIwNg/s1600/horizontal-drop-down-menu-with-search-bar-for-blogger-blogspot.png" title="Horizontal drop down menu for Blogger" width="640" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Prior to doing anything, if you are using a Template made through Blogger Template Designer, then you should consider doing these changes in the template, otherwise the menu might not be displayed correctly:&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;/div&gt;
From your &lt;a href="https://www.blogger.com/home"&gt;Blogger's Dashboard&lt;/a&gt;, go to Template (&lt;a href="http://2.bp.blogspot.com/-5JDP3PZi2fU/UWnSxwmh4LI/AAAAAAAADRY/G4nDMyfoato/s1600/how-to-backup-blogger-template.png"&gt;make a backup&lt;/a&gt; &amp;lt; see the screenshot) &amp;gt; Edit HTML:&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://1.bp.blogspot.com/-9PJxe92QMdU/UTOPNGadxaI/AAAAAAAAC5Y/FvfeI-b1ymo/s1600/blogger-template-edit-html.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="137" src="http://1.bp.blogspot.com/-9PJxe92QMdU/UTOPNGadxaI/AAAAAAAAC5Y/FvfeI-b1ymo/s1600/blogger-template-edit-html.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
and search (CTRL + F) for the following line:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&amp;lt;b:section &lt;span style="color: #cc0000;"&gt;class='tabs'&lt;/span&gt; id='crosscol' maxwidgets='1' showaddelement='yes'&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
&lt;table align="center" cellpadding="0" cellspacing="0" class="tr-caption-container" style="margin-left: auto; margin-right: auto; text-align: center;"&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style="text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/-K2zxxcehIC0/UWnFo2W6gdI/AAAAAAAADQw/VxI1gs8ZW3E/s1600/horizontal-drop-down-menu-for-blogger.png" imageanchor="1" style="margin-left: auto; margin-right: auto;"&gt;&lt;img border="0" height="152" src="http://1.bp.blogspot.com/-K2zxxcehIC0/UWnFo2W6gdI/AAAAAAAADQw/VxI1gs8ZW3E/s1600/horizontal-drop-down-menu-for-blogger.png" width="400" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class="tr-caption" style="text-align: center;"&gt;Screenshot&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;br /&gt;
Remove the code in red.&lt;br /&gt;
You may have many parts as the one in red, delete all you find.&lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;&lt;span style="color: #666666;"&gt;&lt;b&gt;....&lt;/b&gt;&lt;/span&gt;&lt;/i&gt;then find this section in your template:&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
/* Tabs&lt;br /&gt;
----------------------------------------------- */&lt;/blockquote&gt;
&lt;br /&gt;
...and remove all that is &lt;u&gt;within it&lt;/u&gt;, until you reach to the &lt;b&gt;&lt;i&gt;Headings &lt;/i&gt;&lt;/b&gt;part. &lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
/* Tabs&lt;br /&gt;
----------------------------------------------- */&lt;br /&gt;
&lt;span style="color: #38761d;"&gt;.tabs-outer {&lt;br /&gt;overflow: hidden;&lt;br /&gt;position: relative;&lt;br /&gt;background: $(tabs.background.color) $(tabs.background.gradient) repeat scroll 0 0;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;#layout .tabs-outer {&lt;br /&gt;overflow: visible;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;.tabs-cap-top, .tabs-cap-bottom {&lt;br /&gt;position: absolute;&lt;br /&gt;width: 100%;&lt;br /&gt;&lt;br /&gt;border-top: 1px solid $(tabs.border.color);&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;.tabs-cap-bottom {&lt;br /&gt;bottom: 0;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;.tabs-inner .widget li a {&lt;br /&gt;display: inline-block;&lt;br /&gt;&lt;br /&gt;margin: 0;&lt;br /&gt;padding: .6em 1.5em;&lt;br /&gt;&lt;br /&gt;font: $(tabs.font);&lt;br /&gt;color: $(tabs.text.color);&lt;br /&gt;&lt;br /&gt;border-top: 1px solid $(tabs.border.color);&lt;br /&gt;border-bottom: 1px solid $(tabs.border.color);&lt;br /&gt;border-$startSide: 1px solid $(tabs.border.color);&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;.tabs-inner .widget li:last-child a {&lt;br /&gt;border-$endSide: 1px solid $(tabs.border.color);&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;.tabs-inner .widget li.selected a, .tabs-inner .widget li a:hover {&lt;br /&gt;background: $(tabs.selected.background.color) $(tabs.background.gradient) repeat-x scroll 0 -100px;&lt;br /&gt;color: $(tabs.selected.text.color);&lt;br /&gt;}&lt;/span&gt;&lt;br /&gt;
/* Headings&lt;br /&gt;
----------------------------------------------- */ &lt;/blockquote&gt;
&lt;br /&gt;
Then add this to where the code has been removed (instead of the code in green):&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
#crosscol ul {z-index: 200; padding:0 !important;}&lt;br /&gt;
#crosscol li:hover {position:relative;}&lt;br /&gt;
#crosscol ul li {padding:0 !important;}&lt;br /&gt;
.tabs-outer {z-index:1;}&lt;br /&gt;
.tabs .widget ul, .tabs .widget ul {overflow: visible;}&lt;/blockquote&gt;
Having done this, we can finally add our menu.&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;span style="font-size: large;"&gt;&lt;b&gt;How To Add Horizontal Drop Down Menu to Blogger&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;br /&gt;
To put this horizontal menu with submenus in your blog, then follow the next steps:&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Step 1.&lt;/b&gt;&lt;/span&gt; From &lt;b&gt;&lt;i&gt;Template&lt;/i&gt;&lt;/b&gt;, go to&lt;b&gt;&lt;i&gt; Edit HTML&lt;/i&gt;&lt;/b&gt; and just above &lt;b&gt;]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/b&gt; paste these styles:&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
/* Horizontal drop down menu&lt;br /&gt;
----------------------------------------------- */&lt;br /&gt;
#menuWrapper {&lt;br /&gt;
width:100%; &lt;span style="color: #6aa84f;"&gt;/* Menu width */&lt;/span&gt;&lt;br /&gt;
height:35px;&lt;br /&gt;
padding-left:14px;&lt;br /&gt;
background:#333; &lt;span style="color: #6aa84f;"&gt;/* Background color */&lt;/span&gt;&lt;br /&gt;
border-radius: 10px;&amp;nbsp; &lt;br /&gt;
}&lt;br /&gt;
.menu {&lt;br /&gt;
padding:0;&lt;br /&gt;
margin:0;&lt;br /&gt;
list-style:none;&lt;br /&gt;
height:35px;&lt;br /&gt;
position:relative;&lt;br /&gt;
z-index:5;&lt;br /&gt;
font-family:arial, verdana, sans-serif;&lt;br /&gt;
}&lt;br /&gt;
.menu li:hover li a {&lt;br /&gt;
background:none;&lt;br /&gt;
}&lt;br /&gt;
.menu li.top {display:block; float:left;}&lt;br /&gt;
.menu li a.top_link {&lt;br /&gt;
display:block;&lt;br /&gt;
float:left;&lt;br /&gt;
height:35px;&lt;br /&gt;
line-height:34px;&lt;br /&gt;
color:#ccc;&lt;br /&gt;
text-decoration:none;&lt;br /&gt;
font-family:"Verdana", sans-serif;&lt;br /&gt;
font-size:12px; &lt;span style="color: #6aa84f;"&gt;/* Font size */&lt;/span&gt;&lt;br /&gt;
font-weight:bold;&lt;br /&gt;
padding:0 0 0 12px;&lt;br /&gt;
cursor:pointer;&lt;br /&gt;
}&lt;br /&gt;
.menu li a.top_link span {&lt;br /&gt;
float:left;&lt;br /&gt;
display:block;&lt;br /&gt;
padding:0 24px 0 12px;&lt;br /&gt;
height:35px;&lt;br /&gt;
}&lt;br /&gt;
.menu li a.top_link span.down {&lt;br /&gt;
float:left;&lt;br /&gt;
display:block;&lt;br /&gt;
padding:0 24px 0 12px;&lt;br /&gt;
height:35px;&lt;br /&gt;
}&lt;br /&gt;
.menu li a.top_link:hover, .menu li:hover &amp;gt; a.top_link {color:#fff; }&lt;br /&gt;
.menu li:hover {position:relative; z-index:2;}&lt;br /&gt;
.menu ul, &lt;br /&gt;
.menu li:hover ul ul,&lt;br /&gt;
.menu li:hover ul li:hover ul ul,&lt;br /&gt;
.menu li:hover ul li:hover ul li:hover ul ul,&lt;br /&gt;
.menu li:hover ul li:hover ul li:hover ul li:hover ul ul&lt;br /&gt;
{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}&lt;br /&gt;
&lt;br /&gt;
.menu li:hover ul.sub {&lt;br /&gt;
left:0;&lt;br /&gt;
top:35px;&lt;br /&gt;
background:#333; &lt;span style="color: #6aa84f;"&gt;/* Submenu background color */&lt;/span&gt;&lt;br /&gt;
padding:3px;&lt;br /&gt;
white-space:nowrap;&lt;br /&gt;
width:200px;&lt;br /&gt;
height:auto;&lt;br /&gt;
z-index:3;&lt;br /&gt;
}&lt;br /&gt;
.menu li:hover ul.sub li {&lt;br /&gt;
display:block;&lt;br /&gt;
height:30px;&lt;br /&gt;
position:relative;&lt;br /&gt;
float:left;&lt;br /&gt;
width:200px;&lt;br /&gt;
font-weight:normal;&lt;br /&gt;
}&lt;br /&gt;
.menu li:hover ul.sub li a{&lt;br /&gt;
display:block;&lt;br /&gt;
height:30px;&lt;br /&gt;
width:200px;&lt;br /&gt;
line-height:30px;&lt;br /&gt;
text-indent:5px;&lt;br /&gt;
color:#ccc;&lt;br /&gt;
text-decoration:none;&lt;br /&gt;
}&lt;br /&gt;
.menu li ul.sub li a.fly {&lt;br /&gt;
&lt;span style="color: #6aa84f;"&gt;/* Submenu Background Color */&lt;/span&gt;&lt;br /&gt;
background:#333 url(http://2.bp.blogspot.com/-38QeToUdU48/UWmqpRNO-LI/AAAAAAAADP4/A4AJhnSm0Fg/s1600/arrow_over.gif) 185px 10px no-repeat;}&lt;br /&gt;
.menu li:hover ul.sub li a:hover {&lt;br /&gt;
background:#515151; &lt;span style="color: #6aa84f;"&gt;/* Background Color on mouseover */&lt;/span&gt;&lt;br /&gt;
color:#fff;&lt;br /&gt;
}&lt;br /&gt;
.menu li:hover ul.sub li a.fly:hover, .menu li:hover ul li:hover &amp;gt; a.fly {&lt;br /&gt;
&lt;span style="color: #6aa84f;"&gt;/* Background on Mouseover */&lt;/span&gt;&lt;br /&gt;
background:#646464 url(http://2.bp.blogspot.com/-38QeToUdU48/UWmqpRNO-LI/AAAAAAAADP4/A4AJhnSm0Fg/s1600/arrow_over.gif) 185px 10px no-repeat; color:#fff;}&lt;br /&gt;
&lt;br /&gt;
.menu li:hover ul li:hover ul,&lt;br /&gt;
.menu li:hover ul li:hover ul li:hover ul,&lt;br /&gt;
.menu li:hover ul li:hover ul li:hover ul li:hover ul,&lt;br /&gt;
.menu li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul {&lt;br /&gt;
left:200px;&lt;br /&gt;
top:-4px;&lt;br /&gt;
background: #333; &lt;span style="color: #6aa84f;"&gt;/* Background Color of the Submenu */&lt;/span&gt;&lt;br /&gt;
padding:3px;&lt;br /&gt;
white-space:nowrap;&lt;br /&gt;
width:200px;&lt;br /&gt;
z-index:4;&lt;br /&gt;
height:auto;&lt;br /&gt;
}&lt;br /&gt;
#search { &lt;br /&gt;
width: 228px; &lt;span style="color: #6aa84f;"&gt;/* Width of the Search Box */&lt;/span&gt;&lt;br /&gt;
height: 50px;&lt;br /&gt;
float: right;&lt;br /&gt;
z-index: 2;&lt;br /&gt;
text-align: center;&lt;br /&gt;
margin-top: 5px;&lt;br /&gt;
margin-right: 6px;&lt;br /&gt;
&lt;span style="color: #6aa84f;"&gt;/* Background of the Search Box */&lt;/span&gt;&lt;br /&gt;
background: url(http://2.bp.blogspot.com/-kSPW07r2Ct8/UazXPD9DbfI/AAAAAAAADtE/UyopBgIPe-w/s1600/searchBar1.png) no-repeat;&lt;br /&gt;
}&lt;br /&gt;
#search-box {&lt;br /&gt;
margin-top: 3px;&lt;br /&gt;
border:0px;&lt;br /&gt;
background: transparent;&lt;br /&gt;
text-align:center;&lt;br /&gt;
}&lt;/blockquote&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://3.bp.blogspot.com/-G99fO3JvEq4/UWnHLpPjcvI/AAAAAAAADQ8/wyJ7ZkV9yVQ/s1600/blogger-b-skin-template-edit-html.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="64" src="http://3.bp.blogspot.com/-G99fO3JvEq4/UWnHLpPjcvI/AAAAAAAADQ8/wyJ7ZkV9yVQ/s1600/blogger-b-skin-template-edit-html.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;table align="center" cellpadding="0" cellspacing="0" class="tr-caption-container" style="margin-left: auto; margin-right: auto; text-align: center;"&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style="text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/-1obsEFwW6s8/UWnHLmuoGtI/AAAAAAAADQ4/QUZvGsh7Q4U/s1600/add-horizontal-drop-down-menu-to-blogger.png" imageanchor="1" style="margin-left: auto; margin-right: auto;"&gt;&lt;img border="0" height="178" src="http://2.bp.blogspot.com/-1obsEFwW6s8/UWnHLmuoGtI/AAAAAAAADQ4/QUZvGsh7Q4U/s1600/add-horizontal-drop-down-menu-to-blogger.png" width="320" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class="tr-caption" style="text-align: center;"&gt;Screenshot&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Step 2.&lt;/b&gt;&lt;/span&gt; Save the Template&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://1.bp.blogspot.com/-88lNu4-uliA/UWnIWe4rMDI/AAAAAAAADRI/MoE0dZhNHyo/s1600/save-template-blogger.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/-88lNu4-uliA/UWnIWe4rMDI/AAAAAAAADRI/MoE0dZhNHyo/s1600/save-template-blogger.png" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Step 3. &lt;/b&gt;&lt;/span&gt;Go to Layout &amp;gt; click on Add a Gadget link&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://4.bp.blogspot.com/-LcW_xNLozrI/UTJQzFPdhEI/AAAAAAAAC4c/LQFO0DKxxm4/s1600/blogger-layout-add+a+gadget-how-to.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="150" src="http://4.bp.blogspot.com/-LcW_xNLozrI/UTJQzFPdhEI/AAAAAAAAC4c/LQFO0DKxxm4/s1600/blogger-layout-add+a+gadget-how-to.png" width="640" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Step 4.&lt;/b&gt;&lt;/span&gt; Choose HTML/Javascript and paste the following inside the empty box:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&amp;lt;div id='menuWrapper'&amp;gt;&lt;br /&gt;
&amp;lt;ul class='menu'&amp;gt;&lt;br /&gt;
&amp;lt;li class='top'&amp;gt;&amp;lt;a class='top_link' href='&lt;span style="color: blue;"&gt;Link URL&lt;/span&gt;'&amp;gt;&amp;lt;span&amp;gt;&lt;span style="color: #cc0000;"&gt;Title 1&lt;/span&gt;&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li class='top'&amp;gt;&amp;lt;a class='top_link' href='&lt;span style="color: blue;"&gt;Link URL&lt;/span&gt;'&amp;gt;&amp;lt;span class='down'&amp;gt;&lt;span style="color: #cc0000;"&gt;Title 2&lt;/span&gt;&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;ul class='sub'&amp;gt;&amp;lt;li&amp;gt;&amp;lt;a class='fly' href='&lt;span style="color: blue;"&gt;Link URL&lt;/span&gt;'&amp;gt;&lt;span style="color: #cc0000;"&gt;Submenu 2.1&lt;/span&gt;&amp;lt;/a&amp;gt;&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href='&lt;span style="color: blue;"&gt;Link URL&lt;/span&gt;'&amp;gt;&lt;span style="color: #cc0000;"&gt;Submenu 2.1.1&lt;/span&gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href='&lt;span style="color: blue;"&gt;Link URL&lt;/span&gt;'&amp;gt;&lt;span style="color: #cc0000;"&gt;Submenu 2.1.2&lt;/span&gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href='&lt;span style="color: blue;"&gt;Link URL&lt;/span&gt;'&amp;gt;&lt;span style="color: #cc0000;"&gt;Submenu 2.1.3&lt;/span&gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li class='mid'&amp;gt;&amp;lt;a class='fly' href='&lt;span style="color: blue;"&gt;Link URL&lt;/span&gt;'&amp;gt;&lt;span style="color: #cc0000;"&gt;Submenu 2.2&lt;/span&gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href='&lt;span style="color: blue;"&gt;Link URL&lt;/span&gt;'&amp;gt;&lt;span style="color: #cc0000;"&gt;Submenu 2.2.1&lt;/span&gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href='&lt;span style="color: blue;"&gt;Link URL&lt;/span&gt;'&amp;gt;&lt;span style="color: #cc0000;"&gt;Submenu 2.2.2&lt;/span&gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href='&lt;span style="color: blue;"&gt;Link URL&lt;/span&gt;'&amp;gt;&lt;span style="color: #cc0000;"&gt;Submenu 2.2.3&lt;/span&gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a class='fly' href='&lt;span style="color: blue;"&gt;Link URL&lt;/span&gt;'&amp;gt;&lt;span style="color: #cc0000;"&gt;Submenu 2.2.4&lt;/span&gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href='&lt;span style="color: blue;"&gt;Link URL&lt;/span&gt;'&amp;gt;&lt;span style="color: #cc0000;"&gt;Submenu 2.2.4.1&lt;/span&gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href='&lt;span style="color: blue;"&gt;Link URL&lt;/span&gt;'&amp;gt;&lt;span style="color: #cc0000;"&gt;Submenu 2.2.4.2&lt;/span&gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href='&lt;span style="color: blue;"&gt;Link URL&lt;/span&gt;'&amp;gt;&lt;span style="color: #cc0000;"&gt;Submenu 2.2.4.3&lt;/span&gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href='&lt;span style="color: blue;"&gt;Link URL&lt;/span&gt;'&amp;gt;&lt;span style="color: #cc0000;"&gt;Submenu 2.2.5&lt;/span&gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a class='fly' href='&lt;span style="color: blue;"&gt;Link URL&lt;/span&gt;'&amp;gt;&lt;span style="color: #cc0000;"&gt;Submenu 2.2.6&lt;/span&gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href='&lt;span style="color: blue;"&gt;Link URL&lt;/span&gt;'&amp;gt;&lt;span style="color: #cc0000;"&gt;Submenu 2.2.6.1&lt;/span&gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href='&lt;span style="color: blue;"&gt;Link URL&lt;/span&gt;'&amp;gt;&lt;span style="color: #cc0000;"&gt;Submenu 2.2.6.2&lt;/span&gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href='&lt;span style="color: blue;"&gt;Link URL&lt;/span&gt;'&amp;gt;&lt;span style="color: #cc0000;"&gt;Submenu 2.3&lt;/span&gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href='&lt;span style="color: blue;"&gt;Link URL&lt;/span&gt;'&amp;gt;&lt;span style="color: #cc0000;"&gt;Submenu 2.4&lt;/span&gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href='&lt;span style="color: blue;"&gt;Link URL&lt;/span&gt;'&amp;gt;&lt;span style="color: #cc0000;"&gt;Submenu 2.5&lt;/span&gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li class='top'&amp;gt;&amp;lt;a class='top_link' href='&lt;span style="color: blue;"&gt;Link URL&lt;/span&gt;'&amp;gt;&amp;lt;span class='down'&amp;gt;&lt;span style="color: #cc0000;"&gt;Title 3&lt;/span&gt;&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;ul class='sub'&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href='&lt;span style="color: blue;"&gt;Link URL&lt;/span&gt;'&amp;gt;&lt;span style="color: #cc0000;"&gt;Submenu 3.1&lt;/span&gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href='&lt;span style="color: blue;"&gt;Link URL&lt;/span&gt;'&amp;gt;&lt;span style="color: #cc0000;"&gt;Submenu 3.2&lt;/span&gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href='&lt;span style="color: blue;"&gt;Link URL&lt;/span&gt;'&amp;gt;&lt;span style="color: #cc0000;"&gt;Submenu 3.3&lt;/span&gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href='&lt;span style="color: blue;"&gt;Link URL&lt;/span&gt;'&amp;gt;&lt;span style="color: #cc0000;"&gt;Submenu 3.4&lt;/span&gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li class='top'&amp;gt;&amp;lt;a class='top_link' href='&lt;span style="color: blue;"&gt;Link URL&lt;/span&gt;'&amp;gt;&amp;lt;span class='down'&amp;gt;&lt;span style="color: #cc0000;"&gt;Title 4&lt;/span&gt;&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;ul class='sub'&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href='&lt;span style="color: blue;"&gt;Link URL&lt;/span&gt;'&amp;gt;&lt;span style="color: #cc0000;"&gt;Submenu 4.1&lt;/span&gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a class='fly' href='&lt;span style="color: blue;"&gt;Link URL&lt;/span&gt;'&amp;gt;&lt;span style="color: #cc0000;"&gt;Submenu 4.2&lt;/span&gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href='&lt;span style="color: blue;"&gt;Link URL&lt;/span&gt;'&amp;gt;&lt;span style="color: #cc0000;"&gt;Submenu 4.2.1&lt;/span&gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href='&lt;span style="color: blue;"&gt;Link URL&lt;/span&gt;'&amp;gt;&lt;span style="color: #cc0000;"&gt;Submenu 4.2.2&lt;/span&gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href='&lt;span style="color: blue;"&gt;Link URL&lt;/span&gt;'&amp;gt;&lt;span style="color: #cc0000;"&gt;Submenu 4.2.3&lt;/span&gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href='&lt;span style="color: blue;"&gt;Link URL&lt;/span&gt;'&amp;gt;&lt;span style="color: #cc0000;"&gt;Submenu 4.2.4&lt;/span&gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href='&lt;span style="color: blue;"&gt;Link URL&lt;/span&gt;'&amp;gt;&lt;span style="color: #cc0000;"&gt;Submenu 4.2.5&lt;/span&gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href='&lt;span style="color: blue;"&gt;Link URL&lt;/span&gt;'&amp;gt;&lt;span style="color: #cc0000;"&gt;Submenu 4.2.6&lt;/span&gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href='&lt;span style="color: blue;"&gt;Link URL&lt;/span&gt;'&amp;gt;&lt;span style="color: #cc0000;"&gt;Submenu 4.3&lt;/span&gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href='&lt;span style="color: blue;"&gt;Link URL&lt;/span&gt;'&amp;gt;&lt;span style="color: #cc0000;"&gt;Submenu 4.4&lt;/span&gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href='&lt;span style="color: blue;"&gt;Link URL&lt;/span&gt;'&amp;gt;&lt;span style="color: #cc0000;"&gt;Submenu 4.5&lt;/span&gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href='&lt;span style="color: blue;"&gt;Link URL&lt;/span&gt;'&amp;gt;&lt;span style="color: #cc0000;"&gt;Submenu 4.6&lt;/span&gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li class='top'&amp;gt;&amp;lt;a class='top_link' href='&lt;span style="color: blue;"&gt;Link URL&lt;/span&gt;'&amp;gt;&amp;lt;span class='down'&amp;gt;&lt;span style="color: #cc0000;"&gt;Title 5&lt;/span&gt;&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;ul class='sub'&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href='&lt;span style="color: blue;"&gt;Link URL&lt;/span&gt;'&amp;gt;&lt;span style="color: #cc0000;"&gt;Submenu 5.1&lt;/span&gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href='&lt;span style="color: blue;"&gt;Link URL&lt;/span&gt;'&amp;gt;&lt;span style="color: #cc0000;"&gt;Submenu 5.2&lt;/span&gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href='&lt;span style="color: blue;"&gt;Link URL&lt;/span&gt;'&amp;gt;&lt;span style="color: #cc0000;"&gt;Submenu 5.3&lt;/span&gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: #38761d;"&gt;&amp;lt;!-- Search Bar --&amp;gt;&lt;/span&gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&lt;br /&gt;
&amp;lt;form action='/search' id='search' method='get' name='searchForm' style='display:inline;'&amp;gt; &lt;br /&gt;
&amp;lt;input id='search-box' name='q' onblur='if (this.value == &amp;amp;quot;&amp;amp;quot;) this.value = &amp;amp;quot;Search here...&amp;amp;quot;;' onfocus='if (this.value == &amp;amp;quot;Search here...&amp;amp;quot;) this.value = &amp;amp;quot;&amp;amp;quot;;' size='28' type='text' value='Search here...'/&amp;gt;&amp;lt;/form&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
&lt;span style="font-size: large;"&gt;&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Customization:&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
- replace the text in blue and red with your links and titles.&lt;br /&gt;
- if you need more tabs, then add a line like this just above &lt;span style="color: #38761d;"&gt;&amp;lt;!-- Search Bar --&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&amp;lt;li class="top"&amp;gt;&amp;lt;a href="&lt;span style="color: blue;"&gt;Link URL&lt;/span&gt;" class="top_link"&amp;gt;&amp;lt;span&amp;gt;&lt;span style="color: #cc0000;"&gt;Title&lt;/span&gt;&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
- if you want to add a tab with sub-tabs, then add this code:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&amp;lt;li class="top"&amp;gt;&amp;lt;a href="&lt;span style="color: blue;"&gt;Link URL&lt;/span&gt;" class="top_link"&amp;gt;&amp;lt;span class="down"&amp;gt;&lt;span style="color: #cc0000;"&gt;Title&lt;/span&gt;&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;ul class="sub"&amp;gt;&lt;br /&gt;
&lt;span style="color: #e69138;"&gt;&amp;lt;li&amp;gt;&amp;lt;a href="Link URL"&amp;gt;Submenu Title&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;/span&gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href="&lt;span style="color: blue;"&gt;Link URL&lt;/span&gt;"&amp;gt;&lt;span style="color: #cc0000;"&gt;Submenu Title&lt;/span&gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href="&lt;span style="color: blue;"&gt;Link URL&lt;/span&gt;"&amp;gt;&lt;span style="color: #cc0000;"&gt;Submenu Title&lt;/span&gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
- and if you want one of the other sub-tabs have sub-tabs then remove a line like the one in orange and change it to a code like this:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&amp;lt;li&amp;gt;&amp;lt;a href="&lt;span style="color: blue;"&gt;Link URL&lt;/span&gt;" class="fly"&amp;gt;&lt;span style="color: #cc0000;"&gt;Submenu Title&lt;/span&gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href="&lt;span style="color: blue;"&gt;Link URL&lt;/span&gt;"&amp;gt;&lt;span style="color: #cc0000;"&gt;Other Submenu&lt;/span&gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href="&lt;span style="color: blue;"&gt;Link URL&lt;/span&gt;"&amp;gt;&lt;span style="color: #cc0000;"&gt;Other Submenu&lt;/span&gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href="&lt;span style="color: blue;"&gt;Link URL&lt;/span&gt;"&amp;gt;&lt;span style="color: #cc0000;"&gt;Other Submenu&lt;/span&gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
And that's it! Now &lt;b&gt;Save &lt;/b&gt;your Widget and enjoy your new drop down menu! ;)&lt;img src="http://feeds.feedburner.com/~r/helplogger/~4/eq7DBNtslD0" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/helplogger/~3/eq7DBNtslD0/create-horizontal-navigation-menu-with.html</link><author>noreply@blogger.com (Admin)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/-39E-HCPZo-c/UWm9Ww-wAdI/AAAAAAAADQo/9QZxEXkIwNg/s72-c/horizontal-drop-down-menu-with-search-bar-for-blogger-blogspot.png" height="72" width="72" /><thr:total>35</thr:total><feedburner:origLink>http://helplogger.blogspot.com/2013/04/create-horizontal-navigation-menu-with.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3126197138969349243.post-4007926937055538580</guid><pubDate>Fri, 12 Apr 2013 22:28:00 +0000</pubDate><atom:updated>2013-04-13T11:37:49.370-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">how to</category><title>How To Use The New Blogger HTML Editor</title><description>The Blogger template editor now includes a number of changes that seem interesting and make it much more friendly than it was.&lt;br /&gt;
&lt;br /&gt;
To begin with, what we see now is all the template's code starting with numbered and
 colored lines showing us different code snippets: tags, variables, 
properties, etc.. depending on the HTML, CSS, JavaScript and even the 
language of Blogger - &lt;span style="color: #6aa84f;"&gt;include&lt;/span&gt;, &lt;span style="color: #6aa84f;"&gt;b:if&lt;/span&gt; and other occurrences.&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://4.bp.blogspot.com/-x6jBptXWegg/UWhaOnUNdSI/AAAAAAAADOw/NMlDVhPE-UI/s1600/blogger-template-html-editor-how-to.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="blogger template, blogger tricks, blogger widgets" border="0" src="http://4.bp.blogspot.com/-x6jBptXWegg/UWhaOnUNdSI/AAAAAAAADOw/NMlDVhPE-UI/s1600/blogger-template-html-editor-how-to.png" height="257" title="how to use the new blogger html editor" width="640" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
This is what any decent external editor does, but certainly, from now on it will be much easier to find that little bug that drives us crazy when we omit quotation marks or add one more semicolon. This also applies to CSS, which appears mostly in dark blue without distinguishing selectors and rules, but the rest is a major improvement. &lt;br /&gt;
&lt;br /&gt;
Another great help are the numbers that appear in front of each fragment of code, so that we can easily pinpoint and correct errors of this type: "Error parsing XML, line 103, column 9: The element ... "&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Using the New Blogger Template HTML Editor&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
When you want to search for a code in the HTML editor, click inside the editor and press CTRL + F on your keyboard, then enter what you want to find in the search box that appears inside the editor.&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://3.bp.blogspot.com/-E9yeiIdkJSI/UWmkv40KAiI/AAAAAAAADPo/Upptw2TUsik/s1600/how-to-use-new-blogger-html-editor-with-search.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/-E9yeiIdkJSI/UWmkv40KAiI/AAAAAAAADPo/Upptw2TUsik/s1600/how-to-use-new-blogger-html-editor-with-search.png" height="289" width="640" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Finally, hit the "ENTER" button on your keyboard and it should take you to the requested code.&lt;br /&gt;
&lt;br /&gt;
If you want to be taken to the section of code that belongs to a particular widget, just click on the &lt;b&gt;Jump To Widget &lt;/b&gt;button at the top of the editor, choose the widget's name from the list and it will take you directly to that portion of code. &lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://2.bp.blogspot.com/-rfm6jCK0-oM/UWh4q8oT9vI/AAAAAAAADPY/Tubyq_c1CYQ/s1600/jump-to-widget-blogger-template-new-edit-html.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/-rfm6jCK0-oM/UWh4q8oT9vI/AAAAAAAADPY/Tubyq_c1CYQ/s1600/jump-to-widget-blogger-template-new-edit-html.png" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
The CSS rules can be found folded at the top of the template, between &lt;span style="color: #6aa84f;"&gt;&amp;lt;b:skin&amp;gt;...&amp;lt;/b:skin&amp;gt;&lt;/span&gt; and &lt;span style="color: #6aa84f;"&gt;&amp;lt;b:template-skin&amp;gt;...&amp;lt;/b:template-skin&amp;gt;&amp;nbsp;&lt;/span&gt;tags. To expand them, you have to click on the sideways arrow next to the line number&lt;span style="color: #6aa84f;"&gt;.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://3.bp.blogspot.com/-ofyRul586Is/UWmlrhhwpFI/AAAAAAAADPw/yxkUW0IRC_A/s1600/css-rules-b-skin-blogger-new-template-editor-help.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/-ofyRul586Is/UWmlrhhwpFI/AAAAAAAADPw/yxkUW0IRC_A/s1600/css-rules-b-skin-blogger-new-template-editor-help.png" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Another great functionality is that now we can &lt;b&gt;Preview Template&lt;/b&gt; in the same window without needing to leave the page and we can easily go back to customize our template by clicking on the &lt;b&gt;Edit Template&lt;/b&gt; button.&lt;br /&gt;
&lt;br /&gt;
Finally, &lt;b&gt;Format template&lt;/b&gt; re-orders the code, adding indentation automatically.&lt;br /&gt;
&lt;br /&gt;
As always, we must use the &lt;b&gt;Save &lt;/b&gt;button for the changes to take effect or we can &lt;b&gt;Revert &lt;/b&gt;the changes.&lt;br /&gt;
&lt;br /&gt;
And that's it. With a bit of effort, we can easily familiarize with this new HTML editor. Surely as usual and even reasonable to be something inherent in the human condition, this change does not appeal to many. Same with the Lightbox for images, the new template designer, the new desktop and other new things that have been added in the past. But who now remembers that they once were new?&lt;br /&gt;
----------&lt;br /&gt;
For more info, &lt;a href="http://buzz.blogger.com/2013/04/improvements-to-blogger-template-html.html"&gt;check out this post&lt;/a&gt; on the Blogger Buzz blog, where Google software engineers +Samantha Schaffer  and  +Renee Kwang   explained the steps for moving the date of a blog post from above the post title to underneath it, as an example in using the new Blogspot HTML editor.&lt;img src="http://feeds.feedburner.com/~r/helplogger/~4/ForZ7nSiKJ4" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/helplogger/~3/ForZ7nSiKJ4/how-to-use-new-blogger-html-editor.html</link><author>noreply@blogger.com (Admin)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/-x6jBptXWegg/UWhaOnUNdSI/AAAAAAAADOw/NMlDVhPE-UI/s72-c/blogger-template-html-editor-how-to.png" height="72" width="72" /><thr:total>18</thr:total><feedburner:origLink>http://helplogger.blogspot.com/2013/04/how-to-use-new-blogger-html-editor.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3126197138969349243.post-3798068948574786374</guid><pubDate>Tue, 02 Apr 2013 02:23:00 +0000</pubDate><atom:updated>2013-04-01T19:40:29.194-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Widgets</category><category domain="http://www.blogger.com/atom/ns#">labels</category><category domain="http://www.blogger.com/atom/ns#">recent posts</category><title>Show Recent Posts With Thumbnails For Particular Label or Category in Blogger </title><description>Sometimes we want to have everything organized so that our readers can find topics of interest more easily, and that's when instead of putting a widget with the latest posts, we can put together the latest entries sorted by category, so that we'll be able to show the latest posts for each label we want and also display a thumbnail for our category.&lt;br /&gt;
&lt;br /&gt;
&lt;table align="center" cellpadding="0" cellspacing="0" class="tr-caption-container" style="margin-left: auto; margin-right: auto; text-align: center;"&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style="text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/-AWxmZv5o-58/UVo9FVJEtUI/AAAAAAAADLs/brwf2Cz58BY/s1600/recent-posts-widget-by-labels-for-blogger-blogspot.png" imageanchor="1" style="margin-left: auto; margin-right: auto;"&gt;&lt;img alt="recent posts, blogger widgets, blogger gadgets" border="0" src="http://4.bp.blogspot.com/-AWxmZv5o-58/UVo9FVJEtUI/AAAAAAAADLs/brwf2Cz58BY/s1600/recent-posts-widget-by-labels-for-blogger-blogspot.png" height="215" title="recent posts widget for blogger by labels or category with thumbnails" width="400" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class="tr-caption" style="text-align: center;"&gt;Screenshot&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;br /&gt;
To add this cool gadget/widget for the latest categories, just follow the next steps:&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-size: large;"&gt;&lt;b&gt;&lt;span style="color: #444444;"&gt;Steps&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Step 1.&lt;/b&gt;&lt;/span&gt; From your &lt;a href="https://www.blogger.com/home"&gt;Blogger Dashboard&lt;/a&gt;, go to Template/Edit HTML &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://1.bp.blogspot.com/-9PJxe92QMdU/UTOPNGadxaI/AAAAAAAAC5Y/FvfeI-b1ymo/s1600/blogger-template-edit-html.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/-9PJxe92QMdU/UTOPNGadxaI/AAAAAAAAC5Y/FvfeI-b1ymo/s1600/blogger-template-edit-html.png" height="137" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
...then tick the Expand Widget Templates checkbox:&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://1.bp.blogspot.com/-HQE7D4skU2M/UTOPg2T27bI/AAAAAAAAC5g/NRGSpevoiLM/s1600/blogger-expand-widget-templates-hide-pic-inside-posts.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/-HQE7D4skU2M/UTOPg2T27bI/AAAAAAAAC5g/NRGSpevoiLM/s1600/blogger-expand-widget-templates-hide-pic-inside-posts.png" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Step 2. &lt;/b&gt;&lt;/span&gt;Search for this piece of code:&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
and just above it, paste this one:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
/* Recent posts by labels&lt;br /&gt;
--------------------------------- */ &lt;br /&gt;
img.label_thumb{&lt;br /&gt;
float:left;&lt;br /&gt;
margin-right:10px !important;&lt;br /&gt;
height:65px; &lt;span style="color: #38761d;"&gt;/* Thumbnail height */&lt;/span&gt;&lt;br /&gt;
width:65px; &lt;span style="color: #38761d;"&gt;/* Thumbnail width */&lt;/span&gt;&lt;br /&gt;
border: 1px solid #fff;&lt;br /&gt;
-webkit-border-radius: 10px;&lt;br /&gt;
-moz-border-radius: 10px;&lt;br /&gt;
border-radius: 10px;&lt;br /&gt;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .4);&lt;br /&gt;
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .4);&lt;br /&gt;
box-shadow: 0 1px 1px rgba(0, 0, 0, .4);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.label_with_thumbs {&lt;br /&gt;
float: left;&lt;br /&gt;
width: 100%;&lt;br /&gt;
min-height: 70px;&lt;br /&gt;
margin: 0px 10px 2px 0px;&lt;br /&gt;
padding: 0;&lt;br /&gt;
}&lt;br /&gt;
ul.label_with_thumbs li {&lt;br /&gt;
padding:8px 0;&lt;br /&gt;
min-height:65px;&lt;br /&gt;
margin-bottom:0px;&lt;br /&gt;
border-bottom: 1px dotted #999999;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.label_with_thumbs li{&lt;br /&gt;
list-style: none ;&lt;br /&gt;
padding-left:0px !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.label_with_thumbs a { text-transform: uppercase;}&lt;br /&gt;
.label_with_thumbs strong {padding-left:0px; }&lt;/blockquote&gt;
&lt;br /&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Step 3.&lt;/b&gt;&lt;/span&gt; Now search for this tag (CTRL + F)&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&amp;lt;/head&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
...and add the following script above it:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&amp;lt;script type='text/javascript'&amp;gt;&lt;br /&gt;
//&amp;lt;![CDATA[&lt;br /&gt;
function labelthumbs(json){document.write('&amp;lt;ul class="label_with_thumbs"&amp;gt;');for(var i=0;i&amp;lt;numposts;i++){var entry=json.feed.entry[i];var posttitle=entry.title.$t;var posturl;if(i==json.feed.entry.length)break;for(var k=0;k&amp;lt;entry.link.length;k++){if(entry.link[k].rel=='replies'&amp;amp;&amp;amp;entry.link[k].type=='text/html'){var commenttext=entry.link[k].title;var commenturl=entry.link[k].href;}&lt;br /&gt;
if(entry.link[k].rel=='alternate'){posturl=entry.link[k].href;break;}}var thumburl;try{thumburl=entry.media$thumbnail.url;}catch(error)&lt;br /&gt;
{s=entry.content.$t;a=s.indexOf("&amp;lt;img");b=s.indexOf("src=\"",a);c=s.indexOf("\"",b+5);d=s.substr(b+5,c-b-5);if((a!=-1)&amp;amp;&amp;amp;(b!=-1)&amp;amp;&amp;amp;(c!=-1)&amp;amp;&amp;amp;(d!="")){thumburl=d;}else thumburl='&lt;span style="color: blue;"&gt;http://3.bp.blogspot.com/-zP87C2q9yog/UVopoHY30SI/AAAAAAAAE5k/AIyPvrpGLn8/s1600/picture_not_available.png&lt;/span&gt;';}&lt;br /&gt;
var postdate=entry.published.$t;var cdyear=postdate.substring(0,4);var cdmonth=postdate.substring(5,7);var cdday=postdate.substring(8,10);var monthnames=new Array();monthnames[1]="Jan";monthnames[2]="Feb";monthnames[3]="Mar";monthnames[4]="Apr";monthnames[5]="May";monthnames[6]="June";monthnames[7]="July";monthnames[8]="Aug";monthnames[9]="Sept";monthnames[10]="Oct";monthnames[11]="Nov";monthnames[12]="Dec";document.write('&amp;lt;li class="clearfix"&amp;gt;');if(showpostthumbnails==true)&lt;br /&gt;
document.write('&amp;lt;a href="'+posturl+'" target ="_top"&amp;gt;&amp;lt;img class="label_thumb" src="'+thumburl+'"/&amp;gt;&amp;lt;/a&amp;gt;');document.write('&amp;lt;strong&amp;gt;&amp;lt;a href="'+posturl+'" target ="_top"&amp;gt;'+posttitle+'&amp;lt;/a&amp;gt;&amp;lt;/strong&amp;gt;&amp;lt;br&amp;gt;');if("content"in entry){var postcontent=entry.content.$t;}&lt;br /&gt;
else&lt;br /&gt;
if("summary"in entry){var postcontent=entry.summary.$t;}&lt;br /&gt;
else var postcontent="";var re=/&amp;lt;\S[^&amp;gt;]*&amp;gt;/g;postcontent=postcontent.replace(re,"");if(showpostsummary==true){if(postcontent.length&amp;lt;numchars){document.write('');document.write(postcontent);document.write('');}&lt;br /&gt;
else{document.write('');postcontent=postcontent.substring(0,numchars);var quoteEnd=postcontent.lastIndexOf(" ");postcontent=postcontent.substring(0,quoteEnd);document.write(postcontent+'...');document.write('');}}&lt;br /&gt;
var towrite='';var flag=0;document.write('&amp;lt;br&amp;gt;');if(showpostdate==true){towrite=towrite+monthnames[parseInt(cdmonth,10)]+'-'+cdday+' - '+cdyear;flag=1;}&lt;br /&gt;
if(showcommentnum==true)&lt;br /&gt;
{if(flag==1){towrite=towrite+' | ';}&lt;br /&gt;
if(commenttext=='1 Comments')commenttext='1 Comment';if(commenttext=='0 Comments')commenttext='No Comments';commenttext='&amp;lt;a href="'+commenturl+'" target ="_top"&amp;gt;'+commenttext+'&amp;lt;/a&amp;gt;';towrite=towrite+commenttext;flag=1;;}&lt;br /&gt;
if(displaymore==true)&lt;br /&gt;
{if(flag==1)towrite=towrite+' | ';towrite=towrite+'&amp;lt;a href="'+posturl+'" class="url" target ="_top"&amp;gt;More »&amp;lt;/a&amp;gt;';flag=1;;}&lt;br /&gt;
document.write(towrite);document.write('&amp;lt;/li&amp;gt;');if(displayseparator==true)&lt;br /&gt;
if(i!=(numposts-1))&lt;br /&gt;
document.write('');}document.write('&amp;lt;/ul&amp;gt;');}&lt;br /&gt;
//]]&amp;gt;&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
&lt;i&gt;&lt;b&gt;Note: &lt;/b&gt;to add your own pic for the posts with no thumbnail, replace the image url in blue with your own&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
So we have added the Css to style the widget and the script to make it work. Now all we have to do is to add the widget's code to the blog sidebar in a Html/Javascript gadget:&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Step 4.&lt;/b&gt;&lt;/span&gt; Go to Layout - click on Add a Gadget&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://4.bp.blogspot.com/-LcW_xNLozrI/UTJQzFPdhEI/AAAAAAAAC4c/LQFO0DKxxm4/s1600/blogger-layout-add+a+gadget-how-to.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://4.bp.blogspot.com/-LcW_xNLozrI/UTJQzFPdhEI/AAAAAAAAC4c/LQFO0DKxxm4/s1600/blogger-layout-add+a+gadget-how-to.png" height="150" width="640" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Step 5.&lt;/b&gt;&lt;/span&gt; Choose the HTML/Javascript widget and paste this code inside the empty box:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&amp;lt;script type='text/javascript'&amp;gt;var numposts = 3;var showpostthumbnails = true;var displaymore = false;var displayseparator = true;var showcommentnum = false;var showpostdate = false;var showpostsummary = true;var numchars = 100;&amp;lt;/script&amp;gt; &lt;br /&gt;
&amp;lt;script type="text/javascript" src="/feeds/posts/default/-/&lt;span style="color: #cc0000;"&gt;Name-of-the-label&lt;/span&gt;?published&amp;amp;alt=json-in-script&amp;amp;callback=labelthumbs"&amp;gt;&amp;lt;/script&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
&lt;b&gt;Note:&lt;/b&gt; Where it says &lt;span style="color: red;"&gt;&lt;span style="color: #cc0000;"&gt;Name-of-the-label&lt;/span&gt; &lt;/span&gt;is the name of the label you want to display, and if your label is case sensitive, like in my example, then you should type it that way.&lt;br /&gt;
&lt;br /&gt;
Also within the last code, there are parts that we can customize, just change &lt;i&gt;true &lt;/i&gt;with &lt;i&gt;false &lt;/i&gt;or vice versa:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
var numposts &lt;span style="color: #666666;"&gt;← Number of posts to display&lt;/span&gt;&lt;br /&gt;
var showpostthumbnails &lt;span style="color: #666666;"&gt;← Show/hide thumbnails&lt;/span&gt;&lt;br /&gt;
var displaymore &lt;span style="color: #666666;"&gt;← Show or hide the read more link&lt;/span&gt;&lt;br /&gt;
var displayseparator &lt;span style="color: #666666;"&gt;← Show/hide separator&lt;/span&gt;&lt;br /&gt;
var showcommentnum&lt;span style="color: #666666;"&gt; ← Show/hide the number of comments&lt;/span&gt;&lt;br /&gt;
var showpostdate &lt;span style="color: #666666;"&gt;← Show/hide the posts dates&lt;/span&gt;&lt;br /&gt;
var showpostsummary &lt;span style="color: #666666;"&gt;← Show or not the posts summaries&lt;/span&gt;&lt;br /&gt;
var numchars &lt;span style="color: #666666;"&gt;← Number of posts characters (here you have to change the 100 value)&lt;/span&gt;&lt;/blockquote&gt;
&lt;br /&gt;
Remember that the gadget displays the latest posts from a particular label, therefore, if you want to display the latest posts from other labels then just repeat step 5 for each additional category you want to add.&lt;br /&gt;
&lt;br /&gt;
That's it :) Enjoy!&lt;img src="http://feeds.feedburner.com/~r/helplogger/~4/OtBmjq_Av6Q" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/helplogger/~3/OtBmjq_Av6Q/show-recent-posts-with-thumbnails-for.html</link><author>noreply@blogger.com (Admin)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/-AWxmZv5o-58/UVo9FVJEtUI/AAAAAAAADLs/brwf2Cz58BY/s72-c/recent-posts-widget-by-labels-for-blogger-blogspot.png" height="72" width="72" /><thr:total>31</thr:total><feedburner:origLink>http://helplogger.blogspot.com/2013/04/show-recent-posts-with-thumbnails-for.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3126197138969349243.post-6879184601087923597</guid><pubDate>Sun, 31 Mar 2013 15:03:00 +0000</pubDate><atom:updated>2013-05-22T04:05:25.511-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Widgets</category><category domain="http://www.blogger.com/atom/ns#">how to</category><category domain="http://www.blogger.com/atom/ns#">related posts</category><category domain="http://www.blogger.com/atom/ns#">Blog Design</category><title>Related Posts Widget with Thumbnails and Summary for Blogger</title><description>There are several tutorials quite old which have explained different methods for displaying related posts in Blogger &lt;span style="color: blue;"&gt;[&lt;a href="http://helplogger.blogspot.com/2012/03/how-to-add-related-posts-widget-to.html"&gt;1&lt;/a&gt;] [&lt;a href="http://helplogger.blogspot.com/2012/04/recent-posts-widget-for-bloggerblogspot.html"&gt;2&lt;/a&gt;]&lt;/span&gt; but in this tutorial, I will show you how to implement a very beautiful Related Posts widget that comes along with Thumbnails and Posts Snippets, as well. If you want to add it, follow the next steps below:&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-size: large;"&gt;&lt;b&gt;&lt;span style="color: #3d85c6;"&gt;How to Add Related Posts Widget with Summary to Blogger&lt;/span&gt;&lt;/b&gt;&lt;/span&gt; &lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://4.bp.blogspot.com/-qDkN4r6rkGY/UVhFT7sBPHI/AAAAAAAADK8/jyzngayzW2k/s1600/related_posts_widget_with_summary_snippets_for_blogger_blogspot.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://4.bp.blogspot.com/-qDkN4r6rkGY/UVhFT7sBPHI/AAAAAAAADK8/jyzngayzW2k/s1600/related_posts_widget_with_summary_snippets_for_blogger_blogspot.png" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Step 1.&lt;/b&gt;&lt;/span&gt; From your &lt;a href="https://www.blogger.com/home"&gt;Blogger Dashboard&lt;/a&gt;, go to &lt;b&gt;Template &lt;/b&gt;and click on &lt;b&gt;Edit HTML&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://1.bp.blogspot.com/-9PJxe92QMdU/UTOPNGadxaI/AAAAAAAAC5Y/FvfeI-b1ymo/s1600/blogger-template-edit-html.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="137" src="http://1.bp.blogspot.com/-9PJxe92QMdU/UTOPNGadxaI/AAAAAAAAC5Y/FvfeI-b1ymo/s1600/blogger-template-edit-html.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Step 2.&lt;/b&gt;&lt;/span&gt; Tick the "&lt;b&gt;Expand Widget Templates&lt;/b&gt;" checkbox:&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://1.bp.blogspot.com/-HQE7D4skU2M/UTOPg2T27bI/AAAAAAAAC5g/NRGSpevoiLM/s1600/blogger-expand-widget-templates-hide-pic-inside-posts.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/-HQE7D4skU2M/UTOPg2T27bI/AAAAAAAAC5g/NRGSpevoiLM/s1600/blogger-expand-widget-templates-hide-pic-inside-posts.png" /&gt;&lt;/a&gt;&lt;/div&gt;
&amp;nbsp;&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Step 3. &lt;/b&gt;&lt;/span&gt;Find (CTRL + F) this tag:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&amp;lt;/head&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
...and paste the following code just above it:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&amp;lt;script type='text/javascript'&amp;gt;&lt;br /&gt;
//&amp;lt;![CDATA[&lt;br /&gt;
var relatedTitles = new Array();&lt;br /&gt;
var relatedUrls = new Array();&lt;br /&gt;
var relatedpSummary = new Array();&lt;br /&gt;
var relatedThumb = new Array();&lt;br /&gt;
var relatedTitlesNum = 0;&lt;br /&gt;
&lt;br /&gt;
var relatedPostsNum = &lt;span style="color: red;"&gt;&lt;b&gt;4&lt;/b&gt;&lt;/span&gt;; // number of entries to be shown&lt;br /&gt;
var relatedmaxnum = &lt;span style="color: #6aa84f;"&gt;&lt;b&gt;75&lt;/b&gt;&lt;/span&gt;; // the number of characters of summary&lt;br /&gt;
var relatednoimage = "&lt;span style="color: blue;"&gt;http://3.bp.blogspot.com/-PpjfsStySz0/UF91FE7rxfI/AAAAAAAACl8/092MmUHSFQ0/s1600/no_image.jpg&lt;/span&gt;"; // default picture for entries with no image&lt;br /&gt;
&lt;br /&gt;
function readpostlabels(json) {&lt;br /&gt;
&amp;nbsp; var entry, postimg, postcontent, cat;&lt;br /&gt;
&amp;nbsp; for (var i = 0; i &amp;lt; json.feed.entry.length; i++) {&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; entry = json.feed.entry[i];&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; if (i==json.feed.entry.length) { break; }&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; relatedTitles[relatedTitlesNum] = entry.title.$t;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; postcontent = "";&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; if ("content" in entry) {&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; postcontent = entry.content.$t;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; } else if ("summary" in entry) {&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; postcontent = entry.summary.$t;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; relatedpSummary[relatedTitlesNum] = removetags(postcontent,relatedmaxnum);&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; if ("media$thumbnail" in entry) {&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; postimg = entry.media$thumbnail.url;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; } else {&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; postimg = relatednoimage;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; relatedThumb[relatedTitlesNum] = postimg;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; for (var k = 0; k &amp;lt; entry.link.length; k++) {&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (entry.link[k].rel == 'alternate') {&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; relatedUrls[relatedTitlesNum] = entry.link[k].href;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; break;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; relatedTitlesNum++;&lt;br /&gt;
&amp;nbsp; }&lt;br /&gt;
}&lt;br /&gt;
function showrelated() {&lt;br /&gt;
&amp;nbsp; var tmp = new Array(0);&lt;br /&gt;
&amp;nbsp; var tmp2 = new Array(0);&lt;br /&gt;
&amp;nbsp; var tmp3 = new Array(0);&lt;br /&gt;
&amp;nbsp; var tmp4 = new Array(0);&lt;br /&gt;
&amp;nbsp; for(var i = 0; i &amp;lt; relatedUrls.length; i++) {&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; if(!contains(tmp, relatedUrls[i])) {&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tmp.length += 1; tmp[tmp.length - 1] = relatedUrls[i];&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tmp2.length += 1; tmp2[tmp2.length - 1] = relatedTitles[i];&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tmp3.length += 1; tmp3[tmp3.length - 1] = relatedpSummary[i];&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tmp4.length += 1; tmp4[tmp4.length - 1] = relatedThumb[i];&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;
&amp;nbsp; }&lt;br /&gt;
&amp;nbsp; relatedTitles = tmp2; relatedUrls = tmp; relatedpSummary = tmp3; relatedThumb = tmp4;&lt;br /&gt;
&amp;nbsp; for(var i = 0; i &amp;lt; relatedTitles.length; i++){&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; var index = Math.floor((relatedTitles.length - 1) * Math.random());&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; var tempTitle = relatedTitles[i]; var tempUrls = relatedUrls[i];&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; var tempResum = relatedpSummary[i]; var tempImage = relatedThumb[i];&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; relatedTitles[i] = relatedTitles[index]; relatedUrls[i] = relatedUrls[index];&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; relatedpSummary[i] = relatedpSummary[index]; relatedThumb[i] = relatedThumb[index];&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; relatedTitles[index] = tempTitle; relatedUrls[index] = tempUrls;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; relatedpSummary[index] = tempResum; relatedThumb[index] = tempImage;&lt;br /&gt;
&amp;nbsp; }&lt;br /&gt;
&amp;nbsp; var somePosts = 0;&lt;br /&gt;
&amp;nbsp; var r = Math.floor((relatedTitles.length - 1) * Math.random());&lt;br /&gt;
&amp;nbsp; var relsump = r; &lt;br /&gt;
&amp;nbsp; var output;&lt;br /&gt;
&amp;nbsp; var dirURL = document.URL;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp; while (somePosts &amp;lt; relatedPostsNum) {&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; if (relatedUrls[r] != dirURL) {&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; output = "&amp;lt;div class='relatedsumposts'&amp;gt;";&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; output += "&amp;lt;a href='" + relatedUrls[r] + "' rel='nofollow'&amp;nbsp; target='_self' title='" + relatedTitles[r] + "'&amp;gt;&amp;lt;img src='" + relatedThumb[r] + "' /&amp;gt;&amp;lt;/a&amp;gt;";&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; output += "&amp;lt;h6&amp;gt;&amp;lt;a href='" + relatedUrls[r] + "' target='_self'&amp;gt;" + relatedTitles[r] + "&amp;lt;/a&amp;gt;&amp;lt;/h6&amp;gt;";&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; output += "&amp;lt;p&amp;gt;" + relatedpSummary[r] + " ... &amp;lt;/p&amp;gt;";&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; output += "&amp;lt;/div&amp;gt;";&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; document.write(output);&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; somePosts++;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (somePosts == relatedPostsNum) { break; }&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; if (r &amp;lt; relatedTitles.length - 1) {&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; r++;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; } else {&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; r = 0;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; if(r==relsump) { break; }&lt;br /&gt;
&amp;nbsp; }&lt;br /&gt;
}&lt;br /&gt;
function removetags(text,length){&lt;br /&gt;
&amp;nbsp; var pSummary = text.split("&amp;lt;");&lt;br /&gt;
&amp;nbsp; for(var i=0;i&amp;lt;pSummary.length;i++){&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; if(pSummary[i].indexOf("&amp;gt;")!=-1){&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pSummary[i] = pSummary[i].substring(pSummary[i].indexOf("&amp;gt;")+1,pSummary[i].length);&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;
&amp;nbsp; }&lt;br /&gt;
&amp;nbsp; pSummary = pSummary.join("");&lt;br /&gt;
&amp;nbsp; pSummary = pSummary.substring(0,length-1);&lt;br /&gt;
&amp;nbsp; return pSummary;&lt;br /&gt;
} &lt;br /&gt;
function contains(a, e) {&lt;br /&gt;
&amp;nbsp; for(var j = 0; j &amp;lt; a.length; j++) if (a[j]==e) return true;&lt;br /&gt;
&amp;nbsp; return false;&lt;br /&gt;
}&lt;br /&gt;
//]]&amp;gt;&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
&lt;i&gt;&lt;b&gt;Note: &lt;/b&gt;&amp;nbsp;&lt;/i&gt;&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;To change the number of posts that are being displayed, modify &lt;span style="color: red;"&gt;the value in red (4)&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;To change the number of characters to be shown in posts summary, modify&lt;span style="color: #6aa84f;"&gt; the value in green (75)&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;To change the default pic for posts with no images, add your URL instead of the one &lt;span style="color: blue;"&gt;marked in blue &lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Step 4. &lt;/b&gt;&lt;/span&gt;Search (CTRL + F) for the following fragment:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&amp;lt;a expr:href='data:label.url' rel='tag'&amp;gt;&amp;lt;data:label.name/&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;b:if cond='data:label.isLast != &amp;amp;quot;true&amp;amp;quot;'&amp;gt;,&amp;lt;/b:if&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
... and add this code just below it:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&amp;lt;b:if cond='data:blog.pageType == &amp;amp;quot;item&amp;amp;quot;'&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;script expr:src='&amp;amp;quot;/feeds/posts/default/-/&amp;amp;quot; + data:label.name + &amp;amp;quot;?alt=json-in-script&amp;amp;amp;callback=readpostlabels&amp;amp;amp;max-results=50&amp;amp;quot;' type='text/javascript'/&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;lt;/b:if&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
The entire fragment should look like this:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;b:loop values='data:post.labels' var='label'&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;a expr:href='data:label.url' rel='tag'&amp;gt;&amp;lt;data:label.name/&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;b:if cond='data:label.isLast != &amp;amp;quot;true&amp;amp;quot;'&amp;gt;,&amp;lt;/b:if&amp;gt;&lt;br /&gt;
&lt;span style="color: #990000;"&gt;&amp;lt;b:if cond='data:blog.pageType == &amp;amp;quot;item&amp;amp;quot;'&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;script expr:src='&amp;amp;quot;/feeds/posts/default/-/&amp;amp;quot; + data:label.name + &amp;amp;quot;?alt=json-in-script&amp;amp;amp;callback=readpostlabels&amp;amp;amp;max-results=50&amp;amp;quot;' type='text/javascript'/&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;/b:if&amp;gt;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/b:loop&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Step 5. &lt;/b&gt;&lt;/span&gt;Find this fragment of code:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&amp;lt;/b:includable&amp;gt;&lt;br /&gt;
&lt;span style="color: #cc0000;"&gt;&amp;lt;b:includable id='postQuickEdit' var='post'&amp;gt;&lt;/span&gt;&lt;/blockquote&gt;
&lt;br /&gt;
Note: if you can't find it, then search only for the code in red&lt;br /&gt;
&lt;br /&gt;
&lt;table align="center" cellpadding="0" cellspacing="0" class="tr-caption-container" style="margin-left: auto; margin-right: auto; text-align: center;"&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style="text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/-oGdHD4Kh9vQ/UXql9EwpqoI/AAAAAAAADUc/q4-hdpmfE4Y/s1600/4-26-2013+7-01-35+PM.png" imageanchor="1" style="margin-left: auto; margin-right: auto;"&gt;&lt;img border="0" height="49" src="http://3.bp.blogspot.com/-oGdHD4Kh9vQ/UXql9EwpqoI/AAAAAAAADUc/q4-hdpmfE4Y/s640/4-26-2013+7-01-35+PM.png" width="640" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class="tr-caption" style="text-align: center;"&gt;&lt;span style="color: #666666;"&gt;! Click on the sideways arrow to expand the code, then scroll down until you reach to the highlighted line !&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;br /&gt;
...add just ABOVE it, add the following:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&amp;lt;b:if cond='data:blog.pageType == &amp;amp;quot;item&amp;amp;quot;'&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;lt;div class='post-footer-line post-footer-line-4'&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div id='relatedpostssum'&amp;gt;&amp;lt;div style='text-align: left; font-size: 15px; margin-bottom: 10px; font-weight: bold;'&amp;gt;&lt;b&gt;RELATED POSTS&lt;/b&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;script type='text/javascript'&amp;gt;showrelated();&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div style='clear:both;'/&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/b:if&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
&lt;table align="center" cellpadding="0" cellspacing="0" class="tr-caption-container" style="margin-left: auto; margin-right: auto; text-align: center;"&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style="text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/-p38Io1c3L1U/UXql83dX2iI/AAAAAAAADUY/DumkaB5ohQU/s1600/4-26-2013+7-02-56+PM.png" style="margin-left: auto; margin-right: auto;"&gt;&lt;img border="0" height="153" src="http://1.bp.blogspot.com/-p38Io1c3L1U/UXql83dX2iI/AAAAAAAADUY/DumkaB5ohQU/s640/4-26-2013+7-02-56+PM.png" width="640" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class="tr-caption" style="text-align: center;"&gt;Screenshot&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;br /&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Step 6.&lt;/b&gt;&lt;/span&gt; Let's go ahead and add some styles to our CSS... search for this tag:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
...and paste the below code just ABOVE it:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
.relatedsumposts {&lt;br /&gt;
&amp;nbsp; float: left;&lt;br /&gt;
&amp;nbsp; margin: 0px 5px;&lt;br /&gt;
&amp;nbsp; overflow: hidden;&lt;br /&gt;
&amp;nbsp; text-align: center;&lt;br /&gt;
&lt;span style="color: #38761d;"&gt;&amp;nbsp; /* width and height of the related posts area */&lt;/span&gt;&lt;br /&gt;
&lt;span style="color: red;"&gt;&amp;nbsp; width: &lt;b&gt;120&lt;/b&gt;px;&lt;/span&gt;&lt;br /&gt;
&lt;span style="color: red;"&gt;&amp;nbsp; height: &lt;b&gt;210&lt;/b&gt;px;&lt;/span&gt;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.relatedsumposts:hover { &lt;br /&gt;
background-color: #F3F3F3; -webkit-border-radius: 10px;&lt;br /&gt;
-moz-border-radius: 10px;&lt;br /&gt;
border-radius: 10px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.relatedsumposts img:hover {&lt;br /&gt;
-khtml-opacity:0.4;&lt;br /&gt;
-moz-opacity:0.4;&lt;br /&gt;
opacity:0.4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.relatedsumposts a {&lt;br /&gt;
&lt;span style="color: #38761d;"&gt;&amp;nbsp; /* link properties */&lt;/span&gt;&lt;br /&gt;
color: &lt;span style="color: blue;"&gt;#linkcolor&lt;/span&gt;;&lt;br /&gt;
&amp;nbsp; display: inline;&lt;br /&gt;
&lt;b&gt;&amp;nbsp; font-size: 10px;&lt;/b&gt;&lt;br /&gt;
&amp;nbsp; line-height: 1;&lt;br /&gt;
}&lt;br /&gt;
.relatedsumposts img {&lt;br /&gt;
&lt;span style="color: #38761d;"&gt;&amp;nbsp; /* thumbnail properties */&lt;/span&gt;&lt;br /&gt;
margin-top: 2px;&lt;br /&gt;
&lt;span style="color: #674ea7;"&gt;&amp;nbsp; height: &lt;b&gt;82&lt;/b&gt;px;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp; padding: 5px;&lt;br /&gt;
&lt;span style="color: #674ea7;"&gt;&amp;nbsp; width: &lt;b&gt;82&lt;/b&gt;px;&lt;/span&gt;&lt;br /&gt;
border: 1px solid #fff;&lt;br /&gt;
&lt;span style="color: #e69138;"&gt;-webkit-border-radius: &lt;b&gt;100&lt;/b&gt;px;&lt;/span&gt;&lt;br /&gt;
&lt;span style="color: #e69138;"&gt;-moz-border-radius: &lt;b&gt;100&lt;/b&gt;px;&lt;/span&gt;&lt;br /&gt;
&lt;span style="color: #e69138;"&gt;border-radius: &lt;b&gt;100&lt;/b&gt;px;&lt;/span&gt;&lt;br /&gt;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .4);&lt;br /&gt;
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .4);&lt;br /&gt;
box-shadow: 0 1px 2px rgba(0, 0, 0, .4);&lt;br /&gt;
}&lt;br /&gt;
.relatedsumposts h6 {&lt;br /&gt;
&lt;span style="color: #38761d;"&gt;&amp;nbsp; /* title properties */&lt;/span&gt;&lt;br /&gt;
&amp;nbsp; display: table-cell;&lt;br /&gt;
&amp;nbsp; height: 5em;&lt;br /&gt;
&amp;nbsp; margin: 5px 0 0;&lt;br /&gt;
&amp;nbsp; overflow: hidden;&lt;br /&gt;
&amp;nbsp; padding-bottom: 2px;&lt;br /&gt;
&amp;nbsp; vertical-align: middle;&lt;br /&gt;
&amp;nbsp; width: 130px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.relatedsumposts p {&lt;br /&gt;
&lt;span style="color: #38761d;"&gt;&amp;nbsp; /* summary properties */&lt;/span&gt;&lt;br /&gt;
border-top: 1px dotted #777777;&lt;br /&gt;
border-bottom: 1px dotted #777777;&lt;br /&gt;
color: &lt;span style="color: magenta;"&gt;#summarycolor&lt;/span&gt;;&lt;br /&gt;
&lt;b&gt;&amp;nbsp; font-size: 10px;&lt;/b&gt;&lt;br /&gt;
&amp;nbsp; height: 4em;&lt;br /&gt;
&amp;nbsp; line-height: 1;&lt;br /&gt;
&amp;nbsp; margin: 5px 0 0;&lt;br /&gt;
&amp;nbsp; overflow: hidden;&lt;br /&gt;
&amp;nbsp; padding: 5px 0 15px 0;&lt;br /&gt;
&amp;nbsp; text-align: left;&lt;br /&gt;
}&lt;/blockquote&gt;
&lt;br /&gt;
&lt;i&gt;&lt;b&gt;Note: &lt;/b&gt;&amp;nbsp;&lt;/i&gt;&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Modify the values in red to adjust the width (&lt;span style="color: red;"&gt;120&lt;/span&gt;) and height (&lt;span style="color: red;"&gt;210&lt;/span&gt;) of the widget area&lt;/li&gt;
&lt;li&gt;Replace &lt;span style="color: blue;"&gt;#linkcolor&lt;/span&gt; with the hex value of your color to change the color of post titles&lt;/li&gt;
&lt;li&gt;To change the size of thumbnails, modify the values &lt;span style="color: #674ea7;"&gt;marked in violet (&lt;b&gt;82&lt;/b&gt;)&lt;/span&gt; &lt;/li&gt;
&lt;li&gt;To determine the border roundness, modify the &lt;span style="color: #e69138;"&gt;values in orange (100)&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;To change the color of the post snippet, change &lt;span style="color: magenta;"&gt;#summarycolor&lt;/span&gt; with color hex value&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Step 7.&lt;/b&gt;&lt;/span&gt; Save your Template... and hopefully we're done...&lt;br /&gt;
&lt;br /&gt;
Enjoy!&lt;img src="http://feeds.feedburner.com/~r/helplogger/~4/dxYXdhz1XO0" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/helplogger/~3/dxYXdhz1XO0/related-posts-widget-with-thumbnails.html</link><author>noreply@blogger.com (Admin)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/-qDkN4r6rkGY/UVhFT7sBPHI/AAAAAAAADK8/jyzngayzW2k/s72-c/related_posts_widget_with_summary_snippets_for_blogger_blogspot.png" height="72" width="72" /><thr:total>54</thr:total><feedburner:origLink>http://helplogger.blogspot.com/2013/03/related-posts-widget-with-thumbnails.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3126197138969349243.post-3866518637046698909</guid><pubDate>Tue, 19 Mar 2013 23:25:00 +0000</pubDate><atom:updated>2013-03-19T16:33:19.865-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Image Effects</category><category domain="http://www.blogger.com/atom/ns#">how to</category><category domain="http://www.blogger.com/atom/ns#">css</category><category domain="http://www.blogger.com/atom/ns#">Blog Design</category><title>CSS Basics. How to Apply Rounded Corners On Images #2</title><description>&lt;a href="https://images-blogger-opensocial.googleusercontent.com/gadgets/proxy?url=http%3A%2F%2F2.bp.blogspot.com%2F-JE2gK4-dcDs%2FUUjMcD2KmmI%2FAAAAAAAADH8%2FYEdAZ5zGFIM%2Fs1600%2Fleaf.jpg&amp;amp;container=blogger&amp;amp;gadget=a&amp;amp;rewriteMime=image%2F*" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img alt="blogger tricks, css tricks, border radius" border="0" height="200" src="http://2.bp.blogspot.com/-JE2gK4-dcDs/UUjMcD2KmmI/AAAAAAAADH8/YEdAZ5zGFIM/s1600/leaf.jpg" style="border-radius: 800px; border: 2px solid rgb(186, 218, 85); margin-top: 0px; padding: 0px;" title="how to round images using css in Blogger" width="200" /&gt;&lt;/a&gt;&lt;a href="http://helplogger.blogspot.ro/2013/03/css-basics-how-to-apply-rounded-corners.html"&gt;In the previous post&lt;/a&gt; I have mentioned that we will learn to round images using CSS, without needing to edit them one by one using a program. Now that we have seen the basics of CSS, let's try to apply to some images.&lt;br /&gt;
&lt;br /&gt;
What we will do is to upload an image as normal (HTML) and then add some rules in our style sheet that will transform the outer shape as a circle... or at least to appear round. This will depend on the proportions of image that we use.&lt;br /&gt;
&lt;br /&gt;
In fact, we can apply this effect to any image, to all of an area or to all in our blog. That depends on your tastes.&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;span style="font-size: large;"&gt;&lt;b&gt;Marking up HTML&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
Obviously the first thing we need for in order to round an image is an idem. The code could be more complicated, but an image is built within the img tag and basically looks like this:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&amp;lt;img src="&lt;span style="color: blue;"&gt;image_URL&lt;/span&gt;"/&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
&lt;i&gt;Screenshot&lt;/i&gt;:&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://4.bp.blogspot.com/-JqwFGEmaY4I/UUjwo3B5S6I/AAAAAAAADIs/7HTI5EZBSS8/s1600/how-to-add-rounded-border-to-blogger-images-css-border-radius.png" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="116" src="http://4.bp.blogspot.com/-JqwFGEmaY4I/UUjwo3B5S6I/AAAAAAAADIs/7HTI5EZBSS8/s1600/how-to-add-rounded-border-to-blogger-images-css-border-radius.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://3.bp.blogspot.com/-QmnwxuDE88w/UUjP4kyusKI/AAAAAAAADIE/1FM1PaJLIlc/s1600/how-to-add-rounded-corners-to-images-blogger-tutorial-css-trick.jpg" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="150" src="http://3.bp.blogspot.com/-QmnwxuDE88w/UUjP4kyusKI/AAAAAAAADIE/1FM1PaJLIlc/s1600/how-to-add-rounded-corners-to-images-blogger-tutorial-css-trick.jpg" width="150" /&gt;&lt;/a&gt;&lt;/div&gt;
This is how we make it look something like the one from the left. Normally, it should also keep an alt text and sometimes it carries some forced dimensions (with width and/or height). When you upload an image, the code inside the Blogger editor also contains a link that is pointing to the original image.&lt;br /&gt;
&lt;br /&gt;
But if we want to modify this image using CSS, we need to incorporate a class selector. We can add it in two ways: within the img tag or to a parent box. The name that I have chosen for the selector is &lt;span style="color: #990000;"&gt;roundedcorners&lt;/span&gt;:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&amp;lt;img class="&lt;span style="color: #990000;"&gt;roundedcorners&lt;/span&gt;" src="&lt;span style="color: blue;"&gt;image_URL&lt;/span&gt;"/&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://2.bp.blogspot.com/-4uRTmG8-YKE/UUjwxHSnfKI/AAAAAAAADI0/9Ns41WzV_r8/s1600/how-to-add-rounded-border-to-blogger-images-css-border-radius-1.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="99" src="http://2.bp.blogspot.com/-4uRTmG8-YKE/UUjwxHSnfKI/AAAAAAAADI0/9Ns41WzV_r8/s1600/how-to-add-rounded-border-to-blogger-images-css-border-radius-1.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&amp;lt;div class="&lt;span style="color: #990000;"&gt;roundedcorners&lt;/span&gt;"&amp;gt;&lt;br /&gt;
&amp;lt;img src="&lt;span style="color: blue;"&gt;image_URL&lt;/span&gt;"/&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;span style="font-size: large;"&gt;&lt;b&gt;Applying style to all homogeneous elements&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
But that selector alone will do nothing. It needs to be linked to a style rule that tells what to do with it. As much as we add classes, if these are not defined in the CSS, the appearance of the image (or a certain element) will not change.&lt;br /&gt;
&lt;br /&gt;
To change the shape of all the images on our blog, this would be what we should add to our CSS:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&lt;span style="color: #cc0000;"&gt;img&lt;/span&gt; {&lt;br /&gt;
border: 2px solid #BADA55;&lt;br /&gt;
margin: 0;&lt;br /&gt;
padding: 0;&lt;br /&gt;
border-radius: 900px;&lt;br /&gt;
-moz-border-radius: 900px;&lt;br /&gt;
}&lt;/blockquote&gt;
&lt;br /&gt;
And how it translates to your browser? As follows:&lt;br /&gt;
&lt;br /&gt;
Search for images by name tag (&lt;span style="color: #cc0000;"&gt;img&lt;/span&gt;) and apply the following style:&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;a solid green border of 2 pixels&lt;/li&gt;
&lt;li&gt;margins (space outside the border) and padding (space inside the border) is set to zero&lt;/li&gt;
&lt;li&gt;the image is round at the four corners&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;a href="https://images-blogger-opensocial.googleusercontent.com/gadgets/proxy?url=http%3A%2F%2F3.bp.blogspot.com%2F-QmnwxuDE88w%2FUUjP4kyusKI%2FAAAAAAAADII%2FXlGDFxhDD4s%2Fs1600%2Fhow-to-add-rounded-corners-to-images-blogger-tutorial-css-trick.jpg&amp;amp;container=blogger&amp;amp;gadget=a&amp;amp;rewriteMime=image%2F*" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" height="150" src="http://3.bp.blogspot.com/-QmnwxuDE88w/UUjP4kyusKI/AAAAAAAADII/XlGDFxhDD4s/s1600/how-to-add-rounded-corners-to-images-blogger-tutorial-css-trick.jpg" style="border-radius: 100% 100% 100% 100%; border: 2px solid rgb(186, 218, 85); margin-top: 0px; padding: 0px;" width="150" /&gt;&lt;/a&gt;Now that we have this rule in our style sheet itself, we can see the picture as we wanted - see the example on the right.&lt;br /&gt;
&lt;br /&gt;
To declare a property correctly, we need to know what it does and how to write and you can find more info in many places, although &lt;a href="http://www.w3.org/TR/css3-background/#the-border-radius"&gt;W3C&lt;/a&gt; is the authority in this.&lt;br /&gt;
&lt;br /&gt;
For example border-radius requires initially 4 values reading from left to right that represent the roundness of the upper-left, upper-right, lower-right and lower-left corner. If you put a single value is understood that all four will be equal to that.&lt;br /&gt;
&lt;br /&gt;
You should also know that when the value of the border exceeds the dimensions of the box, this border is adapted to form a circle. &lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;span style="font-size: large;"&gt;&lt;b&gt;How to Apply Style&lt;span style="font-size: large;"&gt; t&lt;/span&gt;o &lt;span style="font-size: large;"&gt;t&lt;/span&gt;he Elements of &lt;span style="font-size: large;"&gt;t&lt;/span&gt;he &lt;span style="font-size: large;"&gt;S&lt;/span&gt;ame &lt;span style="font-size: large;"&gt;B&lt;/span&gt;lock&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
But surely we do not want all the blog images to be round, but only those that we choose, otherwise adding the above style in the head tag will make all of our blog images to take this shape. Before we used an HTML tag (&lt;span style="color: #cc0000;"&gt;img&lt;/span&gt;) and not a selector and that is why the style will affect all images.&lt;br /&gt;
&lt;br /&gt;
To avoid this, we can do one of the things we saw at the beginning and that was to put the image inside a div with the &lt;span style="color: #990000;"&gt;roundedcorners&lt;/span&gt; class. In this way, only the images that are in a box with that class will be affected by the rule that will make them round.&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&amp;lt;div class="&lt;span style="color: #990000;"&gt;roundedcorners&lt;/span&gt;"&amp;gt;&amp;lt;img src="&lt;span style="color: blue;"&gt;image_URL&lt;/span&gt;"/&amp;gt;&amp;lt;/div&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
But the rule then should not attack the img tag directly, but the &lt;span style="color: #990000;"&gt;roundedcorners&lt;/span&gt; selector. In this case, you should write it like this:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
.roundedcorners img {&lt;br /&gt;
border: 2px solid #BADA55;&lt;br /&gt;
....&lt;br /&gt;
}&lt;/blockquote&gt;
&lt;br /&gt;
&lt;i&gt;This means that this style applies only to images that are in a box with roundedcorners class. &lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;&lt;span style="font-size: large;"&gt;Epilogue&lt;span style="font-size: large;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
To close the subtopic of rounding images, you have to keep in mind that if these are not square, instead of becoming circular, they will look oval.&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://2.bp.blogspot.com/-A9MH9hKl62s/UUjnrzT-meI/AAAAAAAADIU/byS_Lu2-CkQ/s1600/Snail_and_Chameleon.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img height="200" src="http://2.bp.blogspot.com/-A9MH9hKl62s/UUjnrzT-meI/AAAAAAAADIU/byS_Lu2-CkQ/s1600/Snail_and_Chameleon.jpg" style="border-radius: 100px; border: 2px solid #BADA55; margin: 0; padding: 0;" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
To fix this we should add the width and height with the same measure (value in pixels), that is to force the image cropping and to make it appear perfectly circular. That was all!&lt;br /&gt;
&lt;br /&gt;
If you enjoy reading this blog, please share and subscribe. For any questions, drop a comment below ;)&lt;img src="http://feeds.feedburner.com/~r/helplogger/~4/WQF_W84RJR8" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/helplogger/~3/WQF_W84RJR8/css-basics-how-to-apply-rounded-corners_19.html</link><author>noreply@blogger.com (Admin)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/-JE2gK4-dcDs/UUjMcD2KmmI/AAAAAAAADH8/YEdAZ5zGFIM/s72-c/leaf.jpg" height="72" width="72" /><thr:total>5</thr:total><feedburner:origLink>http://helplogger.blogspot.com/2013/03/css-basics-how-to-apply-rounded-corners_19.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3126197138969349243.post-6365839126821322803</guid><pubDate>Tue, 19 Mar 2013 00:48:00 +0000</pubDate><atom:updated>2013-03-18T17:55:30.490-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Image Effects</category><category domain="http://www.blogger.com/atom/ns#">how to</category><category domain="http://www.blogger.com/atom/ns#">css</category><category domain="http://www.blogger.com/atom/ns#">Blog Design</category><title>CSS Basics. How to Apply Rounded Corners On Images #1</title><description>This tutorial will explain how to change the outside border of any image using some simple CSS rules to make it round, but this is so easy to do, that I'm finally going to make this entry for other purposes.&lt;br /&gt;
&lt;a href="http://4.bp.blogspot.com/-3gk3cH1MlTQ/UUezzJuu4BI/AAAAAAAADHE/bq_abDHuKOU/s1600/leaf.jpg" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img alt="rounded corners, css tricks, blogger tricks, blogger design" border="0" height="141" src="http://4.bp.blogspot.com/-3gk3cH1MlTQ/UUezzJuu4BI/AAAAAAAADHE/bq_abDHuKOU/s1600/leaf.jpg" title="how to add rounded corners to images in Blogger Blogspot using CSS" width="200" /&gt;&lt;/a&gt;&lt;br /&gt;
The trick today that I'm going to publish in two parts is to help to understand at least a little of what CSS (Cascading Style Sheets) is. But very briefly that I'm not able to do a good comprehensive manual on the subject. For those who want to see a bit more, take a look at &lt;a href="http://en.wikipedia.org/wiki/Cascading_Style_Sheets"&gt;this link&lt;/a&gt; and for those who really want to learn thoroughly, I recommend to visit &lt;a href="http://www.w3schools.com/css/"&gt;this site&lt;/a&gt;. &lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;span style="font-size: large;"&gt;&lt;b&gt;Introduction and terminology&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
Style sheets aim to help sort out what is the structure of a website and which is its format, its appearance. Thus, the CSS box model is essentially a box that wraps around HTML elements, and it dictates how those boxes are presented in terms of colors, fonts, width, backgrounds etc.&lt;br /&gt;
&lt;br /&gt;
The advantage is that if in the future we decide to change something, we don't have to change all the pages one by one, but simply change the properties of one kind or another box from the style sheet and these changes will automatically apply in all the pages.&lt;br /&gt;
&lt;br /&gt;
The style sheet is a set of rules, in turn composed of selectors and declarations. The selector is to be used as a nickname or name of what you want to configure from the sheet and apply to the HTML and declarations are properties that are assigned to the desired values ​​(more information on &lt;a href="http://www.w3schools.com/css/css_syntax.asp"&gt;CSS syntax&lt;/a&gt;)&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://4.bp.blogspot.com/-mPO1C2a48xg/UUet3k-FxiI/AAAAAAAADG0/e-UXmCI4ZkI/s1600/css-selector-property-declaration-values-rules-blogger-help.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="142" src="http://4.bp.blogspot.com/-mPO1C2a48xg/UUet3k-FxiI/AAAAAAAADG0/e-UXmCI4ZkI/s1600/css-selector-property-declaration-values-rules-blogger-help.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style="font-size: large;"&gt;&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Adding the CSS selector&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
Once we put for example the one above in our style sheet, we see that in our website... nothing happens. I said that the selector is what relates HTML and CSS so that if we want a box to take these values ​​for width, background color, border and font size (that's what we defined earlier), we need to include the selector, thus:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;
&amp;lt;div &lt;span style="color: #660000;"&gt;&lt;i&gt;class&lt;/i&gt;&lt;/span&gt;="&lt;b&gt;SelectorName&lt;/b&gt;"&amp;gt;Text here&amp;lt;/div&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
What we have added is a rule that tells the browser to interpret that this box has to be of a certain type or &lt;span style="color: #660000;"&gt;&lt;i&gt;class&lt;/i&gt;&lt;/span&gt;. A class that was mentioned earlier is called selector having some specific properties and values ​​defined in the style sheet.&lt;br /&gt;
&lt;br /&gt;
Now we'll see how this will change the look of the box, while all others that don't have the &lt;b&gt;SelectorName&lt;/b&gt;&amp;nbsp; name will follow the standard appearance.&lt;br /&gt;
&lt;br /&gt;
Therefore, when we include a rule in a style sheet, or modify an existing one, what happens is that all boxes marked with that selector will change their appearance according to the properties-values ​​that we have defined.&lt;br /&gt;
&lt;br /&gt;
On the contrary, if we want that an unmarked box to change its appearance with the CSS rules defined, we'll add the appropriate selector. &lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;span style="font-size: large;"&gt;&lt;b&gt;Where to add the CSS style&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
The style can be put in a CSS file. The file is created with all the rules, you get the address and then include the following line in the header of your template. For Blogger, you can add it between &lt;b&gt;&amp;lt;head&amp;gt;&lt;/b&gt; and &lt;b&gt;&amp;lt;b:skin&amp;gt;&amp;lt;![CDATA[/*&lt;/b&gt;:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;
&amp;lt;link href="&lt;span style="color: blue;"&gt;syle.css&lt;/span&gt;" rel="stylesheet" type="text/css"/&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
Note: in blue is where the address of your CSS file should be added.&lt;br /&gt;
&lt;br /&gt;
You can also add the style directly mixed with HTML, inserted between the style tags:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&amp;lt;style&amp;gt;&lt;br /&gt;
.SelectorName {&lt;br /&gt;
background-color: #EAEAEA;&lt;br /&gt;
border: 1px solid #444444;&lt;br /&gt;
width: 200px;&lt;br /&gt;
font-size: 12px;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/style&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
It can be inserted into a particular box, as well. In this case, you do not need to add any selector to indicate where the CSS style is:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&amp;lt;div style="background-color: #EAEAEA; border: 1px solid #444444; width: 200px; font-size: 12px;"&amp;gt;Text here&amp;lt;/div&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
In Blogger the rules are between the skin tags, which means they are between &lt;b&gt;&amp;lt;b:skin&amp;gt;&amp;lt;![CDATA[/*&lt;/b&gt; and &lt;b&gt;]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/b&gt;. If you edit the template, will find that there are many things in between. All this is CSS that marks the appearance of your blog.&lt;br /&gt;
&lt;br /&gt;
In case we want to see the effect after changing the value of some propriety, we can click on the &lt;b&gt;Preview &lt;/b&gt;button. We can also remove anytime a declaration or add another to the desired selector.&lt;br /&gt;
&lt;br /&gt;
For those who don't want to touch the template, you can add the CSS directly by going to the &lt;b&gt;Advanced&lt;/b&gt; section &amp;gt; &lt;b&gt;Add CSS&lt;/b&gt; of your Template Designer.&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://3.bp.blogspot.com/-01MvNpKoF4c/UUeu7K8toLI/AAAAAAAADG8/QUB9982hiLA/s1600/blogger-template-designer-advanced-add-css.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="141" src="http://3.bp.blogspot.com/-01MvNpKoF4c/UUeu7K8toLI/AAAAAAAADG8/QUB9982hiLA/s1600/blogger-template-designer-advanced-add-css.png" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
That's enough for today. The next tutorial will discuss in more detail about how to add rounded corners to our images using CSS.&lt;img src="http://feeds.feedburner.com/~r/helplogger/~4/IACFXFa90M4" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/helplogger/~3/IACFXFa90M4/css-basics-how-to-apply-rounded-corners.html</link><author>noreply@blogger.com (Admin)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/-3gk3cH1MlTQ/UUezzJuu4BI/AAAAAAAADHE/bq_abDHuKOU/s72-c/leaf.jpg" height="72" width="72" /><thr:total>2</thr:total><feedburner:origLink>http://helplogger.blogspot.com/2013/03/css-basics-how-to-apply-rounded-corners.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3126197138969349243.post-137376437653142871</guid><pubDate>Sun, 17 Mar 2013 21:20:00 +0000</pubDate><atom:updated>2013-03-18T18:39:30.346-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">adsense</category><category domain="http://www.blogger.com/atom/ns#">adsense optimization</category><category domain="http://www.blogger.com/atom/ns#">adsense tips</category><title>10 Places to put Adsense ads in Blogger</title><description>This article will discuss about the more common 10 places on our blog where we can place ads and about how to implement them and also which are the most suitable formats based on those available in our AdSense account.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Advertisements&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-size: large;"&gt;&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;In the Sidebar&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://1.bp.blogspot.com/-3AmEhq2kzWw/UUYZ0T35XaI/AAAAAAAADFU/nU-vr6PvZUk/s1600/blogger-adsense-ads-sidebar.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="adsense, ads, add adsense blogger" border="0" src="http://1.bp.blogspot.com/-3AmEhq2kzWw/UUYZ0T35XaI/AAAAAAAADFU/nU-vr6PvZUk/s1600/blogger-adsense-ads-sidebar.png" title="how to add adsense ads in the blogger sidebar" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
How to implement.&lt;br /&gt;
&lt;br /&gt;
This is one of the easiest places to place AdSense. Just go to the page elements (layout), click on the "Add a Gadget" link and add an HTML/Javascript widget with your ad code inside it or add directly an AdSense widget.&lt;br /&gt;
&lt;br /&gt;
Recommended formats: 125 × 125, 120 × 600 and 160 × 600&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-size: large;"&gt;&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Between posts&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://4.bp.blogspot.com/-vAXeybt_a-I/UUYacz0xfBI/AAAAAAAADFc/3LkbbWaJfxo/s1600/blogger-adsense-ads-between-posts.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="blogger posts, blogger tricks, adsense ads" border="0" src="http://4.bp.blogspot.com/-vAXeybt_a-I/UUYacz0xfBI/AAAAAAAADFc/3LkbbWaJfxo/s1600/blogger-adsense-ads-between-posts.png" title="how to add adsense ads between blogger posts" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Implementation. You can implement AdSense ads between your posts: go to Layout, click on the "Edit" link below the Blog Posts section, then check the "Show Ads Between Posts" option.&lt;br /&gt;
&lt;br /&gt;
Recommended formats: 468 × 60, 300 × 250 and 336 × 280&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-size: large;"&gt;&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Under the header&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://2.bp.blogspot.com/-VTSezLws_No/UUYbAszaHCI/AAAAAAAADFk/0CnKgQ1dd2A/s1600/blogger-adsense-ads-under-header.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="blogger header, blogger tips, adsense" border="0" src="http://2.bp.blogspot.com/-VTSezLws_No/UUYbAszaHCI/AAAAAAAADFk/0CnKgQ1dd2A/s1600/blogger-adsense-ads-under-header.png" title="how to add adsense ad below the blogger header" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Implementation:&lt;br /&gt;
&lt;br /&gt;
Firstly, convert your AdSense ad code. You can use this converter here:&lt;br /&gt;
&lt;a href="http://helplogger.blogspot.ro/2012/03/adsense-ad-code-converter.html"&gt;AdSense Ad Converter&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Then, go to your Blogger Template (from your Dashboard, click on Template and press the Edit HTML button) and search for:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&amp;lt;div id='header-wrapper'&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
Then paste the converted code right after it.&lt;br /&gt;
&lt;br /&gt;
Recommended formats: 728 × 90 and 728 × 15&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-size: large;"&gt;&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Above the blog posts&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://2.bp.blogspot.com/-VZVcEZ_sLmI/UUYcu4e3C3I/AAAAAAAADFs/-wM3K6PsaIo/s1600/blogger-adsense-ads-above-blog-entries.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="make money, adsense, blogger tutorials" border="0" src="http://2.bp.blogspot.com/-VZVcEZ_sLmI/UUYcu4e3C3I/AAAAAAAADFs/-wM3K6PsaIo/s1600/blogger-adsense-ads-above-blog-entries.png" title="how to add adsense ads above the blog posts" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Implementation:&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://helplogger.blogspot.ro/2012/03/adsense-ad-code-converter.html"&gt;Convert your ad code&lt;/a&gt; and search for &lt;b&gt;&amp;lt;div id='main-wrapper'&amp;gt;&lt;/b&gt; in your template.&lt;br /&gt;
&lt;br /&gt;
Paste the converted code right after it.&lt;br /&gt;
&lt;br /&gt;
Recommended formats: 460 × 68, 468 × 15 and 336 × 280&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-size: large;"&gt;&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Under the title of the post (this will be visible on all the pages)&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://3.bp.blogspot.com/-NxtRhUR8oVQ/UUYqv9QoUaI/AAAAAAAADGU/x9GGE6z4Xl4/s1600/blogger-adsense-ads-under-post-title.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="money online, blogger tricks, how to blogger" border="0" src="http://3.bp.blogspot.com/-NxtRhUR8oVQ/UUYqv9QoUaI/AAAAAAAADGU/x9GGE6z4Xl4/s1600/blogger-adsense-ads-under-post-title.png" title="how to add adsense under post title in blogger" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;/div&gt;
&amp;nbsp;Implementation:&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://helplogger.blogspot.ro/2012/03/adsense-ad-code-converter.html"&gt;Convert your AdSense ad code&lt;/a&gt; and then go to your Template, Expand Widget Templates and look for:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&amp;lt;div class='post-header-line-1'/&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
Note: if you can't find it, search it without the ending slash /&lt;br /&gt;
&lt;br /&gt;
Paste the converted code right after it.&lt;br /&gt;
&lt;br /&gt;
Recommended formats: 468 × 68 and 468 × 15&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-size: large;"&gt;&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Under the post title (visible only on the posts pages)&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
Implementation:&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://helplogger.blogspot.ro/2012/03/adsense-ad-code-converter.html"&gt;Convert your ad code&lt;/a&gt; and then go to your Template, Expand Widget Templates and look for:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&amp;lt;div class='post-header-line-1'/&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
Note: if you can't find it, search it without the trailing slash /&lt;br /&gt;
&lt;br /&gt;
Paste the converted code, following this example:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&amp;lt;b:if cond='data:blog.pageType == "item"'&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Here your ad code --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/b:if&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
Recommended formats: 468x68 and 468x15&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-size: large;"&gt;&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;In the posts&lt;span style="font-size: large;"&gt;' &lt;/span&gt;footer &lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://1.bp.blogspot.com/-V3Y4qPx5iXM/UUYqqlYzHmI/AAAAAAAADGM/VHC8W0B4_ZY/s1600/blogger-adsense-ads-under-entry-footer.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="post footer, adsense, blogger blogspot" border="0" src="http://1.bp.blogspot.com/-V3Y4qPx5iXM/UUYqqlYzHmI/AAAAAAAADGM/VHC8W0B4_ZY/s1600/blogger-adsense-ads-under-entry-footer.png" title="how to add adsense at the post footer" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Implementation:&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://helplogger.blogspot.ro/2012/03/adsense-ad-code-converter.html"&gt;Convert your ad code&lt;/a&gt; and then go to your Template, Expand Widget Templates and look for:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&amp;lt;p class='post-footer-line post-footer-line-3'/&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
Note: if you can't find it, search it without the trailing slash /&lt;br /&gt;
&lt;br /&gt;
Paste the converted code right after this line.&lt;br /&gt;
&lt;br /&gt;
Recommended formats: 468x68 and 468x15&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-size: large;"&gt;&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;In the post's body (it will be visible on all pages)&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://3.bp.blogspot.com/-l5nFPsjxGRo/UUYqAyF8qaI/AAAAAAAADGE/3elieSXU7hg/s1600/blogger-adsense-ads-inside-body-post.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="adsense how to, blogger tricks, gadgets" border="0" src="http://3.bp.blogspot.com/-l5nFPsjxGRo/UUYqAyF8qaI/AAAAAAAADGE/3elieSXU7hg/s1600/blogger-adsense-ads-inside-body-post.png" title="how to add adsense ads inside the blogger post" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Implementation:&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://helplogger.blogspot.ro/2012/03/adsense-ad-code-converter.html"&gt;Convert your ad code&lt;/a&gt; and then go to your Template, Expand Widget Templates and look for:&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&amp;lt;div class='post-body entry-content'&amp;gt; &lt;/blockquote&gt;
&lt;br /&gt;
Note: in case you don't fint this code, search only for &lt;b&gt;&amp;lt;div class='post-body'&amp;gt;&lt;/b&gt; &lt;br /&gt;
&lt;br /&gt;
And paste the converted code, following this example:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&amp;lt;div style='float:right'&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Here ad code --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
Recommended formats: 125x125, 180x150, 120x240 and 200x200&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-size: large;"&gt;&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;In the &lt;span style="font-size: large;"&gt;post's &lt;/span&gt;body (visible only in &lt;span style="font-size: large;"&gt;post pages&lt;/span&gt;)&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://helplogger.blogspot.ro/2012/03/adsense-ad-code-converter.html"&gt;Convert your ad code&lt;/a&gt; and then go to your Template, Expand Widget Templates and look for:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&amp;lt;div class='post-body entry-content'&amp;gt; &lt;/blockquote&gt;
&lt;br /&gt;
Note: in case you don't fint this code, search only for &lt;b&gt;&amp;lt;div class='post-body'&amp;gt;&lt;/b&gt;&amp;nbsp; &lt;br /&gt;
&lt;br /&gt;
And paste the converted code, following this example:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&amp;lt;b:if cond='data:blog.pageType == "item"'&amp;gt;&lt;br /&gt;
&amp;lt;div style='float:right'&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Here your ad code --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/b:if&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
Recommended formats: 125x125, 180x150, 120x240 and 200x200&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-size: large;"&gt;&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Between post and comments (visible only on posts pages)&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://4.bp.blogspot.com/-nm06B1ErBD8/UUYsPaXruyI/AAAAAAAADGc/mpG7v_1T2eo/s1600/blogger-adsense-ads-between-posts-and-comments.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://4.bp.blogspot.com/-nm06B1ErBD8/UUYsPaXruyI/AAAAAAAADGc/mpG7v_1T2eo/s1600/blogger-adsense-ads-between-posts-and-comments.png" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Implementation:&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://helplogger.blogspot.ro/2012/03/adsense-ad-code-converter.html"&gt;Convert your ad code&lt;/a&gt; and then go to your Template, Expand Widget Templates and look for:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&amp;lt;/b:includable&amp;gt;&lt;br /&gt;
&amp;lt;b:includable id='commentDeleteIcon' var='comment'&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
Paste the converted code just above it, following this example:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&amp;lt;b:if cond='data:blog.pageType == "item"'&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Here comes your ad code --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/b:if&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
Recommended formats: 468x60, 300x250 and 336x280&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;&lt;span style="font-size: large;"&gt;&lt;span style="font-size: large;"&gt;In&lt;/span&gt; the blog's footer&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://2.bp.blogspot.com/-V1OhOvc5y6Y/UUYspAjFf4I/AAAAAAAADGk/P7zN-zh0LDs/s1600/blogger-adsense-ads-blog-footer.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="blogger footer, adsense ads, make money online" border="0" src="http://2.bp.blogspot.com/-V1OhOvc5y6Y/UUYspAjFf4I/AAAAAAAADGk/P7zN-zh0LDs/s1600/blogger-adsense-ads-blog-footer.png" title="how to add adsense at the blog's footer" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Implementation:&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://helplogger.blogspot.ro/2012/03/adsense-ad-code-converter.html"&gt;Convert your ad code&lt;/a&gt; and then go to your Template, Expand Widget Templates and look for:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&amp;lt;div id='footer-wrapper'&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
Paste the converted code right after it.&lt;br /&gt;
&lt;br /&gt;
Recommended formats: 728x90 and 728x15&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;FAQ&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
I anticipated some questions likely to arise:&lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;&lt;b&gt;I can't find the codes, what should I do?&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;
Always check the "Expand Widget Templates" checkbox. These are the default codes of Blogger and should be found in all the templates unless they have been changed by a hack or the template designer.&lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;&lt;b&gt;Why should I convert my AdSense code?&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;
The Blogger's Template reads it as text and not as code and it is good to avoid any errors when trying to save it.&lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;&lt;b&gt;The ads are not displaying properly, why is that?&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;
The ads could be affected by the styles (CSS) selectors (divs) containing them and some templates could be wrong designed, then you should consider modifying these styles, look for another relevant place or in extreme cases, change the template.&lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;&lt;b&gt;Can I put the all 10 codes on my blog?&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;
No, you should choose just one of the places where you want to put the ads considering that AdSense have some limits on the number of ads that could be displayed. Try to make a balance with your content.&lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;&lt;b&gt;Why we there should be only 3 ads displayed on the main page?&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;
Is due to the limit set by the AdSense. Combine the type of ads (text, rich media ads and link units) to be able to show the number of ads you want.&lt;br /&gt;
&lt;br /&gt;
Hopefully, this will be useful to those of you wanting to display AdSense ads on your blog.&lt;img src="http://feeds.feedburner.com/~r/helplogger/~4/l3PtZLmnyPU" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/helplogger/~3/l3PtZLmnyPU/10-places-to-put-adsense-ads-in-blogger.html</link><author>noreply@blogger.com (Admin)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/-3AmEhq2kzWw/UUYZ0T35XaI/AAAAAAAADFU/nU-vr6PvZUk/s72-c/blogger-adsense-ads-sidebar.png" height="72" width="72" /><thr:total>16</thr:total><feedburner:origLink>http://helplogger.blogspot.com/2013/03/10-places-to-put-adsense-ads-in-blogger.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3126197138969349243.post-7774859957425342578</guid><pubDate>Sat, 16 Mar 2013 00:09:00 +0000</pubDate><atom:updated>2013-03-19T20:10:25.491-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Comments</category><category domain="http://www.blogger.com/atom/ns#">Widgets</category><title>Recent Comments Widget with Hide Author Comments function For Blogger</title><description>A few days ago, &lt;a href="http://helplogger.blogspot.com/2012/03/recent-comments-widget-for-blogger.html?showComment=1362622570533#c4751730170457297073"&gt;Mrpolie&lt;/a&gt; asked if there's a way to hide the author comments in the Recent Comments widget so that we would be able to see only readers' comments and our replies to be hidden. So, in this post I'll be sharing with you the Recent Comments widget that comes with this function. If you want to show just blog readers' comments rather than yours, you have just to change "Blogger User" text with the surname under which you are posting.&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://3.bp.blogspot.com/-lNFIBN_mem4/UUO1HdWq64I/AAAAAAAADEU/j1jPHgd9rbc/s1600/recent-comments-widget-with-hide-own-comments-option-for-blogger.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="recent comments widget, recent comments, blogger" border="0" src="http://3.bp.blogspot.com/-lNFIBN_mem4/UUO1HdWq64I/AAAAAAAADEU/j1jPHgd9rbc/s1600/recent-comments-widget-with-hide-own-comments-option-for-blogger.png" title="recent comments widget for blogger with hide own comments function" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;/div&gt;
&lt;br /&gt;
The main features of this recent comments widget:&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;You'll be able to hide your comments&lt;/li&gt;
&lt;li&gt;Change the avatar size &lt;/li&gt;
&lt;li&gt;Set the number of comments to display&lt;/li&gt;
&lt;li&gt;Set the length of comment for the widget to display&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;b&gt;&lt;span style="font-size: large;"&gt;Now let's start adding it...&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Step 1. &lt;/b&gt;&lt;/span&gt;From your Blogger Dashboard, go to &lt;b&gt;Layout&lt;/b&gt; and click on &lt;b&gt;Add a Gadget&lt;/b&gt; link&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://4.bp.blogspot.com/-LcW_xNLozrI/UTJQzFPdhEI/AAAAAAAAC4c/LQFO0DKxxm4/s1600/blogger-layout-add+a+gadget-how-to.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="93" src="http://4.bp.blogspot.com/-LcW_xNLozrI/UTJQzFPdhEI/AAAAAAAAC4c/LQFO0DKxxm4/s1600/blogger-layout-add+a+gadget-how-to.png" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Step 2. &lt;/b&gt;&lt;/span&gt;In the pop-up window, choose the HTML/JavaScript widget&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://2.bp.blogspot.com/-c2r6HAMX2EE/UTJRX0C3_eI/AAAAAAAAC4k/tqQrar_00tM/s1600/blogger-widgets-gadgets-tutorials-tricks-helplogger-html-javascrip.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="156" src="http://2.bp.blogspot.com/-c2r6HAMX2EE/UTJRX0C3_eI/AAAAAAAAC4k/tqQrar_00tM/s1600/blogger-widgets-gadgets-tutorials-tricks-helplogger-html-javascrip.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Step 3.&lt;/b&gt;&lt;/span&gt; Copy-paste the following code:&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Recent Comments Widget with Round Avatars:&amp;nbsp;&lt;/b&gt;
&lt;br /&gt;
&lt;script type="text/javascript"&gt;
function toggleMe(a){
var e=document.getElementById(a);
var i = document.getElementById(a + '_image');
if(!e)return true;
if(e.style.display=="none"){
e.style.display="block"
i.src = 'http://1.bp.blogspot.com/-XGOTTlOhOng/UUkWUHEjXHI/AAAAAAAADJk/CwyEP8oEKoI/s1600/open_folder.gif';
} else {
e.style.display="none"
i.src = 'http://4.bp.blogspot.com/-OAdtn1OTFlI/UUkWRGmPRYI/AAAAAAAADJc/pYYAcDqmdkk/s1600/closedfolder.gif';
}
return false;
}
&lt;/script&gt;

&lt;br /&gt;
&lt;a onclick="return toggleMe('para1')" style="cursor: pointer;"&gt;&lt;img id="para1_image" src="http://4.bp.blogspot.com/-OAdtn1OTFlI/UUkWRGmPRYI/AAAAAAAADJc/pYYAcDqmdkk/s1600/closedfolder.gif" style="border: 0; margin-right: 5px; vertical-align: middle;" /&gt;Click to see the code&lt;/a&gt;&lt;br /&gt;
&lt;div id="para1" style="display: none;"&gt;
&lt;blockquote class="tr_bq"&gt;
&amp;lt;style type="text/css"&amp;gt;&lt;br /&gt;
.rc{padding-left:24px; padding-top: 6px;}&lt;br /&gt;
.rc a:hover {color: #F3903E;text-decoration: none;}&lt;br /&gt;
.rc-ico{margin-left:-20px;margin-top:4px;float:left; margin-right:3px}&lt;br /&gt;
.rc-ico img {margin-top: -2px;margin-right:5px; border: 2px solid #fff;&lt;strike&gt;-webkit-border-radius: 100px;-moz-border-radius: 100px;border-radius: 100px;&lt;/strike&gt;-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .4);-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .4);box-shadow: 0 1px 2px rgba(0, 0, 0, .4);&lt;br /&gt;
-webkit-transition: all 1s ease-in-out;&lt;br /&gt;
-moz-transition: all 1s ease-in-out; &lt;br /&gt;
-o-transition: all 1s ease-in-out; &lt;br /&gt;
-ms-transition: all 1s ease-in-out; }&lt;br /&gt;
.rc-ico img:hover {-webkit-transform: rotate(360deg); &lt;br /&gt;
-moz-transform: rotate(360deg); &lt;br /&gt;
-o-transform: rotate(360deg);&lt;br /&gt;
-ms-transform: rotate(360deg);}&lt;br /&gt;
.rc-header{font-size: 13px;}&lt;br /&gt;
.rc-header a{}&lt;br /&gt;
.rc-body{font-style: italic; font-size:11px;padding: 0px 4px 1px 10px;border: 1px solid transparent;}&lt;br /&gt;
.rc-footer{font-size:11px; float: right;}&lt;br /&gt;
#rcw-cr {font-family: Arial,Tahoma;font-size:9px;padding-top:7px;display:block;}&lt;br /&gt;
&amp;lt;/style&amp;gt;&lt;br /&gt;
&amp;lt;script type="text/javascript"&amp;gt;&lt;br /&gt;
&lt;span style="color: orange;"&gt;&lt;b&gt;var numRecentComments = 5;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="color: #38761d;"&gt;&lt;b&gt;var maxCommentChars = 67;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
var trueAvatars = true; &lt;br /&gt;
var urlMyAvatar = '';&lt;br /&gt;
var urlMyProfile = '';&lt;br /&gt;
var cropAvatar = true;&lt;br /&gt;
&lt;span style="color: blue;"&gt;&lt;b&gt;var sizeAvatar = 50;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
var urlNoAvatar = "http://2.bp.blogspot.com/-GfFjD8etS2E/UTPve4mQdYI/AAAAAAAAC7k/gy0DVRlx4xM/s"+sizeAvatar+"/anonymous-Icon.jpg"; &lt;br /&gt;
var urlAnoAvatar = 'http://www.gravatar.com/avatar/00000000000000000000000000000000?d=mm&amp;amp;s=' + sizeAvatar;&lt;br /&gt;
var txtMore = '';&lt;br /&gt;
var txtWrote = 'commented:';&lt;br /&gt;
var txtAnonymous = ''; &lt;br /&gt;
var maxResultsComments = "";&lt;br /&gt;
var numPerPost = 2;&lt;br /&gt;
var maxPostTitleChars = 40; &lt;br /&gt;
var getTitles = true;&lt;br /&gt;
var maxResultsPosts = ""; &lt;br /&gt;
var txtTooltip = '[user] on &amp;amp;quot;[title]&amp;amp;quot; - [date MM-dd-yyyy hh:mm]';&lt;br /&gt;
var urlToTitle = {};&lt;br /&gt;
function replaceVars(text, user, title, date) {&lt;br /&gt;
text = text.replace('[user]', user);&lt;br /&gt;
text = text.replace('[date]', date.toLocaleDateString());&lt;br /&gt;
text = text.replace('[datetime]', date.toLocaleString());&lt;br /&gt;
text = text.replace('[time]', date.toLocaleTimeString());&lt;br /&gt;
text = text.replace('[title]', title.replace(/\"/g,'&amp;amp;quot;'));&lt;br /&gt;
var i = text.indexOf("[date ");&lt;br /&gt;
if(i &amp;gt; -1) {&lt;br /&gt;
var format = /\[date\s+(.+?)\]/.exec(text)[1];&lt;br /&gt;
if(format != '') {&lt;br /&gt;
var txtDate = format.replace(/yyyy/i, date.getFullYear());&lt;br /&gt;
txtDate = txtDate.replace(/yy/i, date.getFullYear().toString().slice(-2));&lt;br /&gt;
txtDate = txtDate.replace("MM", String("0"+(date.getMonth()+1)).slice(-2));&lt;br /&gt;
txtDate = txtDate.replace("mm", String("0"+date.getMinutes()).slice(-2));&lt;br /&gt;
txtDate = txtDate.replace("ss", String("0"+date.getSeconds()).slice(-2));&lt;br /&gt;
txtDate = txtDate.replace("dd", String("0"+date.getDate()).slice(-2));&lt;br /&gt;
//or: txtDate = txtDate.replace("dd", date.getDate());&lt;br /&gt;
txtDate = txtDate.replace("hh", String("0"+date.getHours()).slice(-2));&lt;br /&gt;
//or: txtDate = txtDate.replace("hh", date.getHours());&lt;br /&gt;
text = text.replace(/\[date\s+(.+?)\]/, txtDate)&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
return text;&lt;br /&gt;
}&lt;br /&gt;
if(urlMyProfile == "") {&lt;br /&gt;
var elements = document.getElementsByTagName("*");&lt;br /&gt;
var expr = /(^| )profile-link( |$)/;&lt;br /&gt;
for(var i=0 ; i&amp;lt;elements.length ; i++)&lt;br /&gt;
if(expr.test(elements[i].className)) {&lt;br /&gt;
urlMyProfile = elements[i].href;&lt;br /&gt;
break;&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
function getPostUrlsForComments(json) {&lt;br /&gt;
for(var i = 0 ; i &amp;lt; json.feed.entry.length ; i++ ) {&lt;br /&gt;
var entry = json.feed.entry[i];&lt;br /&gt;
for (var k = 0; k &amp;lt; entry.link.length; k++ ) {&lt;br /&gt;
if (entry.link[k].rel == 'alternate') {&lt;br /&gt;
href = entry.link[k].href;&lt;br /&gt;
break;&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
urlToTitle[href] = entry.title.$t;&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
function showRecentComments(json) {&lt;br /&gt;
var postHandled = {};&lt;br /&gt;
var j = 0;&lt;br /&gt;
if(numPerPost) {&lt;br /&gt;
while(numPerPost &amp;lt; numRecentComments) {&lt;br /&gt;
for(var i = 0 ; i &amp;lt; json.feed.entry.length ; i++ ) {&lt;br /&gt;
var entry = json.feed.entry[i]; if(entry.author[0].name.$t=="&lt;span style="color: #cc0000;"&gt;&lt;b&gt;Blogger User&lt;/b&gt;&lt;/span&gt;") continue;&lt;br /&gt;
if(entry["thr$in-reply-to"]) {&lt;br /&gt;
if(!postHandled[entry["thr$in-reply-to"].href])&lt;br /&gt;
postHandled[entry["thr$in-reply-to"].href] = 1;&lt;br /&gt;
else&lt;br /&gt;
postHandled[entry["thr$in-reply-to"].href]++;&lt;br /&gt;
if(postHandled[entry["thr$in-reply-to"].href] &amp;lt;= numPerPost)&lt;br /&gt;
j++;&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
if(j &amp;gt;= numRecentComments)&lt;br /&gt;
break;&lt;br /&gt;
numPerPost++;&lt;br /&gt;
j = 0;&lt;br /&gt;
postHandled = {};&lt;br /&gt;
}&lt;br /&gt;
if(numRecentComments == numPerPost)&lt;br /&gt;
numPerPost = 0;&lt;br /&gt;
}&lt;br /&gt;
postHandled = {};&lt;br /&gt;
j = 0;&lt;br /&gt;
for(var i = 0 ; j &amp;lt; numRecentComments &amp;amp;&amp;amp; i &amp;lt; json.feed.entry.length ; i++ ) {&lt;br /&gt;
var entry = json.feed.entry[i]; if(entry.author[0].name.$t=="&lt;span style="color: #cc0000;"&gt;&lt;b&gt;Blogger User&lt;/b&gt;&lt;/span&gt;") continue;&lt;br /&gt;
if(numPerPost &amp;amp;&amp;amp; postHandled[entry["thr$in-reply-to"].href] &amp;amp;&amp;amp; postHandled[entry["thr$in-reply-to"].href] &amp;gt;= numPerPost)&lt;br /&gt;
continue;&lt;br /&gt;
if(entry["thr$in-reply-to"]) {&lt;br /&gt;
if(!postHandled[entry["thr$in-reply-to"].href])&lt;br /&gt;
postHandled[entry["thr$in-reply-to"].href] = 1;&lt;br /&gt;
else&lt;br /&gt;
postHandled[entry["thr$in-reply-to"].href]++;&lt;br /&gt;
j++;&lt;br /&gt;
var href='';&lt;br /&gt;
for (var k = 0; k &amp;lt; entry.link.length; k++ ) {&lt;br /&gt;
if (entry.link[k].rel == 'alternate') {&lt;br /&gt;
href = entry.link[k].href;&lt;br /&gt;
break;&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
if(href=='') {j--; continue; }&lt;br /&gt;
var hrefPost = href.split("?")[0];&lt;br /&gt;
var comment = "";&lt;br /&gt;
if("content" in entry) comment = entry.content.$t;&lt;br /&gt;
else comment = entry.summary.$t;&lt;br /&gt;
comment = comment.replace(/&amp;lt;br[^&amp;gt;]*&amp;gt;/ig, " ");&lt;br /&gt;
comment = comment.replace(/&amp;lt;\S[^&amp;gt;]*&amp;gt;/g, "");&lt;br /&gt;
var postTitle="-";&lt;br /&gt;
if(urlToTitle[hrefPost]) postTitle=urlToTitle[hrefPost];&lt;br /&gt;
else {&lt;br /&gt;
if(hrefPost.match(/\/([^/]*)\.html/)) postTitle = hrefPost.match(/\/([^/]*)\.html/)[1].replace(/_\d{2}$/, "");&lt;br /&gt;
postTitle = postTitle.replace(/-/g," ");&lt;br /&gt;
postTitle = postTitle[0].toUpperCase() + postTitle.slice(1);&lt;br /&gt;
}&lt;br /&gt;
if(maxPostTitleChars &amp;amp;&amp;amp; postTitle.length &amp;gt; maxPostTitleChars) {&lt;br /&gt;
postTitle = postTitle.substring(0, maxPostTitleChars);&lt;br /&gt;
var indexBreak = postTitle.lastIndexOf(" ");&lt;br /&gt;
postTitle = postTitle.substring(0, indexBreak) + "...";&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
var authorName = entry.author[0].name.$t;&lt;br /&gt;
var authorUri = "";&lt;br /&gt;
if(entry.author[0].uri &amp;amp;&amp;amp; entry.author[0].uri.$t != "")&lt;br /&gt;
authorUri = entry.author[0].uri.$t;&lt;br /&gt;
var avaimg = urlAnoAvatar;&lt;br /&gt;
var bloggerprofile = "http://www.blogger.com/profile/";&lt;br /&gt;
if(trueAvatars &amp;amp;&amp;amp; entry.author[0].gd$image &amp;amp;&amp;amp; entry.author[0].gd$image.src &amp;amp;&amp;amp; authorUri.substr(0,bloggerprofile.length) == bloggerprofile)&lt;br /&gt;
avaimg = entry.author[0].gd$image.src;&lt;br /&gt;
else {&lt;br /&gt;
var parseurl = document.createElement('a');&lt;br /&gt;
if(authorUri != "") {&lt;br /&gt;
parseurl.href = authorUri;&lt;br /&gt;
avaimg = 'http://www.google.com/s2/favicons?domain=' + parseurl.hostname;&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
if(urlMyProfile != "" &amp;amp;&amp;amp; authorUri == urlMyProfile &amp;amp;&amp;amp; urlMyAvatar != "")&lt;br /&gt;
avaimg = urlMyAvatar;&lt;br /&gt;
if(avaimg == "http://img2.blogblog.com/img/b16-rounded.gif" &amp;amp;&amp;amp; urlNoAvatar != "")&lt;br /&gt;
avaimg = urlNoAvatar;&lt;br /&gt;
var newsize="s"+sizeAvatar;&lt;br /&gt;
avaimg = avaimg.replace(/\/s\d\d+-c\//, "/"+newsize+"-c/");&lt;br /&gt;
if(cropAvatar) newsize+="-c";&lt;br /&gt;
avaimg = avaimg.replace(/\/s\d\d+(-c){0,1}\//, "/"+newsize+"/");&lt;br /&gt;
if(authorName == 'Anonymous' &amp;amp;&amp;amp; txtAnonymous != '' &amp;amp;&amp;amp; avaimg == urlAnoAvatar)&lt;br /&gt;
authorName = txtAnonymous;&lt;br /&gt;
var imgcode = '&amp;lt;img height="'+sizeAvatar+'" width="'+sizeAvatar+'" title="'+authorName+'" src="'+avaimg+'" /&amp;gt;';&lt;br /&gt;
if (authorUri!="") imgcode = '&amp;lt;a href="'+authorUri+'"&amp;gt;'+imgcode+'&amp;lt;/a&amp;gt;';&lt;br /&gt;
var clsAdmin = "";&lt;br /&gt;
if(urlMyProfile != "" &amp;amp;&amp;amp; authorUri == urlMyProfile)&lt;br /&gt;
clsAdmin = " rc-admin";&lt;br /&gt;
var datePart = entry.published.$t.match(/\d+/g); // assume ISO 8601&lt;br /&gt;
var cmtDate = new Date(datePart[0],datePart[1]-1,datePart[2],datePart[3],datePart[4],datePart[5]);&lt;br /&gt;
&lt;br /&gt;
var txtHeader = txtWrote;&lt;br /&gt;
if(txtWrote.indexOf('[')==-1)&lt;br /&gt;
txtHeader = authorName + ' ' + txtWrote;&lt;br /&gt;
else&lt;br /&gt;
txtHeader = replaceVars(txtHeader, authorName, postTitle, cmtDate);&lt;br /&gt;
&lt;br /&gt;
var tooltip = replaceVars(txtTooltip, authorName, postTitle, cmtDate);&lt;br /&gt;
if(!/#/.test(href)) href += "#comments";&lt;br /&gt;
document.write('&amp;lt;div title="'+tooltip+'" class="rc'+clsAdmin+'"&amp;gt;');&lt;br /&gt;
document.write('&amp;lt;div title="'+tooltip+'" class="rc-header'+clsAdmin+'"&amp;gt;&amp;lt;div title="'+tooltip+'" class="rc-ico'+clsAdmin+'"&amp;gt;'+imgcode+'&amp;lt;/div&amp;gt;&amp;lt;a title="'+tooltip+'" href="' + href + '"&amp;gt;' + txtHeader + ' &amp;lt;/a&amp;gt;&amp;lt;/div&amp;gt;');&lt;br /&gt;
if(comment.length &amp;lt; maxCommentChars)&lt;br /&gt;
document.write('&amp;lt;div title="'+tooltip+'" class="rc-body'+clsAdmin+'"&amp;gt;' + comment + '&amp;lt;/div&amp;gt;');&lt;br /&gt;
else {&lt;br /&gt;
comment = comment.substring(0, maxCommentChars);&lt;br /&gt;
var indexBreak = comment.lastIndexOf(" ");&lt;br /&gt;
comment = comment.substring(0, indexBreak);&lt;br /&gt;
document.write('&amp;lt;div title="'+tooltip+'" class="rc-body'+clsAdmin+'"&amp;gt;' + comment + '...&amp;lt;/div&amp;gt;');&lt;br /&gt;
if(txtMore != "") {&lt;br /&gt;
var moretext = replaceVars(txtMore, authorName, postTitle, cmtDate);&lt;br /&gt;
document.write('&amp;lt;div title="'+tooltip+'" class="rc-footer'+clsAdmin+'"&amp;gt;&amp;lt;a title="'+tooltip+'" href="' + href + '"&amp;gt;' + moretext + '&amp;lt;/a&amp;gt;&amp;lt;/div&amp;gt;');&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
document.write('&amp;lt;div style="clear:both;"&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;');&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
if(getTitles)&lt;br /&gt;
document.write('&amp;lt;script type="text/javascript" src="http://'+window.location.hostname+'/feeds/posts/summary?redirect=false'+maxResultsPosts+'&amp;amp;alt=json-in-script&amp;amp;callback=getPostUrlsForComments"&amp;gt;&amp;lt;/'+'script&amp;gt;');&lt;br /&gt;
document.write('&amp;lt;script type="text/javascript" src="http://'+window.location.hostname+'/feeds/comments/default?redirect=false'+maxResultsComments+'&amp;amp;alt=json-in-script&amp;amp;callback=showRecentComments"&amp;gt;&amp;lt;/'+'script&amp;gt;');&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;span id=rcw-cr&amp;gt;&amp;lt;a href=http://helplogger.blogspot.ro/2013/03/recent-comments-widget-with-hide-author.html&amp;gt;Recent Comments Widget&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt;&lt;/blockquote&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;b&gt;Recent Comments Widget With Post Titles (no avatars):&amp;nbsp;&lt;/b&gt;
&lt;br /&gt;
&lt;script type="text/javascript"&gt;
function toggleMe(a){
var e=document.getElementById(a);
var i = document.getElementById(a + '_image');
if(!e)return true;
if(e.style.display=="none"){
e.style.display="block"
i.src = 'http://1.bp.blogspot.com/-XGOTTlOhOng/UUkWUHEjXHI/AAAAAAAADJk/CwyEP8oEKoI/s1600/open_folder.gif';
} else {
e.style.display="none"
i.src = 'http://4.bp.blogspot.com/-OAdtn1OTFlI/UUkWRGmPRYI/AAAAAAAADJc/pYYAcDqmdkk/s1600/closedfolder.gif';
}
return false;
}
&lt;/script&gt;

&lt;br /&gt;
&lt;a onclick="return toggleMe('catalog')" style="cursor: pointer;"&gt;&lt;img id="catalog_image" src="http://4.bp.blogspot.com/-OAdtn1OTFlI/UUkWRGmPRYI/AAAAAAAADJc/pYYAcDqmdkk/s1600/closedfolder.gif" style="border: 0px none; margin-right: 5px; vertical-align: middle;" /&gt;Click to see the code&lt;/a&gt;
&lt;br /&gt;
&lt;div id="catalog" style="display: none;"&gt;
&lt;blockquote class="tr_bq"&gt;
&amp;lt;style type="text/css"&amp;gt;&lt;br /&gt;
.rc{margin-left: 0px; padding-top: 7px; padding-bottom: 7px; border-bottom: 1px dotted;}&lt;br /&gt;
.rc-ico{float:left; margin-right:3px}&lt;br /&gt;
.rc-ico img {display:none; }&lt;br /&gt;
.rc-header{}&lt;br /&gt;
.rc-header a{color: #045FB4;}&lt;br /&gt;
.rc-body{font-style: italic; font-size: 12px; color: #444444; border: 0px dotted #000000;}&lt;br /&gt;
.rc-footer{font-size:11px; }&lt;br /&gt;
#rcw-cr {font-family: Arial,Tahoma;font-size:9px;padding-top:7px;display:block;}&lt;br /&gt;
&amp;lt;/style&amp;gt;&lt;br /&gt;
&amp;lt;script type="text/javascript"&amp;gt;&lt;br /&gt;
var numRecentComments = 5;&lt;br /&gt;
var maxCommentChars = &lt;span style="color: #38761d;"&gt;&lt;b&gt;95&lt;/b&gt;&lt;/span&gt;;&lt;br /&gt;
var trueAvatars = true; &lt;br /&gt;
var urlMyAvatar = '';&lt;br /&gt;
var urlMyProfile = '';&lt;br /&gt;
var cropAvatar = true;&lt;br /&gt;
var sizeAvatar = 50;&lt;br /&gt;
var urlNoAvatar = "http://2.bp.blogspot.com/-GfFjD8etS2E/UTPve4mQdYI/AAAAAAAAC7k/gy0DVRlx4xM/s"+sizeAvatar+"/anonymous-Icon.jpg";&lt;br /&gt;
var urlAnoAvatar = 'http://www.gravatar.com/avatar/00000000000000000000000000000000?d=mm&amp;amp;s=' + sizeAvatar;&lt;br /&gt;
var txtMore = '';&lt;br /&gt;
var txtWrote = '[user] commented on [title]';&lt;br /&gt;
var txtAnonymous = ''; &lt;br /&gt;
var maxResultsComments = "";&lt;br /&gt;
var numPerPost = 2;&lt;br /&gt;
var maxPostTitleChars = 50; &lt;br /&gt;
var getTitles = true;&lt;br /&gt;
var maxResultsPosts = ""; &lt;br /&gt;
var txtTooltip = 'Date: [date MM-dd-yyyy hh:mm]';&lt;br /&gt;
var urlToTitle = {};&lt;br /&gt;
function replaceVars(text, user, title, date) {&lt;br /&gt;
text = text.replace('[user]', user);&lt;br /&gt;
text = text.replace('[date]', date.toLocaleDateString());&lt;br /&gt;
text = text.replace('[datetime]', date.toLocaleString());&lt;br /&gt;
text = text.replace('[time]', date.toLocaleTimeString());&lt;br /&gt;
text = text.replace('[title]', title.replace(/\"/g,'&amp;amp;quot;'));&lt;br /&gt;
var i = text.indexOf("[date ");&lt;br /&gt;
if(i &amp;gt; -1) {&lt;br /&gt;
var format = /\[date\s+(.+?)\]/.exec(text)[1];&lt;br /&gt;
if(format != '') {&lt;br /&gt;
var txtDate = format.replace(/yyyy/i, date.getFullYear());&lt;br /&gt;
txtDate = txtDate.replace(/yy/i, date.getFullYear().toString().slice(-2));&lt;br /&gt;
txtDate = txtDate.replace("MM", String("0"+(date.getMonth()+1)).slice(-2));&lt;br /&gt;
txtDate = txtDate.replace("mm", String("0"+date.getMinutes()).slice(-2));&lt;br /&gt;
txtDate = txtDate.replace("ss", String("0"+date.getSeconds()).slice(-2));&lt;br /&gt;
txtDate = txtDate.replace("dd", String("0"+date.getDate()).slice(-2));&lt;br /&gt;
//or: txtDate = txtDate.replace("dd", date.getDate());&lt;br /&gt;
txtDate = txtDate.replace("hh", String("0"+date.getHours()).slice(-2));&lt;br /&gt;
//or: txtDate = txtDate.replace("hh", date.getHours());&lt;br /&gt;
text = text.replace(/\[date\s+(.+?)\]/, txtDate)&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
return text;&lt;br /&gt;
}&lt;br /&gt;
if(urlMyProfile == "") {&lt;br /&gt;
var elements = document.getElementsByTagName("*");&lt;br /&gt;
var expr = /(^| )profile-link( |$)/;&lt;br /&gt;
for(var i=0 ; i&amp;lt;elements.length ; i++)&lt;br /&gt;
if(expr.test(elements[i].className)) {&lt;br /&gt;
urlMyProfile = elements[i].href;&lt;br /&gt;
break;&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
function getPostUrlsForComments(json) {&lt;br /&gt;
for(var i = 0 ; i &amp;lt; json.feed.entry.length ; i++ ) {&lt;br /&gt;
var entry = json.feed.entry[i];&lt;br /&gt;
for (var k = 0; k &amp;lt; entry.link.length; k++ ) {&lt;br /&gt;
if (entry.link[k].rel == 'alternate') {&lt;br /&gt;
href = entry.link[k].href;&lt;br /&gt;
break;&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
urlToTitle[href] = entry.title.$t;&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
function showRecentComments(json) {&lt;br /&gt;
var postHandled = {};&lt;br /&gt;
var j = 0;&lt;br /&gt;
if(numPerPost) {&lt;br /&gt;
while(numPerPost &amp;lt; numRecentComments) {&lt;br /&gt;
for(var i = 0 ; i &amp;lt; json.feed.entry.length ; i++ ) {&lt;br /&gt;
var entry = json.feed.entry[i]; if(entry.author[0].name.$t=="&lt;span style="color: #cc0000;"&gt;&lt;b&gt;Blogger User&lt;/b&gt;&lt;/span&gt;") continue;&lt;br /&gt;
if(entry["thr$in-reply-to"]) {&lt;br /&gt;
if(!postHandled[entry["thr$in-reply-to"].href])&lt;br /&gt;
postHandled[entry["thr$in-reply-to"].href] = 1;&lt;br /&gt;
else&lt;br /&gt;
postHandled[entry["thr$in-reply-to"].href]++;&lt;br /&gt;
if(postHandled[entry["thr$in-reply-to"].href] &amp;lt;= numPerPost)&lt;br /&gt;
j++;&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
if(j &amp;gt;= numRecentComments)&lt;br /&gt;
break;&lt;br /&gt;
numPerPost++;&lt;br /&gt;
j = 0;&lt;br /&gt;
postHandled = {};&lt;br /&gt;
}&lt;br /&gt;
if(numRecentComments == numPerPost)&lt;br /&gt;
numPerPost = 0;&lt;br /&gt;
}&lt;br /&gt;
postHandled = {};&lt;br /&gt;
j = 0;&lt;br /&gt;
for(var i = 0 ; j &amp;lt; numRecentComments &amp;amp;&amp;amp; i &amp;lt; json.feed.entry.length ; i++ ) {&lt;br /&gt;
var entry = json.feed.entry[i]; if(entry.author[0].name.$t=="&lt;span style="color: #cc0000;"&gt;&lt;b&gt;Blogger User&lt;/b&gt;&lt;/span&gt;") continue;&lt;br /&gt;
if(numPerPost &amp;amp;&amp;amp; postHandled[entry["thr$in-reply-to"].href] &amp;amp;&amp;amp; postHandled[entry["thr$in-reply-to"].href] &amp;gt;= numPerPost)&lt;br /&gt;
continue;&lt;br /&gt;
if(entry["thr$in-reply-to"]) {&lt;br /&gt;
if(!postHandled[entry["thr$in-reply-to"].href])&lt;br /&gt;
postHandled[entry["thr$in-reply-to"].href] = 1;&lt;br /&gt;
else&lt;br /&gt;
postHandled[entry["thr$in-reply-to"].href]++;&lt;br /&gt;
j++;&lt;br /&gt;
var href='';&lt;br /&gt;
for (var k = 0; k &amp;lt; entry.link.length; k++ ) {&lt;br /&gt;
if (entry.link[k].rel == 'alternate') {&lt;br /&gt;
href = entry.link[k].href;&lt;br /&gt;
break;&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
if(href=='') {j--; continue; }&lt;br /&gt;
var hrefPost = href.split("?")[0];&lt;br /&gt;
var comment = "";&lt;br /&gt;
if("content" in entry) comment = entry.content.$t;&lt;br /&gt;
else comment = entry.summary.$t;&lt;br /&gt;
comment = comment.replace(/&amp;lt;br[^&amp;gt;]*&amp;gt;/ig, " ");&lt;br /&gt;
comment = comment.replace(/&amp;lt;\S[^&amp;gt;]*&amp;gt;/g, "");&lt;br /&gt;
var postTitle="-";&lt;br /&gt;
if(urlToTitle[hrefPost]) postTitle=urlToTitle[hrefPost];&lt;br /&gt;
else {&lt;br /&gt;
if(hrefPost.match(/\/([^/]*)\.html/)) postTitle = hrefPost.match(/\/([^/]*)\.html/)[1].replace(/_\d{2}$/, "");&lt;br /&gt;
postTitle = postTitle.replace(/-/g," ");&lt;br /&gt;
postTitle = postTitle[0].toUpperCase() + postTitle.slice(1);&lt;br /&gt;
}&lt;br /&gt;
if(maxPostTitleChars &amp;amp;&amp;amp; postTitle.length &amp;gt; maxPostTitleChars) {&lt;br /&gt;
postTitle = postTitle.substring(0, maxPostTitleChars);&lt;br /&gt;
var indexBreak = postTitle.lastIndexOf(" ");&lt;br /&gt;
postTitle = postTitle.substring(0, indexBreak) + "...";&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
var authorName = entry.author[0].name.$t;&lt;br /&gt;
var authorUri = "";&lt;br /&gt;
if(entry.author[0].uri &amp;amp;&amp;amp; entry.author[0].uri.$t != "")&lt;br /&gt;
authorUri = entry.author[0].uri.$t;&lt;br /&gt;
var avaimg = urlAnoAvatar;&lt;br /&gt;
var bloggerprofile = "http://www.blogger.com/profile/";&lt;br /&gt;
if(trueAvatars &amp;amp;&amp;amp; entry.author[0].gd$image &amp;amp;&amp;amp; entry.author[0].gd$image.src &amp;amp;&amp;amp; authorUri.substr(0,bloggerprofile.length) == bloggerprofile)&lt;br /&gt;
avaimg = entry.author[0].gd$image.src;&lt;br /&gt;
else {&lt;br /&gt;
var parseurl = document.createElement('a');&lt;br /&gt;
if(authorUri != "") {&lt;br /&gt;
parseurl.href = authorUri;&lt;br /&gt;
avaimg = 'http://www.google.com/s2/favicons?domain=' + parseurl.hostname;&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
if(urlMyProfile != "" &amp;amp;&amp;amp; authorUri == urlMyProfile &amp;amp;&amp;amp; urlMyAvatar != "")&lt;br /&gt;
avaimg = urlMyAvatar;&lt;br /&gt;
if(avaimg == "http://img2.blogblog.com/img/b16-rounded.gif" &amp;amp;&amp;amp; urlNoAvatar != "")&lt;br /&gt;
avaimg = urlNoAvatar;&lt;br /&gt;
var newsize="s"+sizeAvatar;&lt;br /&gt;
avaimg = avaimg.replace(/\/s\d\d+-c\//, "/"+newsize+"-c/");&lt;br /&gt;
if(cropAvatar) newsize+="-c";&lt;br /&gt;
avaimg = avaimg.replace(/\/s\d\d+(-c){0,1}\//, "/"+newsize+"/");&lt;br /&gt;
if(authorName == 'Anonymous' &amp;amp;&amp;amp; txtAnonymous != '' &amp;amp;&amp;amp; avaimg == urlAnoAvatar)&lt;br /&gt;
authorName = txtAnonymous;&lt;br /&gt;
var imgcode = '&amp;lt;img height="'+sizeAvatar+'" width="'+sizeAvatar+'" title="'+authorName+'" src="'+avaimg+'" /&amp;gt;';&lt;br /&gt;
if (authorUri!="") imgcode = '&amp;lt;a href="'+authorUri+'"&amp;gt;'+imgcode+'&amp;lt;/a&amp;gt;';&lt;br /&gt;
var clsAdmin = "";&lt;br /&gt;
if(urlMyProfile != "" &amp;amp;&amp;amp; authorUri == urlMyProfile)&lt;br /&gt;
clsAdmin = " rc-admin";&lt;br /&gt;
var datePart = entry.published.$t.match(/\d+/g); // assume ISO 8601&lt;br /&gt;
var cmtDate = new Date(datePart[0],datePart[1]-1,datePart[2],datePart[3],datePart[4],datePart[5]);&lt;br /&gt;
&lt;br /&gt;
var txtHeader = txtWrote;&lt;br /&gt;
if(txtWrote.indexOf('[')==-1)&lt;br /&gt;
txtHeader = authorName + ' ' + txtWrote;&lt;br /&gt;
else&lt;br /&gt;
txtHeader = replaceVars(txtHeader, authorName, postTitle, cmtDate);&lt;br /&gt;
&lt;br /&gt;
var tooltip = replaceVars(txtTooltip, authorName, postTitle, cmtDate);&lt;br /&gt;
if(!/#/.test(href)) href += "#comments";&lt;br /&gt;
document.write('&amp;lt;div title="'+tooltip+'" class="rc'+clsAdmin+'"&amp;gt;');&lt;br /&gt;
document.write('&amp;lt;div title="'+tooltip+'" class="rc-header'+clsAdmin+'"&amp;gt;&amp;lt;div title="'+tooltip+'" class="rc-ico'+clsAdmin+'"&amp;gt;'+imgcode+'&amp;lt;/div&amp;gt;&amp;lt;a title="'+tooltip+'" href="' + href + '"&amp;gt;' + txtHeader + ' &amp;lt;/a&amp;gt;&amp;lt;/div&amp;gt;');&lt;br /&gt;
if(comment.length &amp;lt; maxCommentChars)&lt;br /&gt;
document.write('&amp;lt;div title="'+tooltip+'" class="rc-body'+clsAdmin+'"&amp;gt;' + comment + '&amp;lt;/div&amp;gt;');&lt;br /&gt;
else {&lt;br /&gt;
comment = comment.substring(0, maxCommentChars);&lt;br /&gt;
var indexBreak = comment.lastIndexOf(" ");&lt;br /&gt;
comment = comment.substring(0, indexBreak);&lt;br /&gt;
document.write('&amp;lt;div title="'+tooltip+'" class="rc-body'+clsAdmin+'"&amp;gt;' + comment + '...&amp;lt;/div&amp;gt;');&lt;br /&gt;
if(txtMore != "") {&lt;br /&gt;
var moretext = replaceVars(txtMore, authorName, postTitle, cmtDate);&lt;br /&gt;
document.write('&amp;lt;div title="'+tooltip+'" class="rc-footer'+clsAdmin+'"&amp;gt;&amp;lt;a title="'+tooltip+'" href="' + href + '"&amp;gt;' + moretext + '&amp;lt;/a&amp;gt;&amp;lt;/div&amp;gt;');&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
document.write('&amp;lt;div style="clear:both;"&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;');&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
if(getTitles)&lt;br /&gt;
document.write('&amp;lt;script type="text/javascript" src="http://'+window.location.hostname+'/feeds/posts/summary?redirect=false'+maxResultsPosts+'&amp;amp;alt=json-in-script&amp;amp;callback=getPostUrlsForComments"&amp;gt;&amp;lt;/'+'script&amp;gt;');&lt;br /&gt;
document.write('&amp;lt;script type="text/javascript" src="http://'+window.location.hostname+'/feeds/comments/default?redirect=false'+maxResultsComments+'&amp;amp;alt=json-in-script&amp;amp;callback=showRecentComments"&amp;gt;&amp;lt;/'+'script&amp;gt;');&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;span id=rcw-cr&amp;gt;&amp;lt;a href=http://helplogger.blogspot.ro/2013/03/recent-comments-widget-with-hide-author.html&amp;gt;Recent Comments Widget&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt;&lt;/blockquote&gt;
&lt;/div&gt;
&lt;br /&gt;
Some changes before saving it.&lt;br /&gt;
&lt;br /&gt;
- to set the number of comments to be shown, change the "&lt;b&gt;&lt;span style="color: orange;"&gt;5&lt;/span&gt;&lt;/b&gt;" value from the orange line&lt;br /&gt;
- for the number of characters, change the "&lt;b&gt;&lt;span style="color: #38761d;"&gt;67&lt;/span&gt;&lt;/b&gt;" (for the 2nd widget, it is &lt;span style="color: #38761d;"&gt;&lt;b&gt;95&lt;/b&gt;&lt;/span&gt;) value from the green line &lt;br /&gt;
- to hide your comments, replace the&lt;b&gt; &lt;/b&gt;&lt;span style="color: #cc0000;"&gt;&lt;b&gt;Blogger User&lt;/b&gt;&lt;/span&gt; text TWICE with your name&lt;br /&gt;
- to change the size of avatar, change "&lt;span style="color: blue;"&gt;&lt;b&gt;50&lt;/b&gt;&lt;/span&gt;" from the blue line. &lt;br /&gt;
- if you don't want rounded avatars, delete this line:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&lt;strike&gt;-webkit-border-radius: 100px;-moz-border-radius: 100px;border-radius: 100px;&lt;/strike&gt;&lt;/blockquote&gt;
&lt;span style="color: #351c75;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Step 4.&lt;/b&gt;&lt;/span&gt; Save your widget. You're done.&lt;img src="http://feeds.feedburner.com/~r/helplogger/~4/safYp-n-ihI" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/helplogger/~3/safYp-n-ihI/recent-comments-widget-with-hide-author.html</link><author>noreply@blogger.com (Admin)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/-lNFIBN_mem4/UUO1HdWq64I/AAAAAAAADEU/j1jPHgd9rbc/s72-c/recent-comments-widget-with-hide-own-comments-option-for-blogger.png" height="72" width="72" /><thr:total>9</thr:total><feedburner:origLink>http://helplogger.blogspot.com/2013/03/recent-comments-widget-with-hide-author.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3126197138969349243.post-3344518356392057953</guid><pubDate>Tue, 12 Mar 2013 20:09:00 +0000</pubDate><atom:updated>2013-05-31T07:32:46.254-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Comments</category><category domain="http://www.blogger.com/atom/ns#">Hacks</category><category domain="http://www.blogger.com/atom/ns#">threaded comments</category><category domain="http://www.blogger.com/atom/ns#">how to</category><category domain="http://www.blogger.com/atom/ns#">Blog Design</category><title>Add a Different Background For Author Comments in Blogger's Threaded Comments</title><description>In this tutorial we will learn how to highlight the author comments so that they will have a different background color, border, or anything that makes them stand out from the others. To achieve this, we need to add a code in the Blogger's template and to modify the style according to our preferences.&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://4.bp.blogspot.com/-nOxQXjKbgdI/UT-ChrvU_uI/AAAAAAAADCU/KvRRqO6kbAs/s1600/how-to-add-a-different-background-color-for-author-comments-in-blogger-threaded-comments.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="blogger tricks, blogger comments" border="0" height="203" src="http://4.bp.blogspot.com/-nOxQXjKbgdI/UT-ChrvU_uI/AAAAAAAADCU/KvRRqO6kbAs/s400/how-to-add-a-different-background-color-for-author-comments-in-blogger-threaded-comments.png" title="how to change the background for author comments in blogger" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&amp;nbsp;&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;&lt;span style="font-size: large;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;h2&gt;
&lt;span style="color: orange;"&gt;How to highlight author comments in Blogger:&lt;/span&gt;&lt;/h2&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Step 1.&lt;/b&gt;&lt;/span&gt; Go to Template, click on Edit HTML&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://1.bp.blogspot.com/-9PJxe92QMdU/UTOPNGadxaI/AAAAAAAAC5Y/FvfeI-b1ymo/s1600/blogger-template-edit-html.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="blogger threaded comments, customize blogger comments" border="0" height="137" src="http://1.bp.blogspot.com/-9PJxe92QMdU/UTOPNGadxaI/AAAAAAAAC5Y/FvfeI-b1ymo/s320/blogger-template-edit-html.png" title="how to customize author comment in blogger threaded comments" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Step 2. &lt;/b&gt;&lt;/span&gt;Click anywhere inside the code area and try to find - using CTRL + F keys - this tag:&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&amp;lt;/body&amp;gt;&lt;/blockquote&gt;
&lt;div style="text-align: center;"&gt;
&lt;b&gt;Screenshot:&lt;/b&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://1.bp.blogspot.com/-sPclTbMeNpU/Uaiy5F5rbMI/AAAAAAAADow/Im5rwHWEtB0/s1600/how-to-customize-blogger-threaded-comments.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="blogger comments, blogger tricks" border="0" height="146" src="http://1.bp.blogspot.com/-sPclTbMeNpU/Uaiy5F5rbMI/AAAAAAAADow/Im5rwHWEtB0/s400/how-to-customize-blogger-threaded-comments.png" title="background style for author comments in blogger" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Step 3.&lt;/b&gt;&lt;/span&gt; Just above it, paste the following code:&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&amp;lt;script src='http://code.jquery.com/jquery-latest.js'/&amp;gt;&lt;br /&gt;
&amp;lt;script&amp;gt;&lt;br /&gt;
$(function() {&lt;br /&gt;
function highlight(){&lt;br /&gt;
$('.user.blog-author').closest('.comment-block')&lt;br /&gt;
.css('border', '&lt;span style="color: orange;"&gt;1px solid #FFA500&lt;/span&gt;')&lt;br /&gt;
.css('background','&lt;span style="color: blue;"&gt;#F1F1F2&lt;/span&gt; url("&lt;span style="color: #0b5394;"&gt;http://www.blogblog.com/1kt/transparent/white80.png&lt;/span&gt;")')&lt;br /&gt;
.css('color', '&lt;span style="color: green;"&gt;#444444&lt;/span&gt;')&lt;br /&gt;
.css('font-size', '&lt;span style="color: #cc0000;"&gt;12px&lt;/span&gt;')&lt;br /&gt;
.css('padding', '10px');&lt;br /&gt;
}&lt;br /&gt;
$(document).bind('ready scroll click', highlight);&lt;br /&gt;
});&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
&lt;h3&gt;
&lt;span style="color: orange;"&gt;Customizing the Author Comments:&lt;/span&gt;&lt;/h3&gt;
&lt;br /&gt;
&lt;b&gt;Border:&lt;/b&gt;&lt;br /&gt;
The line marked in orange represents the border's style.&lt;br /&gt;
What it can be done:&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;1px - you can increase the value to change the border's thickness&lt;/li&gt;
&lt;li&gt;solid - change the border's style to &lt;i&gt;dotted&lt;/i&gt;, &lt;i&gt;dashed, inset, outset &lt;/i&gt;etc.&lt;/li&gt;
&lt;li&gt;#FFA500 - this is the border's color value, change it with your own color &lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;b&gt;Background:&lt;/b&gt;&lt;br /&gt;
The line marked in blue represents the background's style. You can use a plain color or an image. By default there's a combination of both (a white transparent image with a gray plain color).&lt;br /&gt;
To change/add:&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;a different color: replace the &lt;i&gt;#F1F1F2&lt;/i&gt; value with your own (use &lt;a href="http://helplogger.blogspot.ro/2012/02/color-code-generator.html"&gt;this tool&lt;/a&gt; to find the hex code of your desired color)&lt;/li&gt;
&lt;li&gt;an image: replace the defaul url &lt;span style="color: #0b5394;"&gt;http://www.blogblog.com/1kt/transparent/white80.png &lt;/span&gt;with that of your image &lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;b&gt;Font Color:&lt;/b&gt;&lt;br /&gt;
To change the font's color, replace the #444444 color value in green with your own. (you can use &lt;a href="http://helplogger.blogspot.ro/2012/02/color-code-generator.html"&gt;this tool&lt;/a&gt; to find the hex code of your desired color)&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Font Size:&lt;/b&gt;&lt;br /&gt;
Modify the value in red by increasing/decreasing the "12" value in order to change the size of text.&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Step 4. &lt;/b&gt;&lt;/span&gt;Now Save your Template.&lt;br /&gt;
&lt;br /&gt;
To customize the entire style of threaded comments, please check my previous tutorial on &lt;i&gt;&lt;a href="http://helplogger.blogspot.ro/2013/03/how-to-customize-blogger-comments-by.html" style="color: #0000ee; text-decoration: none;"&gt;How to Customize Comment's Background, Font Color and Border in Blogger.&lt;/a&gt;&lt;/i&gt;&lt;img src="http://feeds.feedburner.com/~r/helplogger/~4/MfWy99hTRKE" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/helplogger/~3/MfWy99hTRKE/add-different-background-for-author.html</link><author>noreply@blogger.com (Admin)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/-nOxQXjKbgdI/UT-ChrvU_uI/AAAAAAAADCU/KvRRqO6kbAs/s72-c/how-to-add-a-different-background-color-for-author-comments-in-blogger-threaded-comments.png" height="72" width="72" /><thr:total>10</thr:total><feedburner:origLink>http://helplogger.blogspot.com/2013/03/add-different-background-for-author.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3126197138969349243.post-1351593698027657949</guid><pubDate>Fri, 08 Mar 2013 23:07:00 +0000</pubDate><atom:updated>2013-05-31T07:49:10.396-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Comments</category><category domain="http://www.blogger.com/atom/ns#">Hacks</category><category domain="http://www.blogger.com/atom/ns#">how to</category><category domain="http://www.blogger.com/atom/ns#">Blog Design</category><title>How to Customize Blogger Comments By Adding a Background Color and Border</title><description>The comments are an essential part of a blog because in them is reflected the readers' opinions regarding a post or our blog, so it is important to spend a little of our time to make this part looking more presentable, accessible and neat.&lt;br /&gt;
&lt;br /&gt;
To set in order our comments, it is necessary to make each comment easy to identify, therefore to know from where it begins and to where it ends, otherwise it becomes a jumble of letters of which the reader can run away. Here are some ways to make some order by separating each comment. &lt;br /&gt;
&lt;br /&gt;
- &lt;a href="#separator"&gt;Add a Separator To Blogger Comments&lt;/a&gt;&lt;br /&gt;
- &lt;a href="#divider"&gt;Add a Divider Below Comments in Blogger&lt;/a&gt;&lt;br /&gt;
- &lt;a href="#customize"&gt;Fully Customize Your Blogger Comments By Changing The Background Color and Border&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class="ssmainhide" style="clear: both; text-align: center;"&gt;
&lt;a href="http://3.bp.blogspot.com/-K0qNuTmhjhg/UTpgBN0qYVI/AAAAAAAADAg/ngLLY5AsxDw/s1600/how-to-customize-color-and-style-for-blogger-threaded-comments.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="201" src="http://3.bp.blogspot.com/-K0qNuTmhjhg/UTpgBN0qYVI/AAAAAAAADAg/ngLLY5AsxDw/s320/how-to-customize-color-and-style-for-blogger-threaded-comments.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
The first method is the easiest, and is about how to put a border below our comments, this is to separate each blog comment in a simple but effective way.&lt;br /&gt;
&lt;span style="font-size: large;"&gt;&lt;b&gt;&lt;span style="color: #0b5394;"&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div id="separator"&gt;
&lt;span style="font-size: large;"&gt;&lt;b&gt;&lt;span style="color: #0b5394;"&gt;How to Add a Separator/Border To Blogger Comments&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://3.bp.blogspot.com/-th6VUDM10L8/UTpCA9KyMLI/AAAAAAAAC_8/MFNYSxAVUJ0/s1600/how-to-add-a-divider-separator-between-blogger-threaded-comments.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="customize comments, blogger" border="0" height="205" src="http://3.bp.blogspot.com/-th6VUDM10L8/UTpCA9KyMLI/AAAAAAAAC_8/MFNYSxAVUJ0/s400/how-to-add-a-divider-separator-between-blogger-threaded-comments.png" title="how to customize blogger threaded comments" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Step 1.&lt;/b&gt;&lt;/span&gt; To add a simple separator go to &lt;b&gt;Template &lt;/b&gt;&amp;gt; &lt;b&gt;Edit HTML&lt;/b&gt; and click on the small arrow on the left of &amp;lt;b:skin&amp;gt;...&amp;lt;/b:skin&amp;gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://4.bp.blogspot.com/-sjs8P5Hnq64/UZ_tLA4F48I/AAAAAAAADZU/53ysg4eyEwQ/s1600/blogger-template-editor-css-styles.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="56" src="http://4.bp.blogspot.com/-sjs8P5Hnq64/UZ_tLA4F48I/AAAAAAAADZU/53ysg4eyEwQ/s400/blogger-template-editor-css-styles.png" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Step 2.&lt;/b&gt;&lt;/span&gt; Click anywhere inside the code area and search using CTRL + F keys, for the following piece of code:&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/blockquote&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://3.bp.blogspot.com/-twoBW73t2Hk/UX7ASHeSu8I/AAAAAAAADVg/AZhwKD8CVz0/s1600/how-to-search-inside-the-new-blogger-template-editor.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="166" src="http://3.bp.blogspot.com/-twoBW73t2Hk/UX7ASHeSu8I/AAAAAAAADVg/AZhwKD8CVz0/s400/how-to-search-inside-the-new-blogger-template-editor.png" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Step 3.&lt;/b&gt;&lt;/span&gt; Paste the following style just above it:&lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;- If we are using threaded comments (with the reply option):&lt;/i&gt;&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&lt;br /&gt;
.comment-block {&lt;br /&gt;
border-bottom: 1px solid &lt;b&gt;#000000&lt;/b&gt;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.comments .continue {&lt;br /&gt;
&amp;nbsp; border-top: 0px solid $(widget.alternate.text.color);&lt;br /&gt;
}&lt;/blockquote&gt;
&lt;br /&gt;
&lt;i&gt;- If we are using previous commenting system (with no reply option)&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
#comments-block .comment-footer {&lt;br /&gt;
border-bottom:1px solid &lt;b&gt;#000000&lt;/b&gt;;&lt;br /&gt;
}&lt;/blockquote&gt;
&lt;br /&gt;
Note: To change the border's color, replace the bolded color value and to change its thickness, increase/decrease the 1 value.&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Step 4.&lt;/b&gt;&lt;/span&gt; Save the Template.&lt;br /&gt;
&lt;br /&gt;
Instead of a simple border, we can also add a divider/image between our comments.&lt;br /&gt;
&lt;span style="color: #0b5394;"&gt;&lt;span style="font-size: large;"&gt;&lt;b&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div id="divider"&gt;
&lt;span style="color: #0b5394;"&gt;&lt;span style="font-size: large;"&gt;&lt;b&gt;How to Add a Divider (Image) Between Each Comment in Blogger&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://1.bp.blogspot.com/-vZLd33V_nfg/UTpDtUh4KmI/AAAAAAAADAE/I6ALOlUqwbs/s1600/how-to-add-a-border-in-blogger-threaded-comments.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="blogger comments, blogger tricks, blogger tutorials" border="0" height="235" src="http://1.bp.blogspot.com/-vZLd33V_nfg/UTpDtUh4KmI/AAAAAAAADAE/I6ALOlUqwbs/s400/how-to-add-a-border-in-blogger-threaded-comments.png" title="how to customize comments in blogger" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Step 1.&lt;/b&gt;&lt;/span&gt; Go to &lt;b&gt;Template&lt;/b&gt; &amp;gt;&lt;b&gt; Edit HTML&lt;/b&gt; and search (CTRL + F) for the following piece of code:&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/blockquote&gt;
&lt;div style="text-align: center;"&gt;
&lt;b&gt;Screenshot:&lt;/b&gt;&lt;/div&gt;
&lt;div style="text-align: center;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://1.bp.blogspot.com/-LGzxBaZ0rpQ/UaJpKnVA3OI/AAAAAAAADfg/TdxsfQpfW50/s1600/how_to_search_in_blogger_template_editor.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="210" src="http://1.bp.blogspot.com/-LGzxBaZ0rpQ/UaJpKnVA3OI/AAAAAAAADfg/TdxsfQpfW50/s400/how_to_search_in_blogger_template_editor.png" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Step 2.&lt;/b&gt;&lt;/span&gt; Paste the following just above it:&lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;- If we are using threaded comments (with the reply option): &lt;/i&gt;
&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
.comment-block {&lt;br /&gt;
background-image:url(&lt;span style="color: blue;"&gt;http://1.bp.blogspot.com/-YaY5yi0UcbM/UTpA2jWBJFI/AAAAAAAAC_0/UXbviThYl2w/s1600/74.gif&lt;/span&gt;);&lt;br /&gt;
background-repeat:no-repeat;&lt;br /&gt;
background-position:center bottom;&lt;br /&gt;
padding-bottom:&lt;b&gt;30&lt;/b&gt;px;&lt;br /&gt;
margin-top: -10px;&lt;br /&gt;
}
&lt;br /&gt;
&lt;br /&gt;
.comments .continue {&lt;br /&gt;
border-top: 0px solid $(widget.alternate.text.color);&lt;br /&gt;
}&lt;/blockquote&gt;
&lt;br /&gt;
&lt;i&gt;- If we are using previous commenting system (with no reply function)&lt;/i&gt;&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
#comments-block .comment-footer {&lt;br /&gt;
background-image:url(&lt;span style="color: blue;"&gt;http://1.bp.blogspot.com/-YaY5yi0UcbM/UTpA2jWBJFI/AAAAAAAAC_0/UXbviThYl2w/s1600/74.gif&lt;/span&gt;);&lt;br /&gt;
background-repeat:no-repeat;&lt;br /&gt;
background-position:center bottom;&lt;br /&gt;
&lt;b&gt;height: 50px; &lt;/b&gt;&lt;br /&gt;
}&lt;/blockquote&gt;
&lt;br /&gt;
Note: The URL that is in blue represents the image that you can change as you like, just remember that at the height must set the height of an image with 30px more, for instance, if the image's height is 50px then the value will be 80px. This is for making sure that the image won't overlap the date of comments. (for threaded comments, increase/decrease the padding 30 value)&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Step 3.&lt;/b&gt;&lt;/span&gt; Save the Template.&lt;br /&gt;
&lt;br /&gt;
But you can still have more styles for each comment, for example adding a background color and a border.&lt;br /&gt;
&lt;span style="color: #0b5394;"&gt;&lt;b&gt;&lt;span style="font-size: large;"&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div id="customize"&gt;
&lt;span style="color: #0b5394;"&gt;&lt;b&gt;&lt;span style="font-size: large;"&gt;How to Add A Border and A Background Color To Blogger Comments&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://1.bp.blogspot.com/-UPanBZ8ptyA/UTpgdw3F4wI/AAAAAAAADAk/pt2k9ZdQZg8/s1600/how-to-customize-color-and-style-for-blogger-threaded-comments.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="blogger tips, blogger tricks, gadgets" border="0" height="251" src="http://1.bp.blogspot.com/-UPanBZ8ptyA/UTpgdw3F4wI/AAAAAAAADAk/pt2k9ZdQZg8/s400/how-to-customize-color-and-style-for-blogger-threaded-comments.png" title="how to change background and color of comments in blogger" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Step 1.&lt;/b&gt;&lt;/span&gt; Go to &lt;b&gt;Template&lt;/b&gt; &amp;gt; &lt;b&gt;Edit HTML&lt;/b&gt; and search for the following piece of code:&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Step 2.&lt;/b&gt;&lt;/span&gt; Paste the following just above it:&lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;- If we are using threaded comments (with the reply option): &lt;/i&gt;&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
.comment-block {&lt;br /&gt;
background:#F9F9F9; &lt;span style="color: #38761d;"&gt;/* Background Color */&lt;/span&gt;&lt;br /&gt;
border: 1px solid #f1f1f1; &lt;span style="color: #38761d;"&gt;/* Border style */&lt;/span&gt;&lt;br /&gt;
margin-bottom:20px;&lt;br /&gt;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .4);&lt;br /&gt;
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .4);&lt;br /&gt;
box-shadow: 0 1px 2px rgba(0, 0, 0, .4);&lt;br /&gt;
-moz-border-radius: 10px;&lt;br /&gt;
-webkit-border-radius: 10px;&lt;br /&gt;
border-radius: 10px; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.comments .comment-thread.inline-thread {&lt;br /&gt;
background-color: #FAFAFA; &lt;span style="color: #38761d;"&gt;/* Background color behind the replies */&lt;/span&gt;&lt;br /&gt;
border-left: 4px dotted #E6E6E6; &lt;span style="color: #38761d;"&gt;/* Border on the left side of replies */&lt;/span&gt;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.comment-content {&lt;br /&gt;
padding:2px 10px 10px 10px;&lt;br /&gt;
color:#444444; &lt;span style="color: #38761d;"&gt;/* Font Color in Comments */&lt;/span&gt;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.datetime a {&lt;br /&gt;
font-style:italic;&lt;br /&gt;
font-size:9px;&lt;br /&gt;
margin-left: 2px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.comments .comments-content .user a{&lt;br /&gt;
color:#1982D1; &lt;span style="color: #38761d;"&gt;/* Author's name color */&lt;/span&gt;&lt;br /&gt;
font-size: 12px; &lt;span style="color: #38761d;"&gt;/* Author's name size */&lt;/span&gt;&lt;br /&gt;
padding-left: 10px;&lt;br /&gt;
font-weight:bold;&lt;br /&gt;
text-decoration:none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.comments .comment .comment-actions a,.comments .comment .continue a{&lt;br /&gt;
display:inline-block; &lt;br /&gt;
margin:0 0 10px 10px;&lt;br /&gt;
padding:0 15px;&lt;br /&gt;
color:#B4B4B7;&lt;br /&gt;
text-align:center;&lt;br /&gt;
text-decoration:none;&lt;br /&gt;
background:#F8F8FB;&lt;br /&gt;
border:1px solid #C2C2C5;&lt;br /&gt;
border-radius:4px;&lt;br /&gt;
height:20px;&lt;br /&gt;
line-height:20px;&lt;br /&gt;
font-weight:normal;&lt;br /&gt;
cursor:pointer;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.comments .continue {&lt;br /&gt;
border-top: 0px solid $(widget.alternate.text.color);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.comments .comments-content .icon.blog-author {&lt;br /&gt;
background-image: none;&lt;br /&gt;
margin-left: -10px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.comments .avatar-image-container{&lt;br /&gt;
margin: 0px 0px 0px 0px;&lt;br /&gt;
padding: 0px 0px 0px 0px;&lt;br /&gt;
width: 40px;&lt;br /&gt;
max-height: 40px;&lt;br /&gt;
border: 1px solid #F2F2F2;&lt;br /&gt;
padding: 1px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.comments .avatar-image-container img{&lt;br /&gt;
margin: 0px 0px 0px 0px;&lt;br /&gt;
padding: 0px 0px 0px 0px;&lt;br /&gt;
max-width: 40px;&lt;br /&gt;
height: 40px;&lt;br /&gt;
}&lt;/blockquote&gt;
&lt;br /&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Step 3.&lt;/b&gt;&lt;/span&gt; Save the Template.&lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;- If we are using previous commenting system (with no reply function): &lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Step 1. &lt;/b&gt;&lt;/span&gt;Search for this line in your template:&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&amp;lt;b:loop values='data:post.comments' var='comment'&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Step 2.&lt;/b&gt;&lt;/span&gt; Then, add the following code just below of it:&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&amp;lt;div class='comments-ct'&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Step 3.&lt;/b&gt;&lt;/span&gt; Look a little further down and you'll see the &lt;b&gt;&amp;lt;/b:loop&amp;gt;&lt;/b&gt; code and just above it, add this:&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&amp;lt;/div&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Step 4.&lt;/b&gt;&lt;/span&gt; Now find this:&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Step 5.&lt;/b&gt;&lt;/span&gt; And just above of it, add this CSS code:&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
.comments-ct{&lt;br /&gt;
background:#F9F9F9; &lt;span style="color: #38761d;"&gt;/* Background Color */&lt;/span&gt;&lt;br /&gt;
border: 1px solid #f1f1f1; &lt;span style="color: #38761d;"&gt;/* Bprder Style */&lt;/span&gt;&lt;br /&gt;
margin-bottom:20px;&lt;br /&gt;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .4);&lt;br /&gt;
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .4);&lt;br /&gt;
box-shadow: 0 1px 2px rgba(0, 0, 0, .4);&lt;br /&gt;
-moz-border-radius: 10px;&lt;br /&gt;
-webkit-border-radius: 10px;&lt;br /&gt;
border-radius: 10px; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.comment-body {&lt;br /&gt;
color:#444444; &lt;span style="color: #38761d;"&gt;/* Font Color in Comments */&lt;/span&gt;&lt;br /&gt;
padding:10px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.comments-ct a {&lt;br /&gt;
padding-left: 5px; &lt;span style="color: #38761d;"&gt;/* Link color */&lt;/span&gt;&lt;br /&gt;
color: #4A9BD8;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.comment-timestamp a {&lt;br /&gt;
font-style:italic;&lt;br /&gt;
font-size:9px;&lt;br /&gt;
padding-right:10px;&lt;br /&gt;
padding-left:10px;&lt;br /&gt;
}&lt;/blockquote&gt;
(The rounded edges will not work in Internet Explorer with CSS)&lt;br /&gt;
&lt;br /&gt;
In either case, you can change the background color, border, etc.. in parts with annotations in green. &lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Step 6.&lt;/b&gt;&lt;/span&gt; Save the Template.&lt;br /&gt;
&lt;br /&gt;
If you need more help, leave a comment below.&lt;img src="http://feeds.feedburner.com/~r/helplogger/~4/YFdHqqVpy7k" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/helplogger/~3/YFdHqqVpy7k/how-to-customize-blogger-comments-by.html</link><author>noreply@blogger.com (Admin)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/-K0qNuTmhjhg/UTpgBN0qYVI/AAAAAAAADAg/ngLLY5AsxDw/s72-c/how-to-customize-color-and-style-for-blogger-threaded-comments.png" height="72" width="72" /><thr:total>15</thr:total><feedburner:origLink>http://helplogger.blogspot.com/2013/03/how-to-customize-blogger-comments-by.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3126197138969349243.post-4663232008333404073</guid><pubDate>Wed, 06 Mar 2013 22:28:00 +0000</pubDate><atom:updated>2013-03-07T18:02:08.809-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Widgets</category><category domain="http://www.blogger.com/atom/ns#">Blog Design</category><title>How to add go to top and go to bottom buttons Using jQuery in Blogger</title><description>The Up and Down buttons  can be used to navigate to the top and bottom of the page content, especially when on the main page there are many articles or when an article has too many comments. These buttons have a fadeIn and fadeOut effect, this means that they will fade slightly when we are scrolling to the top or bottom of the page and additionally, have the function of going up/down the blog.&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://1.bp.blogspot.com/-i479h5TxBcE/UTfBzhpHhKI/AAAAAAAAC_k/gS7FNdnvksY/s1600/how-to-add-go-to-top-go-to-bottom-buttons-in-blogger-blogspot.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="blogger widgets, blogger navigation" border="0" height="185" src="http://1.bp.blogspot.com/-i479h5TxBcE/UTfBzhpHhKI/AAAAAAAAC_k/gS7FNdnvksY/s200/how-to-add-go-to-top-go-to-bottom-buttons-in-blogger-blogspot.png" title="how to add back to top go to bottom navigation in blogger" width="200" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;/div&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;&lt;span style="font-size: large;"&gt;Demo&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
You can see a live demo on my blog, the buttons are located on the right side.&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;span style="font-size: large;"&gt;&lt;b&gt;How to put Go Up and Go Down buttons using &lt;span style="font-size: large;"&gt;the&lt;/span&gt; jQuery slide effect&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: #6fa8dc;"&gt;&lt;b&gt;Step 1.&lt;/b&gt;&lt;/span&gt; Go to Template, click on the Edit HTML button&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://1.bp.blogspot.com/-9PJxe92QMdU/UTOPNGadxaI/AAAAAAAAC5Y/FvfeI-b1ymo/s1600/blogger-template-edit-html.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="171" src="http://1.bp.blogspot.com/-9PJxe92QMdU/UTOPNGadxaI/AAAAAAAAC5Y/FvfeI-b1ymo/s400/blogger-template-edit-html.png" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;span style="color: #6fa8dc;"&gt;&lt;b&gt;Step 2.&lt;/b&gt; &lt;/span&gt;Select the "Expand Widget Templates" box&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://3.bp.blogspot.com/-wkwMDAbjccc/UTAL_D2Ra5I/AAAAAAAAC1w/Ilf9RdpDK0w/s1600/blogger-expand-widget-templates.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="126" src="http://3.bp.blogspot.com/-wkwMDAbjccc/UTAL_D2Ra5I/AAAAAAAAC1w/Ilf9RdpDK0w/s320/blogger-expand-widget-templates.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;span style="color: #6fa8dc;"&gt;&lt;b&gt;Step 3.&lt;/b&gt;&lt;/span&gt; Search (using CTRL + F) for the following piece of code:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
&lt;span style="color: #6fa8dc;"&gt;&lt;b&gt;Step 4.&lt;/b&gt;&lt;/span&gt; Just above this code, paste this one:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
/* Up and Down Buttons with jQuery&lt;br /&gt;
----------------------------------------------- */&lt;br /&gt;
.button_up{&lt;br /&gt;
padding:7px; &lt;span style="color: #38761d;"&gt;/* Distance between the border and the icon */&lt;/span&gt;&lt;br /&gt;
background-color:white;&lt;br /&gt;
border:1px solid #CCC; &lt;span style="color: #38761d;"&gt;/* Border Color */&lt;/span&gt;&lt;br /&gt;
position:fixed;&lt;br /&gt;
background:&lt;span style="color: red;"&gt;&lt;b&gt; &lt;span style="color: black;"&gt;white&lt;/span&gt; &lt;/b&gt;&lt;/span&gt;url(&lt;span style="color: blue;"&gt;http://4.bp.blogspot.com/-7zE5N9GdDUk/T6rH17KE6II/AAAAAAAACeQ/aEcKRyEhxsE/s16/arrow_up.png&lt;/span&gt;) no-repeat top left;&lt;br /&gt;
background-position:50% 50%;&lt;br /&gt;
width:20px; &lt;span style="color: #38761d;"&gt;/* Button's width */&lt;/span&gt;&lt;br /&gt;
height:20px; &lt;span style="color: #38761d;"&gt;/* Button's height */&lt;/span&gt;&lt;br /&gt;
bottom:280px; &lt;span style="color: #38761d;"&gt;/* Distance from the bottom */&lt;/span&gt;&lt;br /&gt;
right:5px; &lt;span style="color: #38761d;"&gt;/* Change right to left if you want the buttons on the left */&lt;/span&gt;&lt;br /&gt;
white-space:nowrap;&lt;br /&gt;
cursor: pointer;&lt;br /&gt;
border-radius: 3px 3px 3px 3px;&lt;br /&gt;
opacity:0.7; &lt;br /&gt;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);&lt;br /&gt;
}&lt;br /&gt;
.button_down{&lt;br /&gt;
padding:7px; &lt;span style="color: #38761d;"&gt;/* Distance between the border and the icon */&lt;/span&gt;&lt;br /&gt;
background-color:white;&lt;br /&gt;
border:1px solid #CCC; &lt;span style="color: #38761d;"&gt;/* Border Color */&lt;/span&gt;&lt;br /&gt;
position:fixed;&lt;br /&gt;
background:&lt;b&gt;&lt;span style="color: red;"&gt; &lt;span style="color: black;"&gt;white &lt;/span&gt;&lt;/span&gt;&lt;/b&gt;url(&lt;span style="color: blue;"&gt;http://3.bp.blogspot.com/-sukwuViZaYY/T6rH15A8niI/AAAAAAAACeM/YErd0S8lPGA/s16/arrow_down.png&lt;/span&gt;) no-repeat top left;&lt;br /&gt;
background-position:50% 50%;&lt;br /&gt;
width:20px; &lt;span style="color: #38761d;"&gt;/* Button's width */&lt;/span&gt;&lt;br /&gt;
height:20px; &lt;span style="color: #38761d;"&gt;/* Button's height */&lt;/span&gt;&lt;br /&gt;
bottom:242px;&lt;span style="color: #38761d;"&gt; /* Distance from the bottom */&lt;/span&gt;&lt;br /&gt;
right:5px; &lt;span style="color: #38761d;"&gt;/* Change right to left if you want the buttons on the left */&lt;/span&gt;&lt;br /&gt;
white-space:nowrap;&lt;br /&gt;
cursor: pointer;&lt;br /&gt;
border-radius: 3px 3px 3px 3px;&lt;br /&gt;
opacity:0.7;&lt;br /&gt;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);&lt;br /&gt;
}&lt;/blockquote&gt;
&lt;br /&gt;
&lt;b&gt;Note:&lt;/b&gt;&amp;nbsp; - in &lt;span style="color: #38761d;"&gt;green &lt;/span&gt;are some annotations that explains what styles you can modify on their left side.&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; - You can change the arrows by changing the URLs in &lt;span style="color: blue;"&gt;blue&lt;/span&gt;.&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - To change the buttons background color of buttons, change the &lt;b&gt;white&lt;/b&gt; text with your color &lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;span style="color: #6fa8dc;"&gt;Step 5.&lt;/span&gt;&lt;/b&gt; Now search (CTRL + F) for this tag:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;
&amp;lt;/body&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
&lt;span style="color: #6fa8dc;"&gt;&lt;b&gt;Step 6. &lt;/b&gt;&lt;/span&gt;And just above it, paste the following code:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&amp;lt;script src='http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js' type='text/javascript'/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&amp;lt;div class='button_up' id='button_up' style='display:none;'/&amp;gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&amp;lt;div class='button_down' id='button_down' style='display:none;'/&amp;gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;script&amp;gt;&lt;br /&gt;
//&amp;lt;![CDATA[&lt;br /&gt;
(function(){var special=jQuery.event.special,uid1='D'+(+new Date()),uid2='D'+(+new Date()+1);special.scrollstart={setup:function(){var timer,handler=function(evt){var _self=this,_args=arguments;if(timer){clearTimeout(timer)}else{evt.type='scrollstart';jQuery.event.handle.apply(_self,_args)}timer=setTimeout(function(){timer=null},special.scrollstop.latency)};jQuery(this).bind('scroll',handler).data(uid1,handler)},teardown:function(){jQuery(this).unbind('scroll',jQuery(this).data(uid1))}};special.scrollstop={latency:300,setup:function(){var timer,handler=function(evt){var _self=this,_args=arguments;if(timer){clearTimeout(timer)}timer=setTimeout(function(){timer=null;evt.type='scrollstop';jQuery.event.handle.apply(_self,_args)},special.scrollstop.latency)};jQuery(this).bind('scroll',handler).data(uid2,handler)},teardown:function(){jQuery(this).unbind('scroll',jQuery(this).data(uid2))}}})();&lt;br /&gt;
&lt;br /&gt;
$(function() {&lt;br /&gt;
var $elem = $('body');&lt;br /&gt;
$('#button_up').fadeIn('slow');&lt;br /&gt;
$('#button_down').fadeIn('slow'); &lt;br /&gt;
$(window).bind('scrollstart', function(){&lt;br /&gt;
$('#button_up,#button_down').stop().animate({'opacity':'0.2'});&lt;br /&gt;
});&lt;br /&gt;
$(window).bind('scrollstop', function(){&lt;br /&gt;
$('#button_up,#button_down').stop().animate({'opacity':'1'});&lt;br /&gt;
});&lt;br /&gt;
$('#button_down').click(&lt;br /&gt;
function (e) {&lt;br /&gt;
$('html, body').animate({scrollTop: $elem.height()}, 800);&lt;br /&gt;
} );&lt;br /&gt;
$('#button_up').click(&lt;br /&gt;
function (e) {&lt;br /&gt;
$('html, body').animate({scrollTop: '0px'}, 800);&lt;br /&gt;
} );});&lt;br /&gt;
//]]&amp;gt;&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
&lt;b&gt;Note:&lt;/b&gt; In case you want to remove the "Go to top" button, remove the 1st bolded code and to remove the "Go to bottom" button, remove the 2nd one.&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: #6fa8dc;"&gt;&lt;b&gt;Step 7.&lt;/b&gt;&lt;/span&gt; Finally, Save your Template. Enjoy!&lt;img src="http://feeds.feedburner.com/~r/helplogger/~4/kuEf04DeP4s" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/helplogger/~3/kuEf04DeP4s/how-to-add-go-to-top-and-go-to-bottom.html</link><author>noreply@blogger.com (Admin)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/-i479h5TxBcE/UTfBzhpHhKI/AAAAAAAAC_k/gS7FNdnvksY/s72-c/how-to-add-go-to-top-go-to-bottom-buttons-in-blogger-blogspot.png" height="72" width="72" /><thr:total>19</thr:total><feedburner:origLink>http://helplogger.blogspot.com/2013/03/how-to-add-go-to-top-and-go-to-bottom.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3126197138969349243.post-8897042661758942722</guid><pubDate>Wed, 06 Mar 2013 04:23:00 +0000</pubDate><atom:updated>2013-03-05T20:23:36.994-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Hacks</category><category domain="http://www.blogger.com/atom/ns#">how to</category><category domain="http://www.blogger.com/atom/ns#">Blog Design</category><title>How to Add a Vintage Style to Images In Blogger using CSS</title><description>To get that vintage Instagram effect for your pictures you don't have to use a program, now you can use CSS and get a similar result! We will apply a shadow inside the image, add a border, we will put a color in it, and on top of our image, we will add another semitransparent image with a grunge style that will give a vintage touch.&lt;br /&gt;
&lt;br /&gt;
You can see the example in this picture below, moving the cursor changes to normal but keeps the edge.&lt;br /&gt;
&lt;br /&gt;
&lt;div class="vintage"&gt;
&lt;img alt="vintage images blogger" border="0" src="http://1.bp.blogspot.com/-grpqWg1j78U/UTa2ZnHTnOI/AAAAAAAAC-w/t9lfXt_cqNs/s640/Beautiful+Flowers.jpg" title="vintage effect to blogger image" /&gt;&lt;/div&gt;
&lt;div style="clear: both;"&gt;
&lt;br /&gt;
Obviously there will be images that will fit better these effects than others, but regardless of that we do, there should be made a few observations:&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;It is made with CSS styles so as some of you might already know, it will not recognize browsers, specifically Internet Explorer, so using IE browser does not show any effect.&lt;/li&gt;
&lt;li&gt;Hovering around the image will change with a transition effect, but only in Firefox.&lt;/li&gt;
&lt;li&gt;The images are not centered, you will have to align to left (default), or right.&lt;/li&gt;
&lt;/ol&gt;
Having clarified the above, let's start adding the CSS code to our template.&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-size: large;"&gt;&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Adding a Vintage Effect to Blogger Images &lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;&lt;span style="color: #6fa8dc;"&gt;&lt;span style="color: #3d85c6;"&gt;Step 1&lt;/span&gt;.&lt;/span&gt; &lt;/b&gt;&lt;/span&gt;Go to Template &amp;gt; Edit HTML&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://1.bp.blogspot.com/-9PJxe92QMdU/UTOPNGadxaI/AAAAAAAAC5Y/FvfeI-b1ymo/s1600/blogger-template-edit-html.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="137" src="http://1.bp.blogspot.com/-9PJxe92QMdU/UTOPNGadxaI/AAAAAAAAC5Y/FvfeI-b1ymo/s320/blogger-template-edit-html.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;b&gt;&lt;span style="color: #6fa8dc;"&gt;&lt;span style="color: #3d85c6;"&gt;Step 2.&lt;/span&gt; &lt;/span&gt;&lt;/b&gt;Select the "Expand widget templates" box&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://1.bp.blogspot.com/-HQE7D4skU2M/UTOPg2T27bI/AAAAAAAAC5g/NRGSpevoiLM/s1600/blogger-expand-widget-templates-hide-pic-inside-posts.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/-HQE7D4skU2M/UTOPg2T27bI/AAAAAAAAC5g/NRGSpevoiLM/s1600/blogger-expand-widget-templates-hide-pic-inside-posts.png" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&amp;nbsp;&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Step 3.&lt;/b&gt; &lt;/span&gt;Search for the following piece of code:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Step 4.&lt;/b&gt;&lt;/span&gt; Just above it, add the following CSS code:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
/* Vintage Images&lt;br /&gt;
----------------------------------------------- */&lt;br /&gt;
.vintage img {&lt;br /&gt;
padding:0;&lt;br /&gt;
float:left;&lt;br /&gt;
}&lt;br /&gt;
.vintage {&lt;br /&gt;
border:10px solid #000;&lt;br /&gt;
position: relative;&lt;br /&gt;
float: left; &lt;span style="color: #38761d;"&gt;/* Change to right if you want the images to be aligned to the right */&lt;/span&gt;&lt;br /&gt;
margin-right: 20px;&lt;br /&gt;
margin-bottom: 20px;&lt;br /&gt;
}&lt;br /&gt;
.vintage:before {&lt;br /&gt;
content: "";&lt;br /&gt;
display: block;&lt;br /&gt;
position: absolute;&lt;br /&gt;
top: 0;&lt;br /&gt;
bottom: 0;&lt;br /&gt;
left: 0;&lt;br /&gt;
right: 0;&lt;br /&gt;
&lt;b&gt;background-color: rgba(255,102,0, 0.6);&lt;/b&gt; &lt;span style="color: #38761d;"&gt;/* sepia */&lt;/span&gt;&lt;br /&gt;
background-image:url(http://2.bp.blogspot.com/-Qva8IVtO25k/UFejhDww-zI/AAAAAAAADAY/RnlCb7JO0xs/s000/grunge.png);&lt;br /&gt;
background-size: cover;&lt;br /&gt;
box-shadow: inset 0 0 50px #000, inset 0 0 50px #000, inset 0 0 50px #000;&lt;br /&gt;
-moz-transition: all 1s;&lt;br /&gt;
-webkit-transition: all 1s;&lt;br /&gt;
-o-transition: all 1s;&lt;br /&gt;
transition: all .1s;&lt;br /&gt;
}&lt;br /&gt;
&lt;span style="color: #666666;"&gt;.vintage:hover:before {&lt;/span&gt;&lt;br /&gt;
&lt;span style="color: #666666;"&gt;background: none;&lt;/span&gt;&lt;br /&gt;
&lt;span style="color: #666666;"&gt;box-shadow:none;&lt;/span&gt;&lt;br /&gt;
&lt;span style="color: #666666;"&gt;-moz-transition: all 1s;&lt;/span&gt;&lt;br /&gt;
&lt;span style="color: #666666;"&gt;-webkit-transition: all 1s;&lt;/span&gt;&lt;br /&gt;
&lt;span style="color: #666666;"&gt;-o-transition: all 1s;&lt;/span&gt;&lt;br /&gt;
&lt;span style="color: #666666;"&gt;transition: all .1s;&lt;/span&gt;&lt;br /&gt;
&lt;span style="color: #666666;"&gt;}&lt;/span&gt;&lt;/blockquote&gt;
&lt;br /&gt;
&lt;b&gt;Note:&lt;/b&gt; In the first code, you see in bold the line that corresponds to the color
 of the image, you can change it to any other color, these are some 
examples of traditional vintage:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
background-color: rgba(0,0,255, 0.5); &lt;span style="color: #38761d;"&gt;/* blue */&lt;/span&gt;&lt;br /&gt;
background-color: rgba(0,255,0, 0.5); &lt;span style="color: #38761d;"&gt;/* green */&lt;/span&gt;&lt;br /&gt;
background-color: rgba(0,255,255, 0.5); &lt;span style="color: #38761d;"&gt;/* cyan */&lt;/span&gt;&lt;br /&gt;
background-color: rgba(255,0,0, 0.5); &lt;span style="color: #38761d;"&gt;/* red */&lt;/span&gt; &lt;br /&gt;
background-color: rgba(255,0,240, 0.5); &lt;span style="color: #38761d;"&gt;/* violet */&lt;/span&gt;&lt;/blockquote&gt;
&lt;br /&gt;
If you want the image to not change to its original state on mouse hover, then remove the last code:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&lt;span style="color: #666666;"&gt;.vintage:hover:before {&lt;/span&gt;&lt;br /&gt;
&lt;span style="color: #666666;"&gt;background: none;&lt;/span&gt;&lt;br /&gt;
&lt;span style="color: #666666;"&gt;box-shadow:none;&lt;/span&gt;&lt;br /&gt;
&lt;span style="color: #666666;"&gt;-moz-transition: all 1s;&lt;/span&gt;&lt;br /&gt;
&lt;span style="color: #666666;"&gt;-webkit-transition: all 1s;&lt;/span&gt;&lt;br /&gt;
&lt;span style="color: #666666;"&gt;-o-transition: all 1s;&lt;/span&gt;&lt;br /&gt;
&lt;span style="color: #666666;"&gt;transition: all .1s;&lt;/span&gt;&lt;br /&gt;
&lt;span style="color: #666666;"&gt;} &lt;/span&gt;&lt;/blockquote&gt;
&lt;br /&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Step 5.&lt;/b&gt;&lt;/span&gt; After you've made your changes, click on Save Template&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Step 6.&lt;/b&gt;&lt;/span&gt; Finally, add this code inside your posts each time you want to apply the vintage effect to an image (switch to HTML tab if you want to use this code inside your post)&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&amp;lt;div class="vintage"&amp;gt;&lt;br /&gt;
&amp;lt;img border="0" src="&lt;span style="color: blue;"&gt;URL of the image&lt;/span&gt;" /&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style="clear: both;"/&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
And add the URL of the image to where is the text in blue.&lt;br /&gt;
&lt;br /&gt;
And that's it, with this little experiment you can have your vintage-style images using CSS only. Enjoy!&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/helplogger/~4/Uk3_qEchrZk" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/helplogger/~3/Uk3_qEchrZk/how-to-add-vintage-style-to-images-in.html</link><author>noreply@blogger.com (Admin)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/-grpqWg1j78U/UTa2ZnHTnOI/AAAAAAAAC-w/t9lfXt_cqNs/s72-c/Beautiful+Flowers.jpg" height="72" width="72" /><thr:total>2</thr:total><feedburner:origLink>http://helplogger.blogspot.com/2013/03/how-to-add-vintage-style-to-images-in.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3126197138969349243.post-6084545284225280381</guid><pubDate>Tue, 05 Mar 2013 22:33:00 +0000</pubDate><atom:updated>2013-03-06T08:27:34.133-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Hacks</category><category domain="http://www.blogger.com/atom/ns#">Widgets</category><category domain="http://www.blogger.com/atom/ns#">how to</category><category domain="http://www.blogger.com/atom/ns#">Blog Design</category><title>How to Add a Widget Below First Post in Blogger</title><description>This tutorial will show you how to make a gadget/widget to appear just below the first Blogger post.&lt;br /&gt;
&lt;br /&gt;
First, you must understand that the usual gadgets provided by Blogger can be added only in the areas where the design section permits. Still, we can show any element, for example, an AdSense ad, an image, a flash file, a video etc.&lt;br /&gt;
&lt;br /&gt;
So what we will do in this tutorial is to display an item under the first post, this means that it will not be visible below the other entries. This is great when you use any &lt;a href="http://helplogger.blogspot.ro/2012/03/auto-read-more-with-thumbnail-for.html"&gt;automatic summary&lt;/a&gt;, although it is not a requirement.&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://4.bp.blogspot.com/-4i8CZOQ1XSI/UTZxtsyLGWI/AAAAAAAAC-M/TaqffA4mpGE/s1600/how-to-add-a-widget-below-first-post-in-blogger.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="widget below post" border="0" height="276" src="http://4.bp.blogspot.com/-4i8CZOQ1XSI/UTZxtsyLGWI/AAAAAAAAC-M/TaqffA4mpGE/s400/how-to-add-a-widget-below-first-post-in-blogger.png" title="Add a widget below first post in blogger" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
Well, this is easy to do and we will use the &lt;b&gt;isFirstPost&lt;/b&gt; conditional tag for that element to show it under the first entry.&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;&lt;span style="font-size: large;"&gt;Adding An Element Below First Post &lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Step 1. &lt;/b&gt;&lt;/span&gt;First, go to your Blogger Template and click on the Edit HTML button:&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://1.bp.blogspot.com/-9PJxe92QMdU/UTOPNGadxaI/AAAAAAAAC5Y/FvfeI-b1ymo/s1600/blogger-template-edit-html.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="171" src="http://1.bp.blogspot.com/-9PJxe92QMdU/UTOPNGadxaI/AAAAAAAAC5Y/FvfeI-b1ymo/s400/blogger-template-edit-html.png" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Step 2.&lt;/b&gt;&lt;/span&gt; Check the "Expand Widget Templates" box:&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://1.bp.blogspot.com/-HQE7D4skU2M/UTOPg2T27bI/AAAAAAAAC5g/NRGSpevoiLM/s1600/blogger-expand-widget-templates-hide-pic-inside-posts.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/-HQE7D4skU2M/UTOPg2T27bI/AAAAAAAAC5g/NRGSpevoiLM/s1600/blogger-expand-widget-templates-hide-pic-inside-posts.png" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Step 3&lt;/b&gt;&lt;/span&gt;. And find this line:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&amp;lt;b:include data='post' name='post'/&amp;gt;&amp;nbsp;&lt;/blockquote&gt;
&lt;br /&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Step 4.&lt;/b&gt;&lt;/span&gt; Just below it add this code:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&amp;lt;b:if cond='data:post.isFirstPost'&amp;gt;&lt;br /&gt;
&amp;lt;div align="center" style="&lt;span style="color: #cc0000;"&gt;margin-top:0px; margin-bottom:10px;&lt;/span&gt;"&amp;gt;&lt;br /&gt;
&lt;b&gt;Here goes the code of the element you want to show&lt;/b&gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/b:if&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
&lt;b&gt;Note: &lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;- The bolded text indicates to where you should paste the code of the element (eg. AdSense ad, a widget).&amp;nbsp;&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;- In red are the top margins (margin-top) and the bottom margins 
(margin-bottom), this is in case you want the element to move towards or
 away from the entries, also you can add any style like a 
background color, border etc.. &lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Step 5.&lt;/b&gt;&lt;/span&gt; Preview to make sure everything is okay, then Save your Template.&lt;img src="http://feeds.feedburner.com/~r/helplogger/~4/DX4K2UkHjZ4" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/helplogger/~3/DX4K2UkHjZ4/how-to-add-widget-below-first-post-in.html</link><author>noreply@blogger.com (Admin)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/-4i8CZOQ1XSI/UTZxtsyLGWI/AAAAAAAAC-M/TaqffA4mpGE/s72-c/how-to-add-a-widget-below-first-post-in-blogger.png" height="72" width="72" /><thr:total>22</thr:total><feedburner:origLink>http://helplogger.blogspot.com/2013/03/how-to-add-widget-below-first-post-in.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3126197138969349243.post-2984031914506646042</guid><pubDate>Tue, 05 Mar 2013 02:46:00 +0000</pubDate><atom:updated>2013-03-04T19:50:55.560-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Hacks</category><category domain="http://www.blogger.com/atom/ns#">Blog Design</category><title>How to Customize Blogger's Lightbox</title><description>Now, for those of you who have chosen to use the Blogger's Lightbox View to display the images, you have the option to change its style in a whole different way. We'll be able to change the black color of the screen, the border or shadow of the images and the color of the thumbnails background as well. We can customize the Blogger Lightbox entirely on your taste.&lt;br /&gt;
&lt;br /&gt;
&lt;div class="ssmainhide" style="clear: both; text-align: center;"&gt;
&lt;a href="http://3.bp.blogspot.com/-bQEJPVQLkQ8/UTVQzOygfAI/AAAAAAAAC9I/3vRYJyv3lIM/s1600/modify-the-blogger-lightbox-background-style-color-3.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="blogger lightbox, change blogger lightbox" border="0" height="159" src="http://3.bp.blogspot.com/-bQEJPVQLkQ8/UTVQzOygfAI/AAAAAAAAC9I/3vRYJyv3lIM/s320/modify-the-blogger-lightbox-background-style-color-3.png" title="how to modify blogger lightbox view" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;&lt;span style="font-size: large;"&gt;Demo&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
Take a look at the screenshots below:&lt;br /&gt;
&lt;br /&gt;
&lt;div style="text-align: center;"&gt;
&lt;span style="font-size: large;"&gt;&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Before&lt;/b&gt;:&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://1.bp.blogspot.com/-PxVYvEGO39k/UTVJ2ktC2sI/AAAAAAAAC8c/I6U60aZUkjc/s1600/how-to-change-the-style-background-of-blogger-lightbox.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="customize blogger lightbox, blogger lightbox" border="0" height="160" src="http://1.bp.blogspot.com/-PxVYvEGO39k/UTVJ2ktC2sI/AAAAAAAAC8c/I6U60aZUkjc/s320/how-to-change-the-style-background-of-blogger-lightbox.png" title="how to change the background of blogger lightbox" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;/div&gt;
&lt;div style="text-align: center;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: center;"&gt;
&lt;span style="font-size: large;"&gt;&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;After:&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://1.bp.blogspot.com/-LtcTm_5yjEo/UTVK5_RXGlI/AAAAAAAAC8w/KINeUY501KA/s1600/modify-the-blogger-lightbox-background-style-color-2.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="blogger lightbox, change lightbox background" border="0" height="159" src="http://1.bp.blogspot.com/-LtcTm_5yjEo/UTVK5_RXGlI/AAAAAAAAC8w/KINeUY501KA/s320/modify-the-blogger-lightbox-background-style-color-2.png" title="how to customize blogger lightbox" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
After adding our CSS code, the entire look of the modal window will be changed: the background color, the bar showing the thumbnails, the edge of images (border), the text that appears in it, transparency and the close button.&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://2.bp.blogspot.com/-bQEJPVQLkQ8/UTVQzOygfAI/AAAAAAAAC9E/ZEjv5cwhat0/s1600/modify-the-blogger-lightbox-background-style-color-3.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="blogger lightbox, modify lightbox, blogger tutorials" border="0" height="316" src="http://2.bp.blogspot.com/-bQEJPVQLkQ8/UTVQzOygfAI/AAAAAAAAC9E/ZEjv5cwhat0/s640/modify-the-blogger-lightbox-background-style-color-3.png" title="how to change blogger lightbox background color" width="640" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
All we have to do is to overwrite the default styles and change them for ours.&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;span style="font-size: large;"&gt;&lt;b&gt;How to Change the Blogger's Lightbox Background and Style&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Step 1. &lt;/b&gt;&lt;/span&gt;Go to Template, click on the Edit HTML button (also click on the Proceed button if needed)&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://1.bp.blogspot.com/-9PJxe92QMdU/UTOPNGadxaI/AAAAAAAAC5Y/FvfeI-b1ymo/s1600/blogger-template-edit-html.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="171" src="http://1.bp.blogspot.com/-9PJxe92QMdU/UTOPNGadxaI/AAAAAAAAC5Y/FvfeI-b1ymo/s400/blogger-template-edit-html.png" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Step 2.&lt;/b&gt;&lt;/span&gt; Search using CTRL + F the following code snippet:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;
]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Step 3.&lt;/b&gt;&lt;/span&gt; Copy and paste the following code just above it:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
/* Blogger Lightbox&lt;br /&gt;
----------------------------------------------- */&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: #38761d;"&gt;/* Background Color */&lt;/span&gt;&lt;br /&gt;
.CSS_LIGHTBOX_BG_MASK {&lt;br /&gt;
background-color: #ffffff !important;&lt;br /&gt;
background-image: url(&lt;span style="color: #cc0000;"&gt;image-url-address&lt;/span&gt;) !important;&lt;br /&gt;
opacity: &lt;span style="color: orange;"&gt;0.8&lt;/span&gt; !important;&lt;br /&gt;
filter: alpha(opacity=90) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: #38761d;"&gt;/* Images Border */&lt;/span&gt;&lt;br /&gt;
.CSS_LIGHTBOX_SCALED_IMAGE_IMG {&lt;br /&gt;
outline: 0px solid #fff !important;&lt;br /&gt;
-webkit-border-radius: 10px;&lt;br /&gt;
-moz-border-radius: 10px;&lt;br /&gt;
border-radius: 10px;&lt;br /&gt;
-webkit-box-shadow: 0px 0px 5px #000000;&lt;br /&gt;
-moz-box-shadow: 0px 0px 5px #000000;&lt;br /&gt;
box-shadow: 0px 0px 5px #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: #38761d;"&gt;/* Close Button */&lt;/span&gt;&lt;br /&gt;
.CSS_LIGHTBOX_BTN_CLOSE {&lt;br /&gt;
background: url(&lt;span style="color: #cc0000;"&gt;image-url-address&lt;/span&gt;) no-repeat !important;&lt;br /&gt;
width: 24px !important;&lt;br /&gt;
height: 24px !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: #38761d;"&gt;/* Thumbnails Bar Color */&lt;/span&gt;&lt;br /&gt;
.CSS_LIGHTBOX_FILMSTRIP {&lt;br /&gt;
background-color: #eaeaea !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: #38761d;"&gt;/* Text Color */&lt;/span&gt;&lt;br /&gt;
.CSS_LIGHTBOX_ATTRIBUTION_INFO, .CSS_LIGHTBOX_ATTRIBUTION_LINK {&lt;br /&gt;
color: #000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: #38761d;"&gt;/* Index Info (number of images) */&lt;/span&gt;&lt;br /&gt;
.CSS_LIGHTBOX_INDEX_INFO {&lt;br /&gt;
color: &lt;i&gt;#555555&lt;/i&gt; !important;&lt;br /&gt;
}&lt;/blockquote&gt;
&lt;br /&gt;
&lt;b&gt;Note:&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
- The text in green explains to which part the code belongs (it doesn't need to be modified)&lt;br /&gt;
&lt;br /&gt;
For example, the &lt;span style="color: #38761d;"&gt;/ * Background Color * /&lt;/span&gt; part can change the background color or even the LightBox background color to an image. If you want to do that, then change this line by replacing the red text with the url address of your image:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
background-image: url(&lt;span style="color: #cc0000;"&gt;image-url-address&lt;/span&gt;) !important;&lt;/blockquote&gt;
&lt;br /&gt;
- The opacity is just below, if you add a lower value ( &lt;span style="color: orange;"&gt;0.8&lt;/span&gt; ) the background will become more transparent.&lt;br /&gt;
&lt;br /&gt;
- To change the icon for close button, you have to replace the text in red from &lt;span style="color: #38761d;"&gt;/* Close Button */ &lt;/span&gt;with the url of your image. (you can host image at tinypic or upload it into a blogger draft and then Copy the Link Location)&lt;br /&gt;
&lt;br /&gt;
- To change the text color of images, replace the &lt;i&gt;#555555&lt;/i&gt; value from &lt;span style="color: #38761d;"&gt;/* Index Info (number of images) */&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
- The border of the images can be changed as much as we want: you can change the borders' roundedness, shadow, etc... but remember this is CSS3 so older versions of Internet Explorer will not see it.&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Step 4.&lt;/b&gt;&lt;/span&gt; Click on Save Template and you're done!&lt;img src="http://feeds.feedburner.com/~r/helplogger/~4/Oz1M7lOkfFA" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/helplogger/~3/Oz1M7lOkfFA/how-to-customize-bloggers-lightbox.html</link><author>noreply@blogger.com (Admin)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/-bQEJPVQLkQ8/UTVQzOygfAI/AAAAAAAAC9I/3vRYJyv3lIM/s72-c/modify-the-blogger-lightbox-background-style-color-3.png" height="72" width="72" /><thr:total>6</thr:total><feedburner:origLink>http://helplogger.blogspot.com/2013/03/how-to-customize-bloggers-lightbox.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3126197138969349243.post-2840139434007834044</guid><pubDate>Mon, 04 Mar 2013 23:24:00 +0000</pubDate><atom:updated>2013-03-04T15:34:04.593-08:00</atom:updated><title>Missing for a while</title><description>&lt;div class="ssmainhide" style="clear: both; text-align: center;"&gt;
&lt;a href="http://4.bp.blogspot.com/-xiekBixbEOg/UTUuElH1i4I/AAAAAAAAC70/6tY2SCwB2Wo/s1600/blogging-break-300x300.gif" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="200" src="http://4.bp.blogspot.com/-xiekBixbEOg/UTUuElH1i4I/AAAAAAAAC70/6tY2SCwB2Wo/s200/blogging-break-300x300.gif" width="200" /&gt;&lt;/a&gt;&lt;/div&gt;
It’s been pretty silent for a long while, isn’t it? So, I'm finally back, after a very long break. Life’s been really busy and hectic in the last time. New home, new job, new projects and a whole new environment.&lt;br /&gt;
&lt;br /&gt;
I apologize everyone for not replying to your messages/comments. Because I have gotten too many spams comments lately, many of the comments are not yet approved, so now all of them are put in moderation. (there are over 2000 comments, wow... there's a lot of hard work to do)&lt;br /&gt;
&lt;br /&gt;
And most important, I want to thank everyone for your support and for keeping this blog alive! Your presence really encourages me to write more and produce more content and I'll try to make more time from now on. &lt;br /&gt;
&lt;br /&gt;
Now, getting back into the swing of blogging, I will post more tutorials from time to time and also, have to share lots of goodies for your blog, so keep an eye out for them :&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Any suggestions for future tutorials are welcome!&lt;img src="http://feeds.feedburner.com/~r/helplogger/~4/PocNde5GKz4" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/helplogger/~3/PocNde5GKz4/missing-for-while.html</link><author>noreply@blogger.com (Admin)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/-xiekBixbEOg/UTUuElH1i4I/AAAAAAAAC70/6tY2SCwB2Wo/s72-c/blogging-break-300x300.gif" height="72" width="72" /><thr:total>5</thr:total><feedburner:origLink>http://helplogger.blogspot.com/2013/03/missing-for-while.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3126197138969349243.post-6810647934363472397</guid><pubDate>Sun, 29 Jul 2012 05:03:00 +0000</pubDate><atom:updated>2013-03-06T15:51:22.022-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Hacks</category><category domain="http://www.blogger.com/atom/ns#">how to</category><category domain="http://www.blogger.com/atom/ns#">Blog Design</category><title>How to Make the Blogger Posts Have a Calendar for the Date in</title><description>It's quite common to see calendar style dates next to some WordPress posts but for the Blogger platform it isn't always an very easy task to add this. But who said you can't do it? You need to look no further than this blog. In this tutorial, we'll learn how to create a calendar style date for your Blogger posts.&lt;br /&gt;
&lt;br /&gt;
&lt;div style="text-align: center;"&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://4.bp.blogspot.com/-H-MSSyx63sg/UBTDuepMzJI/AAAAAAAACbM/cqLy0kgdk8A/s1600/Creating-calendar-style-dates-for-your-Blogger-blog-posts-3.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="160" src="http://4.bp.blogspot.com/-H-MSSyx63sg/UBTDuepMzJI/AAAAAAAACbM/cqLy0kgdk8A/s200/Creating-calendar-style-dates-for-your-Blogger-blog-posts-3.png" width="200" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;a href="http://demo-blog32.blogspot.ro/2012/07/demo-post1.html"&gt;&lt;b&gt;DEMO&lt;/b&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;span style="color: #0b5394;"&gt;&lt;b&gt;&lt;span style="font-size: large;"&gt;How to create calendar style dates in Blogger&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Step 1.&lt;/b&gt;&lt;/span&gt;&amp;nbsp;&lt;span style="font-weight: normal;"&gt;Go to Settings &amp;gt; Language and Formatting - Date Header Format and change the date format as you can see in my example below (&lt;/span&gt;&lt;span style="font-weight: normal;"&gt;put day first, then the month and finally the year)&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-weight: normal;"&gt;&amp;nbsp;&lt;/span&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://1.bp.blogspot.com/-j6rS3MgbGKc/UBS4DYwx50I/AAAAAAAACac/6wO6ZWSydo4/s1600/Creating-calendar-style-dates-for-your-Blogger-blog-posts-1.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="151" src="http://1.bp.blogspot.com/-j6rS3MgbGKc/UBS4DYwx50I/AAAAAAAACac/6wO6ZWSydo4/s400/Creating-calendar-style-dates-for-your-Blogger-blog-posts-1.png" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Step 2.&lt;/b&gt;&lt;/span&gt; Then go to&lt;b&gt; Template&lt;/b&gt; &amp;gt; &lt;b&gt;Edit HTML&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://1.bp.blogspot.com/-9PJxe92QMdU/UTOPNGadxaI/AAAAAAAAC5Y/FvfeI-b1ymo/s1600/blogger-template-edit-html.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="171" src="http://1.bp.blogspot.com/-9PJxe92QMdU/UTOPNGadxaI/AAAAAAAAC5Y/FvfeI-b1ymo/s400/blogger-template-edit-html.png" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Step 3.&lt;/b&gt;&lt;/span&gt; Select the "&lt;b&gt;Expand Widget Templates&lt;/b&gt;" checkbox&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://3.bp.blogspot.com/-wkwMDAbjccc/UTAL_D2Ra5I/AAAAAAAAC1w/Ilf9RdpDK0w/s1600/blogger-expand-widget-templates.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/-wkwMDAbjccc/UTAL_D2Ra5I/AAAAAAAAC1w/Ilf9RdpDK0w/s1600/blogger-expand-widget-templates.png" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;span style="color: #6fa8dc;"&gt;&lt;b&gt;&lt;span style="color: #3d85c6;"&gt;Step 4.&lt;/span&gt; &lt;/b&gt;&lt;/span&gt;And search (CTRL + F) the following line:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&amp;lt;h2 class='date-header'&amp;gt;&amp;lt;span&amp;gt;&amp;lt;data:post.dateHeader/&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/h2&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Step 5.&lt;/b&gt; &lt;/span&gt;In case you find it twice, then you should replace it twice with this code:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&amp;lt;div id='Date'&amp;gt;&lt;br /&gt;
&amp;lt;script&amp;gt;changeDate(&amp;amp;#39;&amp;lt;data:post.dateHeader/&amp;gt;&amp;amp;#39;);&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;b:else/&amp;gt;&lt;br /&gt;
&amp;lt;div id='Date'&amp;gt;&lt;br /&gt;
&amp;lt;script&amp;gt;changeDate(&amp;amp;#39;&amp;amp;#39;);&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Step 6.&lt;/b&gt;&lt;/span&gt; Now search for this tag (CTRL + F to find it)&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&amp;lt;/head&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Step 7.&lt;/b&gt;&lt;/span&gt; And paste the code from below just ABOVE the &amp;lt;/head&amp;gt; tag: &lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;
&amp;lt;script type='text/javascript'&amp;gt;&lt;br /&gt;
//&amp;lt;![CDATA[&lt;br /&gt;
var DateCalendar;&lt;br /&gt;
function changeDate(d){&lt;br /&gt;
if (d == "") {&lt;br /&gt;
d = DateCalendar;&lt;br /&gt;
}&lt;br /&gt;
var da = d.split(' ');&lt;br /&gt;
day = "&amp;lt;strong class='date_day'&amp;gt;"+da[0]+"&amp;lt;/strong&amp;gt;";&lt;br /&gt;
month = "&amp;lt;strong class='date_month'&amp;gt;"+da[1].slice(0,3)+"&amp;lt;/strong&amp;gt;";&lt;br /&gt;
year = "&amp;lt;strong class='date_year'&amp;gt;"+da[2]+"&amp;lt;/strong&amp;gt;";&lt;br /&gt;
document.write(month+day+year);&lt;br /&gt;
DateCalendar = d;&lt;br /&gt;
}&lt;br /&gt;
//]]&amp;gt;&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;b:if cond='data:blog.pageType != &amp;amp;quot;static_page&amp;amp;quot;'&amp;gt;&lt;br /&gt;
&amp;lt;style type='text/css'&amp;gt;&lt;br /&gt;
/* Calendar style date&lt;br /&gt;
----------------------------------------------- */&lt;br /&gt;
#Date {&lt;br /&gt;
background: transparent url(&lt;span style="color: blue;"&gt;http://1.bp.blogspot.com/-NVj6tUKJgLo/UBShW2dCLSI/AAAAAAAACZk/3TkTa8Hzqt0/s1600/calendar07.png&lt;/span&gt;) no-repeat;&lt;br /&gt;
display: block;&lt;br /&gt;
width:60px;&lt;br /&gt;
height:60px;&lt;br /&gt;
float: left;&lt;br /&gt;
margin: 15px 2px 0 &lt;span style="color: red;"&gt;-108&lt;/span&gt;px;&lt;br /&gt;
padding: 0 0 8px 0px;&lt;br /&gt;
border: 0;&lt;br /&gt;
text-transform: uppercase;&lt;br /&gt;
}&lt;br /&gt;
.date_month {&lt;br /&gt;
display: block;&lt;br /&gt;
font-size: 15px;&lt;br /&gt;
font-weight:bold;&lt;br /&gt;
margin-top:-1px;&lt;br /&gt;
text-align:center;&lt;br /&gt;
color:#ffffff;&amp;nbsp;&lt;span style="color: #6aa84f;"&gt;/* Month's color */&lt;/span&gt;&lt;br /&gt;
}&lt;br /&gt;
.date_day {&lt;br /&gt;
display: block;&lt;br /&gt;
font-size: 28px;&lt;br /&gt;
font-weight:bold;&lt;br /&gt;
margin-top:-8px;&lt;br /&gt;
text-align:center;&lt;br /&gt;
color:#282828;&amp;nbsp;&lt;span style="color: #6aa84f;"&gt;/* Day's color */&lt;/span&gt;&lt;br /&gt;
}&lt;br /&gt;
.date_year {&lt;br /&gt;
display: block;&lt;br /&gt;
font-size: 10px;&lt;br /&gt;
margin-top:-8px;&lt;br /&gt;
text-align:center;&lt;br /&gt;
color:#282828;&amp;nbsp;&lt;span style="color: #6aa84f;"&gt;/* Year's color */&lt;/span&gt;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/style&amp;gt;&lt;br /&gt;
&amp;lt;/b:if&amp;gt;&lt;/blockquote&gt;
&lt;b&gt;&lt;br /&gt;
&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;Before saving your Template, we can make some changes:&lt;/b&gt;&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;To change the calendar style, replace the url in blue with yours;&lt;/li&gt;
&lt;li&gt;If the calendar doesn't appear correctly, change &lt;span style="color: red;"&gt;-108 &lt;/span&gt;with 0;&lt;/li&gt;
&lt;li&gt;With green are marked the areas where you can change the color of the dates&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;span style="color: #3d85c6;"&gt;&lt;b&gt;Step 8.&lt;/b&gt;&lt;/span&gt; Now Preview your Template and if everything is ok, click on the Save button. Enjoy!&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/helplogger/~4/f6mNt5Jcpc8" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/helplogger/~3/f6mNt5Jcpc8/how-to-make-blogger-posts-have-calendar.html</link><author>noreply@blogger.com (Admin)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/-H-MSSyx63sg/UBTDuepMzJI/AAAAAAAACbM/cqLy0kgdk8A/s72-c/Creating-calendar-style-dates-for-your-Blogger-blog-posts-3.png" height="72" width="72" /><thr:total>56</thr:total><feedburner:origLink>http://helplogger.blogspot.com/2012/07/how-to-make-blogger-posts-have-calendar.html</feedburner:origLink></item></channel></rss>
