October 01, 2008

(249) Comments

Create Tab View

Kendhin

Tab View is very usefull box. We can fill it with many contain. It will save our blogs area. (See Image Below)


Here is Tutorial how to create a tab view:

1. Login to blogger, go to "Layout --> Edit HTML"
2. Then find this code ]]></b:skin>
3. Insert the below code before ]]></b:skin> or in CSS tag.

div.TabView div.Tabs
{
height: 24px;
overflow: hidden;
}
div.TabView div.Tabs a
{
float: left;
display: block;
width: 90px; /* Width top main menu */
text-align: center;
height: 24px; /* Height top main menu */
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: #FF9900; /* Top main menu background color */
}
div.TabView div.Pages
{
clear: both;
border: 1px solid #6E6E6E; /* Content Border color */
overflow: hidden;
background-color: #FF9900; /* 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;
}



4. You can change the code according to the red text explanation. To get html color code see HERE
5. The next step is put the code below before </head>

<script src='http://superinhost.com/trikblog/tabview.js' type='text/javascript'/>



6. Then "save" it.
7. Go to "Page Elements" menu
8. Chose "Add Page Element" --> "HTML/Javascript" in place where you want to put this tab.
9. Insert this code :

<form action="tabview.html" method="get">
<div class="TabView" id="TabView">
<div class="Tabs" style="width: 350px;">
<a>Tab 1</a>
<a>Tab 2</a>
<a>Tab 3</a>

</div>
<div class="Pages" style="width: 350px; height: 250px;">

<div class="Page">
<div class="Pad">
Tab 1.1 <br />
Tab 1.2 <br />
Tab 1.3 <br />

</div>
</div>

<div class="Page">
<div class="Pad">
Tab 2.1 <br />
Tab 2.2 <br />
Tab 2.3 <br />

</div>
</div>

<div class="Page">
<div class="Pad">
Tab 3.1 <br />
Tab 3.2 <br />
Tab 3.3 <br />

</div>
</div>


</div>
</div>
</form>

<script type="text/javascript">
tabview_initialize('TabView');
</script>



Note :
- The number or the blue text(350px) Is size of the tabview.
- The green code is the main menu text
- The red code is the content of tabview. you can fill it with links, banner, widget, comment or anything.
- To add more menu, see on the blink code. Add the code under it.

Good luck every body.





Related Articles :



249 Responses to "Create Tab View"
Anonymous said :
August 10, 2008 at 5:06 AM
hey i have done this thing

but i have lost my sign in optioon and other options

please tell me how to get that back
plz
plz reply me at abhishek3220@yahoo.co.in
Anonymous said :
August 10, 2008 at 5:09 AM
i forgot to add link in 1.1.and other please help me out
i m the same guy
Sangeeth said :
August 21, 2008 at 2:30 AM
Thanks so much it was very useful..i used it in my blog
Joyful Thiek said :
August 23, 2008 at 6:56 PM
hey, how do we kink the tab elements?
L. Noelle said :
September 9, 2008 at 8:16 PM
Fantastic! I just added this box to my blog and your instructions were perfect! Thank you so much
Bryan Cruz said :
October 6, 2008 at 1:18 AM
Hi,
How do I put this tabs below my logo?

I want it under it not on top of it.
PLease help me. thanks
Anonymous said :
October 6, 2008 at 12:38 PM
Hi,

Thank so much.
JOAOTHA said :
October 12, 2008 at 1:30 AM
Nice and easy!
Sangeeth said :
October 16, 2008 at 1:18 AM
hi, i have this code in my blog and suddenly from yesterday it stopped working in IE and firefox.it works in chrome.can u help plz...i did not change any code recently!
Project said :
October 17, 2008 at 10:44 PM
save this, thank's
Anonymous said :
October 17, 2008 at 11:34 PM
Thanks for useful information :)
Kendhin said :
November 2, 2008 at 12:57 AM

@And this is not, you can put it in "add gadget" according to your interest location.
@Sangeeth, some few days ago I have a problem with my hosting which I put that js script. but now is runnung well.

Rvzice.. said :
November 29, 2008 at 1:46 PM
How to add a lebel ..In my blog?
Anonymous said :
December 5, 2008 at 2:09 AM
boss...

i added it. it worked fine for somedays..
but it is not working..

tabs are not showing by clicking main tabs..
can u check it?

http://old-telugu-melodies.blogspot.com
Anonymous said :
December 5, 2008 at 2:13 AM
http://superinhost.com/trikblog/tabview.js' type='text/javascript'

"I THINK THE PROBLEM IS HERE"
Brahmi said :
December 11, 2008 at 6:27 PM
Again the Tab view gadjet is not working...
can u tell me the solution?

my blog http://old-telugu-melodies.blogspot.com
Anonymous said :
December 11, 2008 at 10:56 PM
is any body using the same widget here??

its not working in my blog... please help..
Invi.Le said :
December 17, 2008 at 9:54 AM
THE PROBLEM is this code:
http://superinhost.com/trikblog/tabview.js

... and this is solution: replace the above code by below code:
http://kendhin.googlepages.com/tabview.js

Now OK !
Munix™ said :
December 22, 2008 at 12:01 PM
you must always backup your template or copy your full template on notepad before make a something! this is soo serious if you do not want to loss your fully work.. Always backup first! :f
محمد said :
December 24, 2008 at 12:25 AM
Mohamed
hello,
before I add the horizontal bar menu, I want to know how can I link to different posts, videos, music
I wants to have these things on my blog and not hosted anywhere
Thanks
http://www.marocliberte.blogspot.com
HRO said :
December 25, 2008 at 2:41 AM
Hi how to put the links pls help
ANSARI said :
January 8, 2009 at 10:29 PM
i want put tab view in gadget. can u tell us how?

akil0307@gmail.com

tq
Anonymous said :
January 29, 2009 at 3:34 AM
Thank you for this awesome post m8
me said :
April 5, 2009 at 6:35 PM
omg! initially it was working fine, but now dunnoe what's wrong with it. Please avise. Tks!
Nitin Nayyar said :
April 11, 2009 at 2:24 AM
The path for the java script is no more valid, please refer to the comments where a new path is mentioned. Download the java script file on a file hosting site and use that link.
Do not rely on other peoples links, but yes I agree that if the link is not working then atleast the java script should have been mentioned. Anyways our friend has provided a wonder full gadget so lets appreciate it & use it to the fullest.

Regards,
Nitin Nayyar

www.basisfaqs.blogspot.com
Unknown said :
May 21, 2009 at 11:05 PM
:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D
May 30, 2009 at 8:32 AM
This is a good one tips that I like
May 30, 2009 at 8:34 AM
I like this tips and I will try myself
Hamidur said :
May 30, 2009 at 3:41 PM
Please inform how to add "Blog Archive" in the Tab menu.
Kelvin said :
June 3, 2009 at 10:53 PM
:f http://kendhin.googlepages.com/tabview.js for everybody :)) . if this blog die --> js die ;;)
Love4all1080 said :
June 3, 2009 at 10:54 PM
Visit my blog : http://free-style-love.blogspot.com/
June 6, 2009 at 1:56 AM
this article can space up our blog ...thanks again

yosaadi blog
Sugi said :
June 7, 2009 at 5:08 PM
hi nice blog, i want to asK:
i already have horizontal tab, just as like u describe above, but i want to make each tab can display like recent post, recent comment just as yours (tabview you put in right side bar).
thanks
http://ganeroblog.blogspot.com
300allpctips said :
June 15, 2009 at 11:12 PM
thanks again
kenyorazzi said :
August 21, 2009 at 8:31 AM
- The red code is the content of tabview. you can fill it with links, banner, widget, comment or anything.

how will i add links or widgets
yor said :
August 22, 2009 at 7:34 PM
thaaanks :)

http://yorgita.blogspot.com
Larasati said :
August 28, 2009 at 5:11 PM
thanks, see demo : http://saguhati.blogspot.com
Anonymous said :
September 17, 2009 at 5:57 AM
thanks to you Invi.Le for this help
Arafin said :
September 21, 2009 at 1:30 PM
For Exclusive Blogger tips tricks And Full version blogger Templates Visite

http://tips-tricks-for-blogger.blogspot.com/

U WILL BE SURPRISE CHECK THIS OUT MAN!
Arafin said :
September 21, 2009 at 1:31 PM
For Exclusive Blogger tips tricks And Full version blogger Templates Visite

http://tips-tricks-for-blogger.blogspot.com/

U WILL BE SURPRISE CHECK THIS OUT MAN!
Ashutosh said :
October 11, 2009 at 9:16 PM
Thanks a alot

please,please visit---
http://freefixit.blogspot.com/
AriE said :
October 16, 2009 at 4:14 AM
thanks a lot my fren...this info is very usefullland give something new about blog....

have a nice day always..............
Sartono said :
November 8, 2009 at 6:35 AM
thanks for explanation

visit me :
http://www.usa-scholarship.com
Anonymous said :
December 2, 2009 at 5:15 PM
Very Nice Blogging information, Blogger’s Guide
Thanks for sharing.
Shoping Cart said :
December 10, 2009 at 2:58 PM
Creating vertical drop down menus in HTML. this is a very unique feature of every site which contains a vertical drop down menu.
December 12, 2009 at 8:05 PM
Thanks for sharing this useful hack, i found it very useful in saving space on my blog. I have currently implemented it on my blog and it's running flawlessly.

I have been searching your blog for a hack on how to add a sub menu on an existing menu but unfortunately i found none. Anyways kudos to you mate and keep us updated.
lirik said :
January 11, 2010 at 10:12 PM
thanks so much
Anonymous said :
March 6, 2010 at 8:19 AM
tried it on my blog: www.rowallpapers.com, works great.
Alex said :
March 6, 2010 at 8:20 AM
This comment has been removed by the author.
March 22, 2010 at 3:43 AM
Website outlook bloggermag.info Estimated Worth $2584.2 USD

Hiberya bloggermag.info Estimated Worth $6.460,50 USD

Selling it for only $50 - one time offer :)

bloggermag.info - traffic assured - drive them to your website
April 1, 2010 at 11:29 AM
bro thanks a lot.
ok i gonna use this hack.........
http://blog-tutors.blogspot.com/
May 9, 2010 at 6:12 PM
Thanks a lot....
Anonymous said :
May 12, 2010 at 7:31 AM
This tip is very good !

I used it on my blog http://psmoviesdownload.blogspot.com/

Thank you :-)
Jack said :
May 12, 2010 at 7:35 AM
This tip is very good !

I used it on my blog

Thank you :-)
itz said :
June 6, 2010 at 6:17 AM
Is this a menu tab or a tab for content in post?
XD said :
June 27, 2010 at 8:02 PM
your artikel is good

visit back

http://www.majalahbara-smaga.co.cc/

thank you
Anonymous said :
July 1, 2010 at 12:54 PM
cheap louis vuitton handbags is the latest must-have bag to come out of louis vuitton handbags on sale line. When it came out two years ago, despite its hefty price, it was sold out in a matter of weeks, days in some locations. Celebrities were especially draw to its amazing design and practical size. The biggest celebrity fan is Miley Cyrus; she has been spotted everywhere with her ivory Mahina XS. The slouch style of the bag has been replicated in other, less prestigious, lines as well, but nothing compares to a true louis vuitton bags cheap .
Anonymous said :
July 2, 2010 at 3:23 AM
Thanks alot
pls free to visit mallu-all.blogspot.com
Anonymous said :
July 2, 2010 at 3:23 AM
Thanks alot
pls free to visit:-

www.mallu-all.blogspot.com
Unknown said :
July 2, 2010 at 8:19 AM
For those of you who own louis vuitton or would like to someday, just know that how you treat lv will affect the longevity of the bag. You can pass Louis vuitton bags down to the next generation if you take care of it. louis vuitton handbags were made to last for a lifetime. The quality of each bag speaks for itself. All I am saying is handle with care.
Anonymous said :
July 4, 2010 at 9:13 AM
Besides the beautiful picture, HD MY WIFE AND KIDS
contains interactive features available only on this format. An increasingly skeptical news media isn't buying into the hype of HD MY WIFE AND KIDS DVD
and Blu-ray. Especially not after wasting millions of editorial words on MY WIFE AND KIDS DVD COLLECTION -Audio and SACD.


Phony purses tend to accept actual bargain lining bolt central the Chanel handbags
that is ailing absorbed to the replica Chanel handbags
frame. Complete Chanel handbag
accept candied covering that smells just like leather!
gunawan said :
July 18, 2010 at 5:15 PM
thanks to the information,
because it is very helpful especially in making and messing work on bloggers who I have today
Tammy said :
July 24, 2010 at 1:56 PM
Your artistic explanation really impressed me man! It’s a great way of sharing the useful information.




web logo design | business logo design | corporate logo design | custom logo design
August 7, 2010 at 3:45 PM
i m glad i found ur blog.Not everyone can provide information with proper flow. Good post. I am going to save the URL and will definitely visit again. Keep it up.
August 7, 2010 at 3:46 PM
Your blog is very informative.This is obviously one great post.i keep on reading articles from here.thanks for sharing..
comradely said :
August 10, 2010 at 5:05 PM
Thanks 4 tutorial..
Im blogger newbie
sebatas berbagi
BLOG TUTORIAL
escort said :
August 16, 2010 at 12:07 AM
escort girls bayan eskort servisi web tasarımı, internet sitesi google optimizasyonueskort kızlar escort bayan escort girls. türkiyenin özel kızları sallama kelime kolleksiyonu burada türkiyenin eskort kızları bayan erkek eskort ilan istanbul ankara izmirköpek eğitimi ve bakımı Sohbet siteleri chat
islami evlilik siteleri bayan partner siteleri arıyorum en güzel kızlar bu sitede ücretsiz üyelik sistemi bayan arkadaşlar kız arkadaşlar arıyorum
bayan arama telekız hizmeti veren siteler car rental istanbul araç kiralama araba kiralama araç kiralama türkiyenin kızları en sexy kızlar bu sitede aradığınız kızı bulacaksınız. attım kafadan köfte kalıbı firmanıza uygun kalıp tasarımları türkiyenin en güzel kızları. biz www.bizdensor.com sinema dizi full sinema izle belgesel video clip play game çocuklar oyunu oyna erkek çocuk games deneme sallama mail escort kızlar plaket kristal plaket kokart rozet ahsap plaket kristal ödül madalya gümüş plaket yaka isimliği masa isimliği kupa plaket
zet ahsap plaket kristal ödül madalya gümüş plaket y dertyu
Anonymous said :
August 23, 2010 at 12:00 PM
Your post is really wonderful..thanks for posting...your post is very informative..dissertation help | thesis help | assignment help | coursework writing | research writing | essay help
Anonymous said :
August 24, 2010 at 7:23 PM
maybe this my dejavu, i guested i saw this kind blog ever in different blogname
how much blogsite do you have?
i know i will be sorry to put this comment to your blog..
easy..dude
Honeybee said :
September 24, 2010 at 3:59 PM
This is good for amateur blogger like me. I hve try the code, and i'm on my half-way :D Two Thumbs up!

Online Shopping Trick
Ahmad Subhan said :
October 6, 2010 at 11:23 PM
salut sama blog ini, link exchage yuk mas, kunjungi balik ya ke:

http://vilat.blogspot.com
http://seoblogger4.blogspot.com
http://sehat-secara-alami.blogspot.com
zXc said :
October 15, 2010 at 8:37 PM
buy aciphex
buy Cytotec
nexium online
zXc said :
October 16, 2010 at 6:02 AM
Louis Vuitton bags
Celine Bags
Valentino Handbags
Anonymous said :
October 16, 2010 at 7:14 PM
Prada Bags
Bloglism said :
November 1, 2010 at 1:20 PM
Hello administrator or any one suggest me how to add scroll in a tab menu like the tab menu.

http://bloglism.blogspot.com
writetoyogen@gmail.com
Jhon Davis said :
November 6, 2010 at 2:25 AM
blogspot is such a powerful cms, i never knew that,

- John Devos
Magento Themes
tania said :
November 12, 2010 at 12:41 AM
@Jhon of it is because google owe it which is the largest Internet giant.

- Tanya
Web Designers
Fakhruddin40 said :
November 25, 2010 at 12:31 PM
Is it possible to create multiple color tabs using this technique?

Plastic Card
Fakhruddin40 said :
November 25, 2010 at 1:14 PM
Obviously, by creating different tabs, You can save your space.

Plastic Card
bison said :
December 9, 2010 at 2:27 PM
thank you so much for info :)
Unknown said :
December 21, 2010 at 7:13 PM
Kerala Ayurveda is a return to nature...
ayurveda in Kerala.
January 23, 2011 at 3:19 PM
This comment has been removed by the author.
January 23, 2011 at 3:20 PM
Hi ,
I found this website tips and tricks useful for my blog http://www.watchworldmovies.com
Thanks for your supportive post

Watch Hollywood,Bollywood,Softcore Movies Online
http://www.watchworldmovies.com
January 28, 2011 at 12:18 AM
Nice post again.. thanks for share.. i will try to create tab my this process..
Unknown said :
January 29, 2011 at 2:08 AM
multitask, but to eliminate the time wasters.
So I disagree with Jenn's ankara eskort kızlar first statement, but have to agree with her statement multitasking works bes
maher said :
February 19, 2011 at 2:20 PM
For those who are expecting to experience luxury with limited budget, the counterfeit omega replica watches are really nice selections. Though not produced by the authorized Swiss manufacturers, they are of good quality and superb functionality. Different from the original models which may hollow your pocket, these omega watches just cost you a small amount of money. Seen from the appearance, they look almost the same as the genuine pieces. The point is they are also available in daily use.
February 22, 2011 at 8:41 AM
Thanks a lot for posting such an informative post in describing how to go and create tables using HTML language. Really helped in clearing my concepts.....

Magento Themes
Anonymous said :
March 1, 2011 at 9:02 PM
Good article. it will make the webpage is nice to see
erdem said :
March 11, 2011 at 10:07 AM
porno
video izle
sungsam said :
March 15, 2011 at 5:02 PM
good & nice post..
all please visit my blog http:///www.abie-zerohero.blogspot.com
Mesothelioma said :
March 22, 2011 at 6:51 PM
I always faced the problem to work in div thanks to help.
Harry Seo said :
April 13, 2011 at 2:09 PM
I am amazed to see such an amazing post. Keep up the good work.dryer repair
Unknown said :
April 16, 2011 at 12:31 PM
Excellent post at libsyn fantastic job.

topics for college essay | example of a college essay
| Academic Writing
Anonymous said :
April 19, 2011 at 3:03 PM
The div elements have now become easy to manage. Kep it up!
Brochure Design
Unknown said :
May 5, 2011 at 10:28 PM
great information and a great post, thanks for the sharing

Commerical Buildings for Sale
Anonymous said :
May 16, 2011 at 5:06 PM
how to import blog in facebook home page.


_________________________________
http://www.fast-trick.blogspot.com
YPS Unite said :
May 19, 2011 at 1:28 PM
its great,.I have it ones,.but I want to hide my tab view in Home page,can you tell me how to hide them.,because its very slow when we open blog
June 1, 2011 at 5:59 PM
Nice useful article.
June 17, 2011 at 2:11 AM
I could tell how great you are in your field of interest. You could relate in each detail very well. Thank you for spending a time on sharing such informative writings to us. I will bookmark your page and looking forward to read some more of your writings soon.
June 17, 2011 at 2:12 AM
I admire the way you express yourself through writing. Your post is such a refreshing one to read. This is such an interesting and informative article to share with others. Keep up the good work and more power. Thanks!
CNA Training said :
June 17, 2011 at 4:45 PM
New blog post, infographic, slideshare & short video “The Value of Experiential – Our New Augmented Worlds CNA Classes Online
GED Online said :
June 27, 2011 at 5:50 PM
It's really an amazing article. It is always nice when you read some thing that is informative & interesting. Excellent work. Keep it up!
June 30, 2011 at 6:46 PM
This is such a great resource that you are providing and you give it away for free. Great post...
thanks for sharing the info....
thebestandroid
nimupedia said :
July 2, 2011 at 7:30 PM
thanks 4 this usefull information :-)
July 3, 2011 at 7:02 PM
Thanks a lot for conveying the information as to one can go about and use div to create a table structure... Well done great posting....

Social Entrepreneur Network
Anonymous said :
July 6, 2011 at 11:42 AM
A great post as to how div structure should properly be used. Well done great posting...

Hair Transplant Pakistan
Unknown said :
July 9, 2011 at 7:04 PM
Thanks a lot for your overwhelming participation and appreciation of the different activities The post is pretty good. I really never thought I could have a good read by this time until I found out this forum. I am grateful for the information given.
dissertation writing
ipad 3 said :
July 11, 2011 at 4:55 PM
its a treat reading it.....
thanks for sharing.
ipad 3
Mesut said :
July 15, 2011 at 4:49 PM
nice
July 21, 2011 at 5:02 PM
It’s good to see you posting on this topic. Thanks for sharing this classic post. keep sharing such pretty post like this.
July 26, 2011 at 11:54 AM
You got a really useful blog I have been here reading for about an hour. I am a newbie and your success is very much an inspiration for me. thanks a lot..
July 27, 2011 at 2:54 PM
Your post have the information that is helpful and very informative. I would like you to keep up the good work.
July 29, 2011 at 7:47 PM
that's what i was looking for
August 4, 2011 at 12:17 PM
Ich mag dieses Artikels, sind besonders gut.
Anonymous said :
August 11, 2011 at 11:29 PM
nice post
http://way2bloggers.blogspot.com/
duşakabin said :
August 15, 2011 at 7:25 AM
Duşakabin & Küvet olarak tasarım,üretim,satış ve montaj sonrası hizmetlerimizle sizlere en güzelini sunmayı hedefliyoruz
Katherine said :
August 18, 2011 at 4:49 PM
I am happy to have found this blog, andAsh cheap sneakers for menhappy to have long tail explained so well. Thanks.
jimlane said :
August 19, 2011 at 9:38 AM
"windows Explorer". It's very usefull if you have many posting (articel) in your blog. It can contain many link in small space. It will be like the below image :r4i gold
cyclods ievolution uk
dstti
ez flash vi
m3i zero 3ds
supercard dstwo uk
r4 gold 3ds
r4 sdhc 3ds
r4 ultra
r4 3ds UK
r4 card
Unknown said :
August 24, 2011 at 1:02 PM
Very nice site i found ,visit my blog www.adari.tk, www.adar69.blogspot.com
September 10, 2011 at 11:04 AM
Finally, an issue that I am passionate about. I have looked for information of this caliber for the last several hours. Your site is greatly appreciated. how to be a popular girl
September 17, 2011 at 6:41 PM
You have got informative blog, Its really good and valuable to have such info on net.
Thanks
wctube said :
September 18, 2011 at 10:44 PM
http://www.fistfuloftalent.com/2011/08/coaching-skills-the-reason-the-performance-review-exists-in-the-first-place.html
October 7, 2011 at 5:43 PM
Great post and very interesting information! Wish you the best of luck and looking forward to checking your blog more often. I've subscribed to your site so hopefully you will continue to add some future content!
October 7, 2011 at 6:28 PM
Thanks for sharing.Great article and great content.I like all blogs.Please update it.
November 9, 2011 at 7:22 PM
I am happy to see this post. It is really nice and useful for me. From many days i am searching for this type of article. This is a good post and is awesome
November 9, 2011 at 7:23 PM
The post is written in very a good manner and it contains much useful information for me.
November 15, 2011 at 10:22 AM
I personally have embraced the new technologies and the CMS platforms, I think the new tools only make the web designs better.Swiss Gear Backpack | Cheap Purses | Replica Hermes
November 15, 2011 at 10:23 AM
I really enjoy the post. I check your blog on a regular basis and love the fact its popular and has frequent visitors Excellent blog thanks for sharing! Swiss Gear Backpack | Cheap Purses | Replica Hermes
Anonymous said :
November 16, 2011 at 7:01 PM
Great article.I like your thougths and it's really great.Great discussion.Thanks for sharing.
Hiring web developers|
Hire a website developer
November 17, 2011 at 4:50 PM
Thanks for the code, but i have a question is it take time to load the blog?
Hardy said :
November 19, 2011 at 7:43 PM
I must say that this is a fantastic compilation. Our last design firm just seemed to use the exact same font for everything, which really left our marketing materials looking very dated. Now, I'll have some info to use when discussing the new materials.
November 21, 2011 at 2:10 PM
Hi,
Fantastic blog, Love your blog.
I will share your blog with my friends. Keep it up with good work. Thanks a lot.
November 21, 2011 at 2:17 PM
Wow. Fantastic article, it’s so nice and your blog is very good.
I've learned a lot from your blog here, you’re provided blog is very super perfect i really like it. Keep it up and Thanks you for sharing......!
November 21, 2011 at 2:27 PM
Wow, it is really fantastic. I have used it. It is looking so cute. Love your blog.Best wishes for you future blogging career. Thanks
November 21, 2011 at 2:35 PM
Nice post love your blog.This blog is awesome full of use full information that i was in dire need of. Thanks for this post. Keep it up.
mobile poker said :
November 21, 2011 at 2:40 PM
I am feeling very fresh and comfortable after reading you article. Nice work and keep doing well.
November 21, 2011 at 2:48 PM
Thanks for sharing such useful information. It seems that you did a lot of hard work for this article. Keep it up.
laylajocasta said :
November 22, 2011 at 4:01 PM
This site was very helpful for me thanks a lot for sharing such newsy and informative site in this blog. Thanks a lot for the useful stuff because it was very helpful for me.
Essay Writing UK || Write My Essay For Me
smithhogg said :
November 23, 2011 at 3:19 PM
wow i was looking for it you done great for me thanks for article it gives me help.
write my essay | buy essay | essay writing service
Anonymous said :
November 24, 2011 at 2:17 PM
good tutorials..

For javascript tutorials on
Make a Simple Image Slide Show in JavaScript

visit

http://anurag-tutorial.blogspot.com/

http://anurag-tutorial.blogspot.com/2011/06/make-simple-image-slide-show-in.html

thanks
November 26, 2011 at 5:34 PM
I love your articles. Nicely presented information in this post, I prefer to read this kind of stuff. The quality of content is fine and the conclusion is good. Thanks for the post.
November 29, 2011 at 10:11 AM
thanks for the code
this code has provided an easy way to create table
website development company
November 30, 2011 at 6:01 PM
nice useful post
the code provided really works perfectly
website builders perth
Cerita Seks said :
December 1, 2011 at 11:31 PM
Good post, thanks for share and nice information, cerita seks or you can go at cerita sex
laylajocasta said :
December 7, 2011 at 12:56 PM
You know this is a very good post i hadn't thought about this for quite a while and you have like sparked me to look into it further and re educate my self in the subject....thanks,hope to see more of your posts soon. UK Essay Help || Dissertation Proposal Writing || CV Writing Service UK
December 7, 2011 at 6:27 PM
I appreciated your kind way of knowledge.Great Stuff Here..hope more to come.
Essay Writing UK - University Essays UK
Dinar Inc said :
December 9, 2011 at 7:16 PM
This comment has been removed by the author.
Dinar Inc said :
December 9, 2011 at 7:17 PM
Thanks you for sharing the such nice information, It help me for the blogger.

Iraqi Dinar
December 13, 2011 at 11:48 AM
Nice tutorial
For programming tutorial visit:
http://anurag-tutorial.blogspot.com

thanks
December 13, 2011 at 4:59 PM
A great post as how to go about in create tables well developing and designing a website. Well done a great tutorial, enjoyed reading what you had to say.
Anonymous said :
December 15, 2011 at 3:06 PM
This is very informative post and helpful for those who are searching for it.I away get wonderful information from your blog.I hope you will provide more information in future.Thank you for sharing.
Essay writing uk || Assignment Help || Assignment Writing Service
calus said :
December 16, 2011 at 1:42 AM
nice info sir..
December 19, 2011 at 5:52 PM
Nice to be visiting your blog again, Well this article that i been waited for so long. I need this article to complete my assignment in the college, and it has same topic with your article. Thanks, great share.
Personal Statement Writing Service UK || Finance Assignment Help || Graduation Thesis || Cv Editing
December 22, 2011 at 5:35 PM
Nice one.Keep sharing and updating your blog with new topics.
blog tips said :
December 23, 2011 at 10:53 PM
Thanks, been looking to create something like this for my wordpress blog.

Blog Tips
December 26, 2011 at 4:36 PM
It is my second visit to your blog. We are starting a product new proposal in the same niche as this blog. Your blog provide us with important information to work with. You have done a wonderful job.
Don said :
January 1, 2012 at 2:39 PM
Hi All, I want to create 5 tabs in sharepoint page please tell me how can I do that and what controls I must use?
diplomas edu said :
January 4, 2012 at 2:23 AM
A high school diploma is not required for jobs only in labor-intensive. The subjects like English is also very important now a day, running on a computer or read the instructions before using any device.
winner poker said :
January 12, 2012 at 12:24 PM
I totally agree with what you had to say.
atif said :
January 14, 2012 at 3:17 PM
great but not easy
Latest Mobiles
January 16, 2012 at 8:00 PM
Excellent share of information regarding Tabs creation it's a wonderful visit for me.
Katie Doyle said :
February 23, 2012 at 9:53 PM
Hey! Keep it up your work. Your blog and post are very informative. Very clear easy to understand text I am enjoying your post. Please take a look at my dissertation services in uk site and advise me further improvement.
February 27, 2012 at 1:17 PM
This code is so helping for me.I bookmark it for future reference.
March 8, 2012 at 9:55 AM
Great effort by the author, really appreciative work. Your tutorial was used on this dutch website. Really appreciate what you have done here!
Anonymous said :
March 18, 2012 at 10:01 AM
Hii, great post for newbies, really informative!
latest tricks
Free SMS said :
March 18, 2012 at 1:03 PM
Hi, Thanks a lot for sharing the information as how to go about and create tables using HTML Tags. Enjoyed reading the information shared, but now a days Div structure is used more and preferred over the use of tables.
March 26, 2012 at 5:34 PM
Your site is amazing. I am very impressed to see this want to come back for visiting your site. Keep doing well as well as you can...

online logo designer
March 29, 2012 at 2:28 PM
I'm still learning from you, but I'm trying to achieve my goals. I certainly enjoy reading all that is posted on your blog.Keep the information coming. I loved it!
April 7, 2012 at 6:36 PM
There are thousands of blogs and websites providing the same nature of information again and again, I guess they copy it from one another. Anyhow, the piece of information you have provided is something different and unique. Keep up the good work.

professional logo designs

unique logo design
April 12, 2012 at 1:18 PM
I really enjoyed this site. This is such a Great resource that you are providing and you give it away for free. It gives in depth information. Thanks for this valuable information.
April 14, 2012 at 12:52 PM
Thanks a lot for providing the details as how to go about and make tables in HTML pages using HTML tags. I always wondered that one can only use DIV tags for making tables in HTML pages. Enjoyed reading the information shared, its extremely helpful.
April 24, 2012 at 2:23 PM
Great Post, I’ll be definitely coming back to your site. Keep the nice work up.
May 7, 2012 at 7:04 PM
There Is Obviously a lot to know about this. I suppose you made Some Great points in the Feature also.
Peter said :
May 13, 2012 at 10:25 AM
interesting one.

i want to use tabs for essay articles.

if you need assignment help and you're in UK, i can recommend you check our assignment help from writepass
Catharina said :
August 6, 2012 at 1:14 AM
Hi, I would love you to make a tutorial on how to add a tabview inside a blogpost. It would make a large amount of information seem less boring.
August 7, 2012 at 10:42 AM
thanks for shared.
btw how create horizontal menu?

Jasa Pembuatan Website Murah :)
Web Developer Indonesia :)
Hazel said :
August 28, 2012 at 4:43 PM
Actually its been a long time that I want to have tab view in my blog but unfortunately I have no time to explore the codes. Thanks to this post now I can have tab view in my site/blog hassle free.

-Hazel
Blogging Profits Unleashed
August 29, 2012 at 1:11 AM
Thanks for sharing the codes. I will try with this one.
August 31, 2012 at 12:27 PM
Remarkable work, exceptional blog post to learn about the makeup. its like you are giving training to someone because you described it beautifully.
Unknown said :
October 10, 2012 at 1:36 AM
Nice tricks i am using this in my side http://www.sciencevilla.com
escort bayan said :
October 20, 2012 at 10:12 PM
escort bayan
escort bayan
November 1, 2012 at 4:19 AM
Dude.. I am not much into reading, but somehow I got to read lots of articles on your blog.
November 10, 2012 at 3:32 AM
This is my first time i visit here. I found so many entertaining stuff in your blog.
Unknown said :
November 15, 2012 at 12:51 PM
Intriguing post. I was about to guess the "draft-guard" for number four.
November 21, 2012 at 2:38 PM
Well, this is interesting. Great to find out this website. I have really got the stuff here very interesting and informative. Your website is cool enough.
November 29, 2012 at 2:00 PM
It’s hard to find knowledgeable writers on this topic, but you seem like you know what you’re talking about! Thanks.
December 3, 2012 at 5:07 PM
Well, this is interesting. Great to find out this website. I have really got the stuff here very interesting and informative. Your website is cool enough.
December 11, 2012 at 10:10 AM
I loved as much as you’ll receive performed right here. I have read so many articles or reviews on the topic of the blogger lovers however this post is genuinely a fastidious article. I checked on the web for more info about the issue and found most individuals will go along with your views on this site.
December 26, 2012 at 3:31 PM
I am impressed by the quality of information on this website. There are a lot of good resources here.
December 28, 2012 at 3:18 AM
Classy model kendine güvenen, gerçekten sıcak, açık ve dürüst bir kişi olduğumu ve burada buluşmak kişi gerçek hayatta olduğum kişidir. Hayır eylemleri, hiçbir oyun oynama, hepsi gerçe.Dizeleri ile sevgilisiniz ve kız arkadaşınız olarak roller sizi bekliyor.
December 28, 2012 at 3:23 AM
Favori partner her koşulda en özel ilanları ve kızları sizlere sunmakda en doğru tercih edilen bu sitede yerinizi ayırtın uçuşa geçmek için..
January 16, 2013 at 2:50 PM
Really fantastic article regarding the project. I just really love it. Thanks for making a wonderful share!
January 16, 2013 at 2:58 PM
Really fantastic article regarding the project. I just really love it. Thanks for making a wonderful share!
Web Designer said :
February 4, 2013 at 5:52 PM
The services of this company are at par. I would like to know the brokerage and consultation fees as well.
Web Designer said :
February 4, 2013 at 6:00 PM
The services of this company are at par. I would like to know the brokerage and consultation fees as well.
February 22, 2013 at 5:06 AM
Nice Post. It’s really a very good article. I noticed all your important points.
«Oldest ‹Older   1 – 200 of 249   Newer› Newest»

Post a Comment