Sunday, 27 November 2011

125*125 banner

 125 by 125 Ad Banners Widget  (1) Here is the code to be pasted in your HTML/JavaScript Widget, Code <div align="center"> <table border="0"  cellpadding="2" cellspacing="6" width="265"bgcolor="#ffffff"> <tbody><tr><td><center><a href="URL OF ADVERTISER" rel="nofollow"><img border="0" alt="AD...

Css 3 multi Level Drop Down Menu Blogger Blogs

It is always fun to learn and explore the new standards introduced for CSS. With growing development in HTML5 and CSS3, heavy scripts and flash tools are pushed back. This Mac-like multi-level drop down menu that we will learn to create and how to add it to Blogger is solely based on Pure CSS3 with no jquery used at all! It uses simple box-shadow, text-shadow and border-radius...

Put PayPal Donation BOx

Do you want to put this box in your blog/site? Well many of us want put this code on their own blog/site like those popular sites but they don't know how. Well i am very glad to teach you and going tell you how.If you don't have a paypal account, clickhere to sign up one. Well i supply the code, and you just simply copy and paste it, is that simple.Ok here we go.Just...

How To Create Blog Roll

As a bloger, we usually added our Friends link on our blog. Day by day and month by month it's number will increased. But if your friends link over than hundredsor or even thousands, it will be a problem, your blog space will full of your friends link list. Now I will show you how to create a blogroll, a box to place your friends link list. You can fill it with as many as links, and it's size will not get bigger. So it will save space on your blog or sidebar. The box will be like mine.Here's the code that you should to copy and place...

Create Horizontal Tabs View

What is horizontal tabs menu? horizontal tabs menu is bla..bla..bla... I can't explain anymore, he..he., it's look like this:To create it is not as simple as it's look, it's complicated. You have to design button, you have to create CSS and HTML code. Now I will show you how to create "Horizontal tabs menu" in blogg...

Create Tab View

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:...

How To Create Dwop Down Menu

What is dropdown menu?Dropdown menu is like this : Blog Archive How To Create Dtree Menu How to Create Search Engine Here is the trick how to create dropdown menu :Copy the code below and put it on your page elements.<select onChange="document.location.href=this.options[this.selectedIndex].value;"><option value="0" selected>Blog Archive</option><option value="Links 1">Text 1</option><option value="Links 2">Text 2</option></select>The red text is links, change it with your links.The...