How to Create A Multi tabbed Widget Recent posts widget IN Blogger - Learn latest Computer And Mobile Hacking tricks
Do you like this story?
The complete process has mainly two steps:
1. Firstly, Log in to Blogger. Now go to Layout and then click on "Edit HTML" tab.
Then download the present template as a backup.
Now find [CTRL+F] this code:
]]></b:skin>
JUST BEFORE THIS CODE, paste the following code:
// Copyright (C) 2005 Ilya S. Lyubinskiy.
// All rights reserved.
// Technical support: http://www.php-development.ru/
div.TabView div.Tabs
{
height: 24px;
overflow: hidden;
}
div.TabView div.Tabs a
{
float: left;
display: block;
width: 90px; /* Width top main menu - Tab Buttons*/
text-align: center;
height: 24px; /* Height top main menu - Tab Buttons*/
padding-top: 3px;
vertical-align: middle;
border: 1px solid #000; /* Top Main menu border color */
border-bottom-width: 0;
text-decoration: none;
font-family: "Times New Roman", Serif; /* Top main menu font */
font-weight: 900;
color: #000; /* Top main menu font color */
}
div.TabView div.Tabs a:hover, div.TabView div.Tabs a.Active
{
background-color: #F4F4F4; /* Top main menu background color */
}
div.TabView div.Pages
{
clear: both;
border: 1px solid #6E6E6E; /* Content Border color */
overflow: hidden;
background-color: #FBF1A4; /* Content background color */
}
div.TabView div.Pages div.Page
{
height: 100%;
padding: 0px;
overflow: hidden;
}
div.TabView div.Pages div.Page div.Pad
{
padding: 3px 5px;
}
The text in red color are comments, for your help, as you can edit those numbers or color codes yourself, so that they can match your blog's layout.
Download this File: Tabview.js
And upload it to HotLinkFiles.com, to get a DIRECT LINK to the file.
Now find (CTRL+F) this in the template;
</Head>
And immediately Paste the follow ing..
<script src='http://hotlinkfiles.com/......./tabview.js' type='text/javascript'/>
Replace the link in RED, with the DIRECT LINK of the Tabview.js file
That's it, Now SAVE the template.
2. The second part is for positioning the widget (whether in sidebar, above/below the post body etc.)
For this, click on "Page Elements" tab, and then "Add a Gadget" wherever you like.
Select the widget of the type "HTML/JavaScript"
Now paste the following code in to the widget:
<form action="tabview.html" method="get"&g
<div class="TabView" id="TabView"&g
<div class="Tabs" style="width: 350px;"&g
<a&gTab 1</a&g
<a&gTab 2</a&g
<a&gTab 3</a&g
</div&g
<div class="Pages" style="width: 350px; height: 250px;"&g
<div class="Page"&g
<div class="Pad"&g
Content 1.1 <br /&g
Content 1.2 <br /&g
Content 1.3 <br /&g
</div&g
</div&g
<div class="Page"&g
<div class="Pad"&g
Content 2.1 <br /&g
Content 2.2 <br /&g
Content 2.3 <br /&g
</div&g
</div&g
<div class="Page"&g
<div class="Pad"&g
Content 3.1 <br /&g
Content 3.2 <br /&g
Content 3.3 <br /&g
</div&g
</div&g
</div&g
</div&g
</form&g
<script type="text/javascript"&g
tabview_initialize('TabView');
</script&g<span&gwidget by<a href="http://bloggerstop.net"&g BloggerStop</a&g</span&g
You can change the colored content as per your wish, and to remove or add any further tabs,
Either delete Tab3 line, and 3.1, 3.2 and 3.3 lines
or Add Tab 4 and 4.1 etc lines.
Save the widget, drag and change it's position if you want.
Its all done, congo.....
1. Firstly, Log in to Blogger. Now go to Layout and then click on "Edit HTML" tab.
Then download the present template as a backup.
Now find [CTRL+F] this code:
]]></b:skin>
JUST BEFORE THIS CODE, paste the following code:
// Copyright (C) 2005 Ilya S. Lyubinskiy.
// All rights reserved.
// Technical support: http://www.php-development.ru/
div.TabView div.Tabs
{
height: 24px;
overflow: hidden;
}
div.TabView div.Tabs a
{
float: left;
display: block;
width: 90px; /* Width top main menu - Tab Buttons*/
text-align: center;
height: 24px; /* Height top main menu - Tab Buttons*/
padding-top: 3px;
vertical-align: middle;
border: 1px solid #000; /* Top Main menu border color */
border-bottom-width: 0;
text-decoration: none;
font-family: "Times New Roman", Serif; /* Top main menu font */
font-weight: 900;
color: #000; /* Top main menu font color */
}
div.TabView div.Tabs a:hover, div.TabView div.Tabs a.Active
{
background-color: #F4F4F4; /* Top main menu background color */
}
div.TabView div.Pages
{
clear: both;
border: 1px solid #6E6E6E; /* Content Border color */
overflow: hidden;
background-color: #FBF1A4; /* Content background color */
}
div.TabView div.Pages div.Page
{
height: 100%;
padding: 0px;
overflow: hidden;
}
div.TabView div.Pages div.Page div.Pad
{
padding: 3px 5px;
}
The text in red color are comments, for your help, as you can edit those numbers or color codes yourself, so that they can match your blog's layout.
Download this File: Tabview.js
And upload it to HotLinkFiles.com, to get a DIRECT LINK to the file.
Now find (CTRL+F) this in the template;
</Head>
And immediately Paste the follow ing..
<script src='http://hotlinkfiles.com/......./tabview.js' type='text/javascript'/>
Replace the link in RED, with the DIRECT LINK of the Tabview.js file
That's it, Now SAVE the template.
2. The second part is for positioning the widget (whether in sidebar, above/below the post body etc.)
For this, click on "Page Elements" tab, and then "Add a Gadget" wherever you like.
Select the widget of the type "HTML/JavaScript"
Now paste the following code in to the widget:
<form action="tabview.html" method="get"&g
<div class="TabView" id="TabView"&g
<div class="Tabs" style="width: 350px;"&g
<a&gTab 1</a&g
<a&gTab 2</a&g
<a&gTab 3</a&g
</div&g
<div class="Pages" style="width: 350px; height: 250px;"&g
<div class="Page"&g
<div class="Pad"&g
Content 1.1 <br /&g
Content 1.2 <br /&g
Content 1.3 <br /&g
</div&g
</div&g
<div class="Page"&g
<div class="Pad"&g
Content 2.1 <br /&g
Content 2.2 <br /&g
Content 2.3 <br /&g
</div&g
</div&g
<div class="Page"&g
<div class="Pad"&g
Content 3.1 <br /&g
Content 3.2 <br /&g
Content 3.3 <br /&g
</div&g
</div&g
</div&g
</div&g
</form&g
<script type="text/javascript"&g
tabview_initialize('TabView');
</script&g<span&gwidget by<a href="http://bloggerstop.net"&g BloggerStop</a&g</span&g
You can change the colored content as per your wish, and to remove or add any further tabs,
Either delete Tab3 line, and 3.1, 3.2 and 3.3 lines
or Add Tab 4 and 4.1 etc lines.
Save the widget, drag and change it's position if you want.
Its all done, congo.....
Subscribe to:
Post Comments (Atom)
0 Responses to “How to Create A Multi tabbed Widget Recent posts widget IN Blogger - Learn latest Computer And Mobile Hacking tricks”
Post a Comment