Multi Tabbed Widget For Blogger
Here's a simple and useful multi-tabbed widget. It is very easy to edit and add this widget to your blog. You can easily control the number of tabs in the widget.
Your widget should look like this:

Steps for Implementation:
Your widget should look like this:

Steps for Implementation:
- Go to Layout >Edit HTML in your Blogger Dashboard.
- Back up your existing Template before making any changes!
- Search for the </head> tag.
- Add the following code just before the </head> tag.
- Now go to Layout -> Page Elements, and click on "Add a Gadget", select it as "HTML/JavaScript" type.
- Now paste this code in to the widget:
<script src='http://files.trickstutor.co.cc/uploads/2/1/4/1/2141293/tabber.js' type='text/javascript'/>
<link MEDIA='screen' TYPE='text/css' href='http://files.trickstutor.co.cc/uploads/2/1/4/1/2141293/example.css' rel='stylesheet'/>
Save the template.
<div class="tabber">
<div class="tabbertab">
<h2>Tab 1</h2>
<p>Tab 1 content.</p>
</div>
<div class="tabbertab">
<h2>Tab 2</h2>
<p>Tab 2 content.</p>
</div>
<div class="tabbertab">
<h2>Tab 3</h2>
<p>Tab 3 content.</p>
</div>
</div>
Widget By TricksTutor Idea From BarelyFitz
Thanks so much, this is so simple. Is there a way to change the font?
ReplyDeletehow can i add a tabCategories ?
ReplyDeletewhat is the "woce i have to paste between instead of (Tab content )
thanks in advance
amazing...finally i got it ... applied on my website student junction
ReplyDelete