<?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</title>
	<atom:link href="http://martinloh.com/tag/blogger/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</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>18</slash:comments>
		</item>
	</channel>
</rss>

