<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MartinLoh.Com &#187; Blogger Tips</title>
	<atom:link href="http://martinloh.com/category/blogger-tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://martinloh.com</link>
	<description>How to, Reviews, Blogger Tips, Wordpress Tips, Web Tips and Make Money Online With Martin Loh Dot Com</description>
	<lastBuildDate>Tue, 27 Sep 2011 13:58:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to Create Horizontal Tabs Menu in Blogger &#8211; Part 2</title>
		<link>http://martinloh.com/blogger-tips/how-to-create-horizontal-tabs-menu-in-blogger-part-2/</link>
		<comments>http://martinloh.com/blogger-tips/how-to-create-horizontal-tabs-menu-in-blogger-part-2/#comments</comments>
		<pubDate>Tue, 11 May 2010 05:18:16 +0000</pubDate>
		<dc:creator>Martin Loh</dc:creator>
				<category><![CDATA[Blogger Tips]]></category>
		<category><![CDATA[How to]]></category>

		<guid isPermaLink="false">http://martinloh.com/?p=382</guid>
		<description><![CDATA[
			
				
			
		
Few day ago, I received some comments from my reader regarding my last post on How to Create Horizontal Tabs Menu in Blogger. They use my method to create the horizontal tab but at the end,  they created a bulleted list of links.  So I decide to log in my blogger account and take a look [...]


Related posts:<ol><li><a href='http://martinloh.com/blogger-tips/how-to-create-horizontal-tabs-menu-in-blogger/' rel='bookmark' title='Permanent Link: How to Create Horizontal Tabs Menu in Blogger'>How to Create Horizontal Tabs Menu in Blogger</a></li>
<li><a href='http://martinloh.com/tips-tricks/31-ways-to-make-a-girl-smile/' rel='bookmark' title='Permanent Link: 31 Ways to Make a Girl Smile :)'>31 Ways to Make a Girl Smile :)</a></li>
<li><a href='http://martinloh.com/blogger-tips/how-to-start-blogging-with-blogger/' rel='bookmark' title='Permanent Link: How to Start Blogging with Blogger'>How to Start Blogging with Blogger</a></li>
<li><a href='http://martinloh.com/internet-tips/why-you-should-updated-your-firefox-to-firefox-3-6/' rel='bookmark' title='Permanent Link: Why You Should Updated Your Firefox to Firefox 3.6'>Why You Should Updated Your Firefox to Firefox 3.6</a></li>
<li><a href='http://martinloh.com/how-to/how-to-apply-a-google-adsense-account/' rel='bookmark' title='Permanent Link: How To Apply A Google Adsense Account'>How To Apply A Google Adsense Account</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fmartinloh.com%2Fblogger-tips%2Fhow-to-create-horizontal-tabs-menu-in-blogger-part-2%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fmartinloh.com%2Fblogger-tips%2Fhow-to-create-horizontal-tabs-menu-in-blogger-part-2%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Few day ago, I received some comments from my reader regarding my last post on <em><a title="How to create horizontal tabs menu in blogger" href="http://martinloh.com/blogger-tips/how-to-create-horizontal-tabs-menu-in-blogger/" target="_blank">How to Create Horizontal Tabs Menu in Blogger</a>. </em>They use my method to create the horizontal tab but at the end,  they created a<strong> bulleted list of links</strong>.  So I decide to log in my blogger account and take a look for this issue.</p>
<p>After testing on several of blogger template, the original code create <strong>vertical tab</strong> instead of horizontal tab.</p>
<p><img class="alignnone" title="Horizontal Menu Tab" src="http://martinloh.com/images/HorizontalMenuTab_2.JPG" alt="" width="542" height="439" /></p>
<p><span id="more-382"></span></p>
<p>Therefore, I check the code again and what I found was the <strong>CSS code</strong> was <strong>missing</strong> after change the template.  As you can see as above picture.  Seem like this is <em><strong>Blogger</strong></em>&#8217;s problem and I have not idea why the <strong>CSS code</strong> is missing every time I change a new template.  Without the <strong>CSS code,</strong> there will be no horizontal tab.</p>
<p>How do we create the horizontal tab? Basically, we need 2 different code i.e. <strong>widget Code</strong> and<strong> CSS code. </strong>The <strong>widget code</strong> create a list of links and <strong>CSS code</strong> change the style of the links into horizontal tab.</p>
<p>Therefore, without the <strong>CSS code</strong>, your links will be vertical tab as default.</p>
<p><strong><em>Widget code: Create the list of links</em></strong></p>
<blockquote><p>&lt;ul id=”nav”&gt;</p>
<p>&lt;li&gt;&lt;a href=”#”&gt;Home&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;a href=”#”&gt;About&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;a href=”#”&gt;Services&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;a href=”#”&gt;Products&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;a href=”#”&gt;Sitemap&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;a href=”#”&gt;Help&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;a href=”#”&gt;Contact Us&lt;/a&gt;&lt;/li&gt;</p>
<p>&lt;/ul&gt;</p></blockquote>
<p><strong>The Solution: </strong></p>
<p>I copy all the <strong>Missing CSS code</strong> (as below) again and then paste into the <strong>template HTML Code</strong> (you need to <em><strong>expand widget templates</strong></em> to see the whole template HTML code) before <strong>&#8221; </strong><strong>]]&gt;&lt;/b:skin&gt;&#8221;</strong>.</p>
<p><strong><em>CSS Code: change the links into horizontal tab</em></strong></p>
<blockquote><p>#nav<br />
{<br />
padding:0;<br />
}</p>
<p>#nav li<br />
{<br />
display:inline;<br />
}</p>
<p>#nav li a<br />
{<br />
font-family:Arial;<br />
font-size:12px;<br />
text-decoration: none;<br />
float:left;<br />
padding:10px;<br />
background-color: #333333;<br />
color:#ffffff;<br />
border-bottom:1px;<br />
border-bottom-color:#000000;<br />
border-bottom-style:solid;<br />
}</p>
<p>#nav li a:hover<br />
{<br />
background-color:#9B1C26;<br />
padding-bottom:12px;<br />
border-bottom:2px;<br />
border-bottom-color:#000000;<br />
border-bottom-style:solid;<br />
margin:-1px;<br />
}</p></blockquote>
<p>After I added the missing <strong>CSS code</strong>, I create the <strong>horizontal tab</strong> at my template.</p>
<p><img class="alignnone" title="Horizonta lMenu Tab" src="http://martinloh.com/images/HorizontalMenuTab.JPG" alt="" width="618" height="430" /></p>
<p>I hope this solution can resolve all my reader&#8217;s problem. <img src='http://martinloh.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>IF above solution still not solve your problem then drop me a comment and I will look into your <strong>blogger</strong><em>&#8217;s code.</em></p>
<p><em> </em></p>
<a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://martinloh.com/blogger-tips/how-to-create-horizontal-tabs-menu-in-blogger-part-2/&title=How+to+Create+Horizontal+Tabs+Menu+in+Blogger+&#8211;+Part+2&srcURL=http://martinloh.com" target="_blank" rel="nofollow"><img
src="http://martinloh.com/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a>

<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-caring">
<ul class="socials">
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+Create+Horizontal+Tabs+Menu+in+Blogger+-+Part+2&amp;link=http://martinloh.com/blogger-tips/how-to-create-horizontal-tabs-menu-in-blogger-part-2/&amp;notes=Few%20day%20ago%2C%20I%20received%20some%20comments%20from%20my%20reader%20regarding%20my%20last%20post%20on%20How%20to%20Create%20Horizontal%20Tabs%20Menu%20in%20Blogger.%20They%20use%20my%20method%20to%20create%20the%20horizontal%20tab%20but%20at%20the%20end%2C%20%C2%A0they%C2%A0created%20a%20bulleted%20list%20of%20links.%20%C2%A0So%20I%20decide%20to%20log%20in%20my%20blogger%20account%20and%20take%20a%20look%20for%20this%20&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+Create+Horizontal+Tabs+Menu+in+Blogger+-+Part+2&amp;link=http://martinloh.com/blogger-tips/how-to-create-horizontal-tabs-menu-in-blogger-part-2/&amp;notes=Few%20day%20ago%2C%20I%20received%20some%20comments%20from%20my%20reader%20regarding%20my%20last%20post%20on%20How%20to%20Create%20Horizontal%20Tabs%20Menu%20in%20Blogger.%20They%20use%20my%20method%20to%20create%20the%20horizontal%20tab%20but%20at%20the%20end%2C%20%C2%A0they%C2%A0created%20a%20bulleted%20list%20of%20links.%20%C2%A0So%20I%20decide%20to%20log%20in%20my%20blogger%20account%20and%20take%20a%20look%20for%20this%20&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=6&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+Create+Horizontal+Tabs+Menu+in+Blogger+-+Part+2&amp;link=http://martinloh.com/blogger-tips/how-to-create-horizontal-tabs-menu-in-blogger-part-2/&amp;notes=Few%20day%20ago%2C%20I%20received%20some%20comments%20from%20my%20reader%20regarding%20my%20last%20post%20on%20How%20to%20Create%20Horizontal%20Tabs%20Menu%20in%20Blogger.%20They%20use%20my%20method%20to%20create%20the%20horizontal%20tab%20but%20at%20the%20end%2C%20%C2%A0they%C2%A0created%20a%20bulleted%20list%20of%20links.%20%C2%A0So%20I%20decide%20to%20log%20in%20my%20blogger%20account%20and%20take%20a%20look%20for%20this%20&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+Create+Horizontal+Tabs+Menu+in+Blogger+-+Part+2&amp;link=http://martinloh.com/blogger-tips/how-to-create-horizontal-tabs-menu-in-blogger-part-2/&amp;notes=Few%20day%20ago%2C%20I%20received%20some%20comments%20from%20my%20reader%20regarding%20my%20last%20post%20on%20How%20to%20Create%20Horizontal%20Tabs%20Menu%20in%20Blogger.%20They%20use%20my%20method%20to%20create%20the%20horizontal%20tab%20but%20at%20the%20end%2C%20%C2%A0they%C2%A0created%20a%20bulleted%20list%20of%20links.%20%C2%A0So%20I%20decide%20to%20log%20in%20my%20blogger%20account%20and%20take%20a%20look%20for%20this%20&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+Create+Horizontal+Tabs+Menu+in+Blogger+-+Part+2&amp;link=http://martinloh.com/blogger-tips/how-to-create-horizontal-tabs-menu-in-blogger-part-2/&amp;notes=Few%20day%20ago%2C%20I%20received%20some%20comments%20from%20my%20reader%20regarding%20my%20last%20post%20on%20How%20to%20Create%20Horizontal%20Tabs%20Menu%20in%20Blogger.%20They%20use%20my%20method%20to%20create%20the%20horizontal%20tab%20but%20at%20the%20end%2C%20%C2%A0they%C2%A0created%20a%20bulleted%20list%20of%20links.%20%C2%A0So%20I%20decide%20to%20log%20in%20my%20blogger%20account%20and%20take%20a%20look%20for%20this%20&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=10&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+Create+Horizontal+Tabs+Menu+in+Blogger+-+Part+2&amp;link=http://martinloh.com/blogger-tips/how-to-create-horizontal-tabs-menu-in-blogger-part-2/&amp;notes=Few%20day%20ago%2C%20I%20received%20some%20comments%20from%20my%20reader%20regarding%20my%20last%20post%20on%20How%20to%20Create%20Horizontal%20Tabs%20Menu%20in%20Blogger.%20They%20use%20my%20method%20to%20create%20the%20horizontal%20tab%20but%20at%20the%20end%2C%20%C2%A0they%C2%A0created%20a%20bulleted%20list%20of%20links.%20%C2%A0So%20I%20decide%20to%20log%20in%20my%20blogger%20account%20and%20take%20a%20look%20for%20this%20&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%24%7Btitle%7D+-+%24%7Bshort_link%7D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+Create+Horizontal+Tabs+Menu+in+Blogger+-+Part+2&amp;link=http://martinloh.com/blogger-tips/how-to-create-horizontal-tabs-menu-in-blogger-part-2/&amp;notes=Few%20day%20ago%2C%20I%20received%20some%20comments%20from%20my%20reader%20regarding%20my%20last%20post%20on%20How%20to%20Create%20Horizontal%20Tabs%20Menu%20in%20Blogger.%20They%20use%20my%20method%20to%20create%20the%20horizontal%20tab%20but%20at%20the%20end%2C%20%C2%A0they%C2%A0created%20a%20bulleted%20list%20of%20links.%20%C2%A0So%20I%20decide%20to%20log%20in%20my%20blogger%20account%20and%20take%20a%20look%20for%20this%20&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+Create+Horizontal+Tabs+Menu+in+Blogger+-+Part+2&amp;link=http://martinloh.com/blogger-tips/how-to-create-horizontal-tabs-menu-in-blogger-part-2/&amp;notes=Few%20day%20ago%2C%20I%20received%20some%20comments%20from%20my%20reader%20regarding%20my%20last%20post%20on%20How%20to%20Create%20Horizontal%20Tabs%20Menu%20in%20Blogger.%20They%20use%20my%20method%20to%20create%20the%20horizontal%20tab%20but%20at%20the%20end%2C%20%C2%A0they%C2%A0created%20a%20bulleted%20list%20of%20links.%20%C2%A0So%20I%20decide%20to%20log%20in%20my%20blogger%20account%20and%20take%20a%20look%20for%20this%20&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+Create+Horizontal+Tabs+Menu+in+Blogger+-+Part+2&amp;link=http://martinloh.com/blogger-tips/how-to-create-horizontal-tabs-menu-in-blogger-part-2/&amp;notes=Few%20day%20ago%2C%20I%20received%20some%20comments%20from%20my%20reader%20regarding%20my%20last%20post%20on%20How%20to%20Create%20Horizontal%20Tabs%20Menu%20in%20Blogger.%20They%20use%20my%20method%20to%20create%20the%20horizontal%20tab%20but%20at%20the%20end%2C%20%C2%A0they%C2%A0created%20a%20bulleted%20list%20of%20links.%20%C2%A0So%20I%20decide%20to%20log%20in%20my%20blogger%20account%20and%20take%20a%20look%20for%20this%20&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=24&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+Create+Horizontal+Tabs+Menu+in+Blogger+-+Part+2&amp;link=http://martinloh.com/blogger-tips/how-to-create-horizontal-tabs-menu-in-blogger-part-2/&amp;notes=Few%20day%20ago%2C%20I%20received%20some%20comments%20from%20my%20reader%20regarding%20my%20last%20post%20on%20How%20to%20Create%20Horizontal%20Tabs%20Menu%20in%20Blogger.%20They%20use%20my%20method%20to%20create%20the%20horizontal%20tab%20but%20at%20the%20end%2C%20%C2%A0they%C2%A0created%20a%20bulleted%20list%20of%20links.%20%C2%A0So%20I%20decide%20to%20log%20in%20my%20blogger%20account%20and%20take%20a%20look%20for%20this%20&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=4&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+Create+Horizontal+Tabs+Menu+in+Blogger+-+Part+2&amp;link=http://martinloh.com/blogger-tips/how-to-create-horizontal-tabs-menu-in-blogger-part-2/&amp;notes=Few%20day%20ago%2C%20I%20received%20some%20comments%20from%20my%20reader%20regarding%20my%20last%20post%20on%20How%20to%20Create%20Horizontal%20Tabs%20Menu%20in%20Blogger.%20They%20use%20my%20method%20to%20create%20the%20horizontal%20tab%20but%20at%20the%20end%2C%20%C2%A0they%C2%A0created%20a%20bulleted%20list%20of%20links.%20%C2%A0So%20I%20decide%20to%20log%20in%20my%20blogger%20account%20and%20take%20a%20look%20for%20this%20&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=74&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-myspace">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+Create+Horizontal+Tabs+Menu+in+Blogger+-+Part+2&amp;link=http://martinloh.com/blogger-tips/how-to-create-horizontal-tabs-menu-in-blogger-part-2/&amp;notes=Few%20day%20ago%2C%20I%20received%20some%20comments%20from%20my%20reader%20regarding%20my%20last%20post%20on%20How%20to%20Create%20Horizontal%20Tabs%20Menu%20in%20Blogger.%20They%20use%20my%20method%20to%20create%20the%20horizontal%20tab%20but%20at%20the%20end%2C%20%C2%A0they%C2%A0created%20a%20bulleted%20list%20of%20links.%20%C2%A0So%20I%20decide%20to%20log%20in%20my%20blogger%20account%20and%20take%20a%20look%20for%20this%20&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=39&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="shr-squidoo">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+Create+Horizontal+Tabs+Menu+in+Blogger+-+Part+2&amp;link=http://martinloh.com/blogger-tips/how-to-create-horizontal-tabs-menu-in-blogger-part-2/&amp;notes=Few%20day%20ago%2C%20I%20received%20some%20comments%20from%20my%20reader%20regarding%20my%20last%20post%20on%20How%20to%20Create%20Horizontal%20Tabs%20Menu%20in%20Blogger.%20They%20use%20my%20method%20to%20create%20the%20horizontal%20tab%20but%20at%20the%20end%2C%20%C2%A0they%C2%A0created%20a%20bulleted%20list%20of%20links.%20%C2%A0So%20I%20decide%20to%20log%20in%20my%20blogger%20account%20and%20take%20a%20look%20for%20this%20&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=46&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Add to a lense on Squidoo">Add to a lense on Squidoo</a>
		</li>
</ul><div style="clear: both;"></div></div>



<p>Related posts:<ol><li><a href='http://martinloh.com/blogger-tips/how-to-create-horizontal-tabs-menu-in-blogger/' rel='bookmark' title='Permanent Link: How to Create Horizontal Tabs Menu in Blogger'>How to Create Horizontal Tabs Menu in Blogger</a></li>
<li><a href='http://martinloh.com/tips-tricks/31-ways-to-make-a-girl-smile/' rel='bookmark' title='Permanent Link: 31 Ways to Make a Girl Smile :)'>31 Ways to Make a Girl Smile :)</a></li>
<li><a href='http://martinloh.com/blogger-tips/how-to-start-blogging-with-blogger/' rel='bookmark' title='Permanent Link: How to Start Blogging with Blogger'>How to Start Blogging with Blogger</a></li>
<li><a href='http://martinloh.com/internet-tips/why-you-should-updated-your-firefox-to-firefox-3-6/' rel='bookmark' title='Permanent Link: Why You Should Updated Your Firefox to Firefox 3.6'>Why You Should Updated Your Firefox to Firefox 3.6</a></li>
<li><a href='http://martinloh.com/how-to/how-to-apply-a-google-adsense-account/' rel='bookmark' title='Permanent Link: How To Apply A Google Adsense Account'>How To Apply A Google Adsense Account</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://martinloh.com/blogger-tips/how-to-create-horizontal-tabs-menu-in-blogger-part-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Create Horizontal Tabs Menu in Blogger</title>
		<link>http://martinloh.com/blogger-tips/how-to-create-horizontal-tabs-menu-in-blogger/</link>
		<comments>http://martinloh.com/blogger-tips/how-to-create-horizontal-tabs-menu-in-blogger/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 05:43:09 +0000</pubDate>
		<dc:creator>Martin Loh</dc:creator>
				<category><![CDATA[Blogger Tips]]></category>
		<category><![CDATA[Blogger]]></category>

		<guid isPermaLink="false">http://martinloh.com/?p=198</guid>
		<description><![CDATA[
			
				
			
		
You can create a simple horizontal tabs menu in blogger like below:

Here the Steps:
Step 1:
(1) Open your blogger account, goto &#62;&#62; Layout &#62;&#62; Edit HTML.
(2) Click Expand Widget Templates.

(3) Copy ALL the HTML code into a Notepad. (It is highly recommend to use a Notepad to edit the HTML code.)
Step 2:
(1) Below are the HTML [...]


Related posts:<ol><li><a href='http://martinloh.com/blogger-tips/how-to-create-horizontal-tabs-menu-in-blogger-part-2/' rel='bookmark' title='Permanent Link: How to Create Horizontal Tabs Menu in Blogger &#8211; Part 2'>How to Create Horizontal Tabs Menu in Blogger &#8211; Part 2</a></li>
<li><a href='http://martinloh.com/tips-tricks/31-ways-to-make-a-girl-smile/' rel='bookmark' title='Permanent Link: 31 Ways to Make a Girl Smile :)'>31 Ways to Make a Girl Smile :)</a></li>
<li><a href='http://martinloh.com/how-to/how-to-apply-a-google-adsense-account/' rel='bookmark' title='Permanent Link: How To Apply A Google Adsense Account'>How To Apply A Google Adsense Account</a></li>
<li><a href='http://martinloh.com/blogger-tips/how-to-start-blogging-with-blogger/' rel='bookmark' title='Permanent Link: How to Start Blogging with Blogger'>How to Start Blogging with Blogger</a></li>
<li><a href='http://martinloh.com/wordpress-tips/how-to-create-free-wordpress-blog-step-by-step-tutorials/' rel='bookmark' title='Permanent Link: How to create Free Wordpress Blog &#8211; Step by Step Tutorials'>How to create Free Wordpress Blog &#8211; Step by Step Tutorials</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fmartinloh.com%2Fblogger-tips%2Fhow-to-create-horizontal-tabs-menu-in-blogger%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fmartinloh.com%2Fblogger-tips%2Fhow-to-create-horizontal-tabs-menu-in-blogger%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>You can create a <em><strong>simple horizontal tabs</strong></em> <strong><em>menu</em></strong> in blogger like below:</p>
<p><a title="blogger_nav_tabs by martinlo23, on Flickr" href="http://www.flickr.com/photos/46067893@N04/4283578583/" target="_blank"><img src="http://farm3.static.flickr.com/2718/4283578583_2d1dfdbba1.jpg" alt="blogger_nav_tabs" width="500" height="133" /></a></p>
<p>Here the Steps:</p>
<p><span id="more-198"></span><strong>Step 1:</strong></p>
<p>(1) Open your blogger account, goto &gt;&gt;<strong> Layout</strong> &gt;&gt; <strong>Edit HTML</strong>.</p>
<p>(2) Click <em><strong>Expand Widget Templates.</strong></em></p>
<p><a title="blogger_nav_tabs_2 by martinlo23, on Flickr" href="http://www.flickr.com/photos/46067893@N04/4284359526/" target="_blank"><img src="http://farm5.static.flickr.com/4039/4284359526_0d7e412bd3.jpg" alt="blogger_nav_tabs_2" width="500" height="375" /></a></p>
<p>(3) Copy <strong>ALL</strong> the HTML code into a <strong>Notepad</strong>. (It is highly recommend to use a Notepad to edit the HTML code.)</p>
<p><strong>Step 2:</strong><br />
(1) Below are the HTML code for <strong><em>Horizontal navigator menu Tabs CSS style</em></strong> :  (I will discuss the CSS in detail later. <img src='http://martinloh.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  )</p>
<div class="codebox">#nav<br />
{<br />
padding:0;<br />
}</p>
<p>#nav li<br />
{<br />
display:inline;<br />
}</p>
<p>#nav li a<br />
{<br />
font-family:Arial;<br />
font-size:12px;<br />
text-decoration: none;<br />
float:left;<br />
padding:10px;<br />
background-color: #333333;<br />
color:#ffffff;<br />
border-bottom:1px;<br />
border-bottom-color:#000000;<br />
border-bottom-style:solid;<br />
}</p>
<p>#nav li a:hover<br />
{<br />
background-color:#9B1C26;<br />
padding-bottom:12px;<br />
border-bottom:2px;<br />
border-bottom-color:#000000;<br />
border-bottom-style:solid;<br />
margin:-1px;<br />
}</p>
</div>
<p>(2) Find the HTML Code &#8220;<strong> ]]&gt;&lt;/b:skin&gt; </strong>&#8221; .( you can use<strong> Ctrl+F</strong> in Notepad to find the code)</p>
<p>(3) Copy all the <strong>step(1) CSS Code </strong>then paste into the Notepad HTML Code before &#8220;<strong> ]]&gt;&lt;/b:skin&gt; </strong>&#8220;.<br />
<a title="blogger_nav_tabs_3 by martinlo23, on Flickr" href="http://www.flickr.com/photos/46067893@N04/4284400918/" target="_blank"><img src="http://farm3.static.flickr.com/2729/4284400918_45158ddbc3.jpg" alt="blogger_nav_tabs_3" width="500" height="375" /></a></p>
<p>(4) Delete all the old HTML code in blogger then replace with the new HTML code (with CSS code).</p>
<p><strong>Step 3:</strong></p>
<p>(1) Goto Blogger &gt;&gt; <strong>Layout</strong> &gt;&gt; <strong>Page Elements.</strong></p>
<p>(2) Click &#8220;<strong>add a gadget</strong>&#8221; to select &#8220;<strong>HTML/JavaScript</strong>&#8221; page element.</p>
<p>(3) Copy below code into &#8220;<strong>HTML/JavaScript</strong>&#8221; page element.</p>
<div class="codebox">
<p>&lt;ul id=&#8221;nav&#8221;&gt;</p>
<p>&lt;li&gt;&lt;a href=&#8221;#&#8221;&gt;Home&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;a href=&#8221;#&#8221;&gt;About&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;a href=&#8221;#&#8221;&gt;Services&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;a href=&#8221;#&#8221;&gt;Products&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;a href=&#8221;#&#8221;&gt;Sitemap&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;a href=&#8221;#&#8221;&gt;Help&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;a href=&#8221;#&#8221;&gt;Contact Us&lt;/a&gt;&lt;/li&gt;</p>
<p>&lt;/ul&gt;</p>
</div>
<p><a title="blogger_nav_tabs_4 by martinlo23, on Flickr" href="http://www.flickr.com/photos/46067893@N04/4283667709/" target="_blank"><img src="http://farm3.static.flickr.com/2756/4283667709_9a168fbbe1.jpg" alt="blogger_nav_tabs_4" width="500" height="375" /></a></p>
<p>(4) You can drag and replace above page element near the header.<br />
<a title="blogger_nav_tabs_5 by martinlo23, on Flickr" href="http://www.flickr.com/photos/46067893@N04/4284473550/" target="_blank"><img src="http://farm5.static.flickr.com/4069/4284473550_6247212791.jpg" alt="blogger_nav_tabs_5" width="500" height="375" /></a>(5) You need to change the HTML code &#8220;<strong> &lt;a href = &#8220;#&#8221;&gt; </strong>&#8220;<strong> </strong>to match your navigator destination page.  Example: if your Home Page url is &#8220;http://(YourBlogName).blogspot.com/home.html&#8221;.  Your code will be &#8221; <strong>&lt;a href = &#8220;http://(YourBlogName).blogspot.com/home.html &#8220;&gt;</strong> &#8221;</p>
<p>(6) Repeat <strong>step (5)</strong> with other pages.</p>
<a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://martinloh.com/blogger-tips/how-to-create-horizontal-tabs-menu-in-blogger/&title=How+to+Create+Horizontal+Tabs+Menu+in+Blogger&srcURL=http://martinloh.com" target="_blank" rel="nofollow"><img
src="http://martinloh.com/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a>

<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-caring">
<ul class="socials">
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+Create+Horizontal+Tabs+Menu+in+Blogger&amp;link=http://martinloh.com/blogger-tips/how-to-create-horizontal-tabs-menu-in-blogger/&amp;notes=You%20can%20create%20a%20simple%20horizontal%20tabs%20menu%20in%20blogger%20like%20below%3A%0D%0A%0D%0A%0D%0A%0D%0AHere%20the%20Steps%3A%0D%0A%0D%0AStep%201%3A%0D%0A%0D%0A%281%29%20Open%20your%20blogger%20account%2C%20goto%20%26gt%3B%26gt%3B%20Layout%20%26gt%3B%26gt%3B%20Edit%20HTML.%0D%0A%0D%0A%282%29%20Click%20Expand%20Widget%20Templates.%0D%0A%0D%0A%0D%0A%0D%0A%283%29%20Copy%20ALL%20the%20HTML%20code%20into%20a%20Notepad.%20%28It%20is%20highly%20recommend%20to%20use%20a%20No&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+Create+Horizontal+Tabs+Menu+in+Blogger&amp;link=http://martinloh.com/blogger-tips/how-to-create-horizontal-tabs-menu-in-blogger/&amp;notes=You%20can%20create%20a%20simple%20horizontal%20tabs%20menu%20in%20blogger%20like%20below%3A%0D%0A%0D%0A%0D%0A%0D%0AHere%20the%20Steps%3A%0D%0A%0D%0AStep%201%3A%0D%0A%0D%0A%281%29%20Open%20your%20blogger%20account%2C%20goto%20%26gt%3B%26gt%3B%20Layout%20%26gt%3B%26gt%3B%20Edit%20HTML.%0D%0A%0D%0A%282%29%20Click%20Expand%20Widget%20Templates.%0D%0A%0D%0A%0D%0A%0D%0A%283%29%20Copy%20ALL%20the%20HTML%20code%20into%20a%20Notepad.%20%28It%20is%20highly%20recommend%20to%20use%20a%20No&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=6&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+Create+Horizontal+Tabs+Menu+in+Blogger&amp;link=http://martinloh.com/blogger-tips/how-to-create-horizontal-tabs-menu-in-blogger/&amp;notes=You%20can%20create%20a%20simple%20horizontal%20tabs%20menu%20in%20blogger%20like%20below%3A%0D%0A%0D%0A%0D%0A%0D%0AHere%20the%20Steps%3A%0D%0A%0D%0AStep%201%3A%0D%0A%0D%0A%281%29%20Open%20your%20blogger%20account%2C%20goto%20%26gt%3B%26gt%3B%20Layout%20%26gt%3B%26gt%3B%20Edit%20HTML.%0D%0A%0D%0A%282%29%20Click%20Expand%20Widget%20Templates.%0D%0A%0D%0A%0D%0A%0D%0A%283%29%20Copy%20ALL%20the%20HTML%20code%20into%20a%20Notepad.%20%28It%20is%20highly%20recommend%20to%20use%20a%20No&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+Create+Horizontal+Tabs+Menu+in+Blogger&amp;link=http://martinloh.com/blogger-tips/how-to-create-horizontal-tabs-menu-in-blogger/&amp;notes=You%20can%20create%20a%20simple%20horizontal%20tabs%20menu%20in%20blogger%20like%20below%3A%0D%0A%0D%0A%0D%0A%0D%0AHere%20the%20Steps%3A%0D%0A%0D%0AStep%201%3A%0D%0A%0D%0A%281%29%20Open%20your%20blogger%20account%2C%20goto%20%26gt%3B%26gt%3B%20Layout%20%26gt%3B%26gt%3B%20Edit%20HTML.%0D%0A%0D%0A%282%29%20Click%20Expand%20Widget%20Templates.%0D%0A%0D%0A%0D%0A%0D%0A%283%29%20Copy%20ALL%20the%20HTML%20code%20into%20a%20Notepad.%20%28It%20is%20highly%20recommend%20to%20use%20a%20No&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+Create+Horizontal+Tabs+Menu+in+Blogger&amp;link=http://martinloh.com/blogger-tips/how-to-create-horizontal-tabs-menu-in-blogger/&amp;notes=You%20can%20create%20a%20simple%20horizontal%20tabs%20menu%20in%20blogger%20like%20below%3A%0D%0A%0D%0A%0D%0A%0D%0AHere%20the%20Steps%3A%0D%0A%0D%0AStep%201%3A%0D%0A%0D%0A%281%29%20Open%20your%20blogger%20account%2C%20goto%20%26gt%3B%26gt%3B%20Layout%20%26gt%3B%26gt%3B%20Edit%20HTML.%0D%0A%0D%0A%282%29%20Click%20Expand%20Widget%20Templates.%0D%0A%0D%0A%0D%0A%0D%0A%283%29%20Copy%20ALL%20the%20HTML%20code%20into%20a%20Notepad.%20%28It%20is%20highly%20recommend%20to%20use%20a%20No&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=10&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+Create+Horizontal+Tabs+Menu+in+Blogger&amp;link=http://martinloh.com/blogger-tips/how-to-create-horizontal-tabs-menu-in-blogger/&amp;notes=You%20can%20create%20a%20simple%20horizontal%20tabs%20menu%20in%20blogger%20like%20below%3A%0D%0A%0D%0A%0D%0A%0D%0AHere%20the%20Steps%3A%0D%0A%0D%0AStep%201%3A%0D%0A%0D%0A%281%29%20Open%20your%20blogger%20account%2C%20goto%20%26gt%3B%26gt%3B%20Layout%20%26gt%3B%26gt%3B%20Edit%20HTML.%0D%0A%0D%0A%282%29%20Click%20Expand%20Widget%20Templates.%0D%0A%0D%0A%0D%0A%0D%0A%283%29%20Copy%20ALL%20the%20HTML%20code%20into%20a%20Notepad.%20%28It%20is%20highly%20recommend%20to%20use%20a%20No&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%24%7Btitle%7D+-+%24%7Bshort_link%7D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+Create+Horizontal+Tabs+Menu+in+Blogger&amp;link=http://martinloh.com/blogger-tips/how-to-create-horizontal-tabs-menu-in-blogger/&amp;notes=You%20can%20create%20a%20simple%20horizontal%20tabs%20menu%20in%20blogger%20like%20below%3A%0D%0A%0D%0A%0D%0A%0D%0AHere%20the%20Steps%3A%0D%0A%0D%0AStep%201%3A%0D%0A%0D%0A%281%29%20Open%20your%20blogger%20account%2C%20goto%20%26gt%3B%26gt%3B%20Layout%20%26gt%3B%26gt%3B%20Edit%20HTML.%0D%0A%0D%0A%282%29%20Click%20Expand%20Widget%20Templates.%0D%0A%0D%0A%0D%0A%0D%0A%283%29%20Copy%20ALL%20the%20HTML%20code%20into%20a%20Notepad.%20%28It%20is%20highly%20recommend%20to%20use%20a%20No&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+Create+Horizontal+Tabs+Menu+in+Blogger&amp;link=http://martinloh.com/blogger-tips/how-to-create-horizontal-tabs-menu-in-blogger/&amp;notes=You%20can%20create%20a%20simple%20horizontal%20tabs%20menu%20in%20blogger%20like%20below%3A%0D%0A%0D%0A%0D%0A%0D%0AHere%20the%20Steps%3A%0D%0A%0D%0AStep%201%3A%0D%0A%0D%0A%281%29%20Open%20your%20blogger%20account%2C%20goto%20%26gt%3B%26gt%3B%20Layout%20%26gt%3B%26gt%3B%20Edit%20HTML.%0D%0A%0D%0A%282%29%20Click%20Expand%20Widget%20Templates.%0D%0A%0D%0A%0D%0A%0D%0A%283%29%20Copy%20ALL%20the%20HTML%20code%20into%20a%20Notepad.%20%28It%20is%20highly%20recommend%20to%20use%20a%20No&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+Create+Horizontal+Tabs+Menu+in+Blogger&amp;link=http://martinloh.com/blogger-tips/how-to-create-horizontal-tabs-menu-in-blogger/&amp;notes=You%20can%20create%20a%20simple%20horizontal%20tabs%20menu%20in%20blogger%20like%20below%3A%0D%0A%0D%0A%0D%0A%0D%0AHere%20the%20Steps%3A%0D%0A%0D%0AStep%201%3A%0D%0A%0D%0A%281%29%20Open%20your%20blogger%20account%2C%20goto%20%26gt%3B%26gt%3B%20Layout%20%26gt%3B%26gt%3B%20Edit%20HTML.%0D%0A%0D%0A%282%29%20Click%20Expand%20Widget%20Templates.%0D%0A%0D%0A%0D%0A%0D%0A%283%29%20Copy%20ALL%20the%20HTML%20code%20into%20a%20Notepad.%20%28It%20is%20highly%20recommend%20to%20use%20a%20No&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=24&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+Create+Horizontal+Tabs+Menu+in+Blogger&amp;link=http://martinloh.com/blogger-tips/how-to-create-horizontal-tabs-menu-in-blogger/&amp;notes=You%20can%20create%20a%20simple%20horizontal%20tabs%20menu%20in%20blogger%20like%20below%3A%0D%0A%0D%0A%0D%0A%0D%0AHere%20the%20Steps%3A%0D%0A%0D%0AStep%201%3A%0D%0A%0D%0A%281%29%20Open%20your%20blogger%20account%2C%20goto%20%26gt%3B%26gt%3B%20Layout%20%26gt%3B%26gt%3B%20Edit%20HTML.%0D%0A%0D%0A%282%29%20Click%20Expand%20Widget%20Templates.%0D%0A%0D%0A%0D%0A%0D%0A%283%29%20Copy%20ALL%20the%20HTML%20code%20into%20a%20Notepad.%20%28It%20is%20highly%20recommend%20to%20use%20a%20No&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=4&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+Create+Horizontal+Tabs+Menu+in+Blogger&amp;link=http://martinloh.com/blogger-tips/how-to-create-horizontal-tabs-menu-in-blogger/&amp;notes=You%20can%20create%20a%20simple%20horizontal%20tabs%20menu%20in%20blogger%20like%20below%3A%0D%0A%0D%0A%0D%0A%0D%0AHere%20the%20Steps%3A%0D%0A%0D%0AStep%201%3A%0D%0A%0D%0A%281%29%20Open%20your%20blogger%20account%2C%20goto%20%26gt%3B%26gt%3B%20Layout%20%26gt%3B%26gt%3B%20Edit%20HTML.%0D%0A%0D%0A%282%29%20Click%20Expand%20Widget%20Templates.%0D%0A%0D%0A%0D%0A%0D%0A%283%29%20Copy%20ALL%20the%20HTML%20code%20into%20a%20Notepad.%20%28It%20is%20highly%20recommend%20to%20use%20a%20No&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=74&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-myspace">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+Create+Horizontal+Tabs+Menu+in+Blogger&amp;link=http://martinloh.com/blogger-tips/how-to-create-horizontal-tabs-menu-in-blogger/&amp;notes=You%20can%20create%20a%20simple%20horizontal%20tabs%20menu%20in%20blogger%20like%20below%3A%0D%0A%0D%0A%0D%0A%0D%0AHere%20the%20Steps%3A%0D%0A%0D%0AStep%201%3A%0D%0A%0D%0A%281%29%20Open%20your%20blogger%20account%2C%20goto%20%26gt%3B%26gt%3B%20Layout%20%26gt%3B%26gt%3B%20Edit%20HTML.%0D%0A%0D%0A%282%29%20Click%20Expand%20Widget%20Templates.%0D%0A%0D%0A%0D%0A%0D%0A%283%29%20Copy%20ALL%20the%20HTML%20code%20into%20a%20Notepad.%20%28It%20is%20highly%20recommend%20to%20use%20a%20No&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=39&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="shr-squidoo">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+Create+Horizontal+Tabs+Menu+in+Blogger&amp;link=http://martinloh.com/blogger-tips/how-to-create-horizontal-tabs-menu-in-blogger/&amp;notes=You%20can%20create%20a%20simple%20horizontal%20tabs%20menu%20in%20blogger%20like%20below%3A%0D%0A%0D%0A%0D%0A%0D%0AHere%20the%20Steps%3A%0D%0A%0D%0AStep%201%3A%0D%0A%0D%0A%281%29%20Open%20your%20blogger%20account%2C%20goto%20%26gt%3B%26gt%3B%20Layout%20%26gt%3B%26gt%3B%20Edit%20HTML.%0D%0A%0D%0A%282%29%20Click%20Expand%20Widget%20Templates.%0D%0A%0D%0A%0D%0A%0D%0A%283%29%20Copy%20ALL%20the%20HTML%20code%20into%20a%20Notepad.%20%28It%20is%20highly%20recommend%20to%20use%20a%20No&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=46&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Add to a lense on Squidoo">Add to a lense on Squidoo</a>
		</li>
</ul><div style="clear: both;"></div></div>



<p>Related posts:<ol><li><a href='http://martinloh.com/blogger-tips/how-to-create-horizontal-tabs-menu-in-blogger-part-2/' rel='bookmark' title='Permanent Link: How to Create Horizontal Tabs Menu in Blogger &#8211; Part 2'>How to Create Horizontal Tabs Menu in Blogger &#8211; Part 2</a></li>
<li><a href='http://martinloh.com/tips-tricks/31-ways-to-make-a-girl-smile/' rel='bookmark' title='Permanent Link: 31 Ways to Make a Girl Smile :)'>31 Ways to Make a Girl Smile :)</a></li>
<li><a href='http://martinloh.com/how-to/how-to-apply-a-google-adsense-account/' rel='bookmark' title='Permanent Link: How To Apply A Google Adsense Account'>How To Apply A Google Adsense Account</a></li>
<li><a href='http://martinloh.com/blogger-tips/how-to-start-blogging-with-blogger/' rel='bookmark' title='Permanent Link: How to Start Blogging with Blogger'>How to Start Blogging with Blogger</a></li>
<li><a href='http://martinloh.com/wordpress-tips/how-to-create-free-wordpress-blog-step-by-step-tutorials/' rel='bookmark' title='Permanent Link: How to create Free Wordpress Blog &#8211; Step by Step Tutorials'>How to create Free Wordpress Blog &#8211; Step by Step Tutorials</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://martinloh.com/blogger-tips/how-to-create-horizontal-tabs-menu-in-blogger/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>How to Start Blogging with Blogger</title>
		<link>http://martinloh.com/blogger-tips/how-to-start-blogging-with-blogger/</link>
		<comments>http://martinloh.com/blogger-tips/how-to-start-blogging-with-blogger/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 09:25:26 +0000</pubDate>
		<dc:creator>Martin Loh</dc:creator>
				<category><![CDATA[Blogger Tips]]></category>
		<category><![CDATA[Blog Tips]]></category>

		<guid isPermaLink="false">http://martinloh.com/?p=38</guid>
		<description><![CDATA[
			
				
			
		
Today I will discuss about &#8220;how to start blogging with google blogger&#8221;.   Blogger is a free hosting and domain for blog.  If you are newbie and want to learn how to blog then blogger is the easy and free for you to start.

When I start my &#8220;blogging career&#8221;, i choose blogger as my first blogging [...]


Related posts:<ol><li><a href='http://martinloh.com/how-to/how-to-apply-a-google-adsense-account/' rel='bookmark' title='Permanent Link: How To Apply A Google Adsense Account'>How To Apply A Google Adsense Account</a></li>
<li><a href='http://martinloh.com/wordpress-tips/how-to-create-free-wordpress-blog-step-by-step-tutorials/' rel='bookmark' title='Permanent Link: How to create Free Wordpress Blog &#8211; Step by Step Tutorials'>How to create Free Wordpress Blog &#8211; Step by Step Tutorials</a></li>
<li><a href='http://martinloh.com/make-money-online/how-much-does-a-pro-blogger-make-every-month/' rel='bookmark' title='Permanent Link: How Much Does a Pro Blogger Make every Month?'>How Much Does a Pro Blogger Make every Month?</a></li>
<li><a href='http://martinloh.com/blogger-tips/how-to-create-horizontal-tabs-menu-in-blogger-part-2/' rel='bookmark' title='Permanent Link: How to Create Horizontal Tabs Menu in Blogger &#8211; Part 2'>How to Create Horizontal Tabs Menu in Blogger &#8211; Part 2</a></li>
<li><a href='http://martinloh.com/make-money-online/who-is-john-chow/' rel='bookmark' title='Permanent Link: Who is John Chow?'>Who is John Chow?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fmartinloh.com%2Fblogger-tips%2Fhow-to-start-blogging-with-blogger%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fmartinloh.com%2Fblogger-tips%2Fhow-to-start-blogging-with-blogger%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><span class="drop_cap">T</span>oday I will discuss about &#8220;how to start blogging with google blogger&#8221;.   <a title="Blogger" href="https://www.blogger.com/start" target="_blank">Blogger </a>is a free hosting and domain for blog.  If you are newbie and want to learn how to blog then <strong><em>blogger</em></strong> is the easy and free for you to start.</p>
<p><img class="alignnone" title="Blogger Logo" src="http://martinloh.com/images/bloggerlogo.gif" alt="" width="410" height="410" /></p>
<p>When I start my &#8220;blogging career&#8221;, i choose <em>blogger</em> as my first blogging platform &#8211; reason is <strong>FREE</strong>.  And it is easily to use and <em>blogger</em> own by google.</p>
<p>My first blog is about Island, you can check <a title="Paradise diving islands" href="http://paradise-diving-islands.blogspot.com" target="_blank">here</a>.  <img src='http://martinloh.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Here is the short video to start setup a free account in <strong><em>blogger</em></strong>.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/jSX1Rgm3V3Q&amp;hl=en_US&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/jSX1Rgm3V3Q&amp;hl=en_US&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://martinloh.com/blogger-tips/how-to-start-blogging-with-blogger/&title=How+to+Start+Blogging+with+Blogger&srcURL=http://martinloh.com" target="_blank" rel="nofollow"><img
src="http://martinloh.com/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a>

<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-caring">
<ul class="socials">
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+Start+Blogging+with+Blogger&amp;link=http://martinloh.com/blogger-tips/how-to-start-blogging-with-blogger/&amp;notes=Today%20I%20will%20discuss%20about%20%22how%20to%20start%20blogging%20with%20google%20blogger%22.%C2%A0%C2%A0%20Blogger%20is%20a%20free%20hosting%20and%20domain%20for%20blog.%C2%A0%20If%20you%20are%20newbie%20and%20want%20to%20learn%20how%20to%20blog%20then%20blogger%20is%20the%20easy%20and%20free%20for%20you%20to%20start.%0D%0A%0D%0A%0D%0A%0D%0AWhen%20I%20start%20my%20%22blogging%20career%22%2C%20i%20choose%20blogger%20as%20my%20first%20blog&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+Start+Blogging+with+Blogger&amp;link=http://martinloh.com/blogger-tips/how-to-start-blogging-with-blogger/&amp;notes=Today%20I%20will%20discuss%20about%20%22how%20to%20start%20blogging%20with%20google%20blogger%22.%C2%A0%C2%A0%20Blogger%20is%20a%20free%20hosting%20and%20domain%20for%20blog.%C2%A0%20If%20you%20are%20newbie%20and%20want%20to%20learn%20how%20to%20blog%20then%20blogger%20is%20the%20easy%20and%20free%20for%20you%20to%20start.%0D%0A%0D%0A%0D%0A%0D%0AWhen%20I%20start%20my%20%22blogging%20career%22%2C%20i%20choose%20blogger%20as%20my%20first%20blog&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=6&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+Start+Blogging+with+Blogger&amp;link=http://martinloh.com/blogger-tips/how-to-start-blogging-with-blogger/&amp;notes=Today%20I%20will%20discuss%20about%20%22how%20to%20start%20blogging%20with%20google%20blogger%22.%C2%A0%C2%A0%20Blogger%20is%20a%20free%20hosting%20and%20domain%20for%20blog.%C2%A0%20If%20you%20are%20newbie%20and%20want%20to%20learn%20how%20to%20blog%20then%20blogger%20is%20the%20easy%20and%20free%20for%20you%20to%20start.%0D%0A%0D%0A%0D%0A%0D%0AWhen%20I%20start%20my%20%22blogging%20career%22%2C%20i%20choose%20blogger%20as%20my%20first%20blog&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+Start+Blogging+with+Blogger&amp;link=http://martinloh.com/blogger-tips/how-to-start-blogging-with-blogger/&amp;notes=Today%20I%20will%20discuss%20about%20%22how%20to%20start%20blogging%20with%20google%20blogger%22.%C2%A0%C2%A0%20Blogger%20is%20a%20free%20hosting%20and%20domain%20for%20blog.%C2%A0%20If%20you%20are%20newbie%20and%20want%20to%20learn%20how%20to%20blog%20then%20blogger%20is%20the%20easy%20and%20free%20for%20you%20to%20start.%0D%0A%0D%0A%0D%0A%0D%0AWhen%20I%20start%20my%20%22blogging%20career%22%2C%20i%20choose%20blogger%20as%20my%20first%20blog&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+Start+Blogging+with+Blogger&amp;link=http://martinloh.com/blogger-tips/how-to-start-blogging-with-blogger/&amp;notes=Today%20I%20will%20discuss%20about%20%22how%20to%20start%20blogging%20with%20google%20blogger%22.%C2%A0%C2%A0%20Blogger%20is%20a%20free%20hosting%20and%20domain%20for%20blog.%C2%A0%20If%20you%20are%20newbie%20and%20want%20to%20learn%20how%20to%20blog%20then%20blogger%20is%20the%20easy%20and%20free%20for%20you%20to%20start.%0D%0A%0D%0A%0D%0A%0D%0AWhen%20I%20start%20my%20%22blogging%20career%22%2C%20i%20choose%20blogger%20as%20my%20first%20blog&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=10&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+Start+Blogging+with+Blogger&amp;link=http://martinloh.com/blogger-tips/how-to-start-blogging-with-blogger/&amp;notes=Today%20I%20will%20discuss%20about%20%22how%20to%20start%20blogging%20with%20google%20blogger%22.%C2%A0%C2%A0%20Blogger%20is%20a%20free%20hosting%20and%20domain%20for%20blog.%C2%A0%20If%20you%20are%20newbie%20and%20want%20to%20learn%20how%20to%20blog%20then%20blogger%20is%20the%20easy%20and%20free%20for%20you%20to%20start.%0D%0A%0D%0A%0D%0A%0D%0AWhen%20I%20start%20my%20%22blogging%20career%22%2C%20i%20choose%20blogger%20as%20my%20first%20blog&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%24%7Btitle%7D+-+%24%7Bshort_link%7D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+Start+Blogging+with+Blogger&amp;link=http://martinloh.com/blogger-tips/how-to-start-blogging-with-blogger/&amp;notes=Today%20I%20will%20discuss%20about%20%22how%20to%20start%20blogging%20with%20google%20blogger%22.%C2%A0%C2%A0%20Blogger%20is%20a%20free%20hosting%20and%20domain%20for%20blog.%C2%A0%20If%20you%20are%20newbie%20and%20want%20to%20learn%20how%20to%20blog%20then%20blogger%20is%20the%20easy%20and%20free%20for%20you%20to%20start.%0D%0A%0D%0A%0D%0A%0D%0AWhen%20I%20start%20my%20%22blogging%20career%22%2C%20i%20choose%20blogger%20as%20my%20first%20blog&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+Start+Blogging+with+Blogger&amp;link=http://martinloh.com/blogger-tips/how-to-start-blogging-with-blogger/&amp;notes=Today%20I%20will%20discuss%20about%20%22how%20to%20start%20blogging%20with%20google%20blogger%22.%C2%A0%C2%A0%20Blogger%20is%20a%20free%20hosting%20and%20domain%20for%20blog.%C2%A0%20If%20you%20are%20newbie%20and%20want%20to%20learn%20how%20to%20blog%20then%20blogger%20is%20the%20easy%20and%20free%20for%20you%20to%20start.%0D%0A%0D%0A%0D%0A%0D%0AWhen%20I%20start%20my%20%22blogging%20career%22%2C%20i%20choose%20blogger%20as%20my%20first%20blog&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+Start+Blogging+with+Blogger&amp;link=http://martinloh.com/blogger-tips/how-to-start-blogging-with-blogger/&amp;notes=Today%20I%20will%20discuss%20about%20%22how%20to%20start%20blogging%20with%20google%20blogger%22.%C2%A0%C2%A0%20Blogger%20is%20a%20free%20hosting%20and%20domain%20for%20blog.%C2%A0%20If%20you%20are%20newbie%20and%20want%20to%20learn%20how%20to%20blog%20then%20blogger%20is%20the%20easy%20and%20free%20for%20you%20to%20start.%0D%0A%0D%0A%0D%0A%0D%0AWhen%20I%20start%20my%20%22blogging%20career%22%2C%20i%20choose%20blogger%20as%20my%20first%20blog&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=24&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+Start+Blogging+with+Blogger&amp;link=http://martinloh.com/blogger-tips/how-to-start-blogging-with-blogger/&amp;notes=Today%20I%20will%20discuss%20about%20%22how%20to%20start%20blogging%20with%20google%20blogger%22.%C2%A0%C2%A0%20Blogger%20is%20a%20free%20hosting%20and%20domain%20for%20blog.%C2%A0%20If%20you%20are%20newbie%20and%20want%20to%20learn%20how%20to%20blog%20then%20blogger%20is%20the%20easy%20and%20free%20for%20you%20to%20start.%0D%0A%0D%0A%0D%0A%0D%0AWhen%20I%20start%20my%20%22blogging%20career%22%2C%20i%20choose%20blogger%20as%20my%20first%20blog&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=4&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+Start+Blogging+with+Blogger&amp;link=http://martinloh.com/blogger-tips/how-to-start-blogging-with-blogger/&amp;notes=Today%20I%20will%20discuss%20about%20%22how%20to%20start%20blogging%20with%20google%20blogger%22.%C2%A0%C2%A0%20Blogger%20is%20a%20free%20hosting%20and%20domain%20for%20blog.%C2%A0%20If%20you%20are%20newbie%20and%20want%20to%20learn%20how%20to%20blog%20then%20blogger%20is%20the%20easy%20and%20free%20for%20you%20to%20start.%0D%0A%0D%0A%0D%0A%0D%0AWhen%20I%20start%20my%20%22blogging%20career%22%2C%20i%20choose%20blogger%20as%20my%20first%20blog&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=74&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-myspace">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+Start+Blogging+with+Blogger&amp;link=http://martinloh.com/blogger-tips/how-to-start-blogging-with-blogger/&amp;notes=Today%20I%20will%20discuss%20about%20%22how%20to%20start%20blogging%20with%20google%20blogger%22.%C2%A0%C2%A0%20Blogger%20is%20a%20free%20hosting%20and%20domain%20for%20blog.%C2%A0%20If%20you%20are%20newbie%20and%20want%20to%20learn%20how%20to%20blog%20then%20blogger%20is%20the%20easy%20and%20free%20for%20you%20to%20start.%0D%0A%0D%0A%0D%0A%0D%0AWhen%20I%20start%20my%20%22blogging%20career%22%2C%20i%20choose%20blogger%20as%20my%20first%20blog&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=39&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="shr-squidoo">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+Start+Blogging+with+Blogger&amp;link=http://martinloh.com/blogger-tips/how-to-start-blogging-with-blogger/&amp;notes=Today%20I%20will%20discuss%20about%20%22how%20to%20start%20blogging%20with%20google%20blogger%22.%C2%A0%C2%A0%20Blogger%20is%20a%20free%20hosting%20and%20domain%20for%20blog.%C2%A0%20If%20you%20are%20newbie%20and%20want%20to%20learn%20how%20to%20blog%20then%20blogger%20is%20the%20easy%20and%20free%20for%20you%20to%20start.%0D%0A%0D%0A%0D%0A%0D%0AWhen%20I%20start%20my%20%22blogging%20career%22%2C%20i%20choose%20blogger%20as%20my%20first%20blog&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=46&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Add to a lense on Squidoo">Add to a lense on Squidoo</a>
		</li>
</ul><div style="clear: both;"></div></div>



<p>Related posts:<ol><li><a href='http://martinloh.com/how-to/how-to-apply-a-google-adsense-account/' rel='bookmark' title='Permanent Link: How To Apply A Google Adsense Account'>How To Apply A Google Adsense Account</a></li>
<li><a href='http://martinloh.com/wordpress-tips/how-to-create-free-wordpress-blog-step-by-step-tutorials/' rel='bookmark' title='Permanent Link: How to create Free Wordpress Blog &#8211; Step by Step Tutorials'>How to create Free Wordpress Blog &#8211; Step by Step Tutorials</a></li>
<li><a href='http://martinloh.com/make-money-online/how-much-does-a-pro-blogger-make-every-month/' rel='bookmark' title='Permanent Link: How Much Does a Pro Blogger Make every Month?'>How Much Does a Pro Blogger Make every Month?</a></li>
<li><a href='http://martinloh.com/blogger-tips/how-to-create-horizontal-tabs-menu-in-blogger-part-2/' rel='bookmark' title='Permanent Link: How to Create Horizontal Tabs Menu in Blogger &#8211; Part 2'>How to Create Horizontal Tabs Menu in Blogger &#8211; Part 2</a></li>
<li><a href='http://martinloh.com/make-money-online/who-is-john-chow/' rel='bookmark' title='Permanent Link: Who is John Chow?'>Who is John Chow?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://martinloh.com/blogger-tips/how-to-start-blogging-with-blogger/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

