Tuesday, March 29, 2011

Creating tabs for your blog

Markandey over at www.markandey.com provides a great tutorial on how to add simple tabs like the ones on my site by simply adding a "HTML/Javascript" gadget and entering in the code snippet below:

<ul> 
<li><a href="http://sampleurl.com">Sample URL</a></li> 
<li><a href="http://example.com" >Example Links</a></li> 
</ul>


Edit the href urls to point where you wish viewers to be directed when clicking the tabs. Use the labels feature when posting along with the search funtions built into blogger.com to have the tabs filter your post by the labels. See Markandey's blog for a more detailed explanation.

No comments:

Post a Comment