Monday, November 28, 2016

Adding simple horizontal menu bar


In case your blog doesn't have the horizontal menu , you can use this simple code .

It looks like below:


Here is how .

1. Login to your blogspot

2. Click Layout > Add a Gadget Javascript / HTML

3. Copy below code and paste inside the add javascript widget

<p>
<div style="background-color: #F8B4BF;">

Home |
<a href="http://myhamster..com/" title='My Hamster'>My Hamster</a> |
<a href="http://myfacebook.com/" target" title='Facebook'>Facebook</a> |
<a href="http://myresipi.com/" title='My Resepi'>My Resepi</a> |
<a href="http://mytwitter.com/" target" title='My Twitter'>My Twitter</a> |
<a href="http://mytagged.com/" target" title='Tagged'>Tagged</a> |

<br />
</div>
</p>

Blue text = targeted address link

Red text = name displayed at menu bar


PS: don't put name on your widget title


No comments:
Write comments

Labels