Pages - Menu

Thursday, 31 December 2009

Add Advanced Three Wrapper Widget in blogger

You have seen the three wrapper widget in many modified templates. It is very useful in blogging platform. You can add html and javascript gadgets like recent posts, recent articles, popular posts or whatever you like. It is better to add gadgets in sidebar. But it's more better to keep widget in bottom of the page.As it is bottom of the page, readers can read your full article first and widget in last. Where widgets are not much important your post. See the following example: You can add this widget by following the steps. First Log in to Blogger.comGo to Layout -> Edit Html Tabs.Now search for these code:                 ...

   Paste your code here. And paste the below code as show above:






 
 
   


 

 

   
 


 









 
 
   


 

 

   
 


 









 
 
   


 

 

   
 


 






If you get some problems, you have to add the CSS code.

Now, find ]]>

Paste the following code before ]]>


#lower {
       margin:auto;
       padding: 0px 0px 20px 0px;
       width: 100%;
       background:#F6F6F6;
      
     

#lower-wrapper {
       margin:auto;
       padding: 30px 0px 20px 0px;
       width: 960px;

}

#lowerbar-wrapper {
       border:1px solid #DEDEDE;
       background:#FFFFFF;
       float: left;
       margin: 0px 5px auto;
       padding-bottom: 20px;
       width: 32%;
       text-align: justify;
       font-size:100%;
       line-height: 1.6em;
       word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
       overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
}


       .lowerbar {margin: 0; padding: 0;}
       .lowerbar .widget {margin: 0; padding: 10px 20px 0px 20px;}


.lowerbar h2 {
       margin: 0px 0px 10px 0px;
       padding: 6px 0px 10px 6px;
       background: #7AA1C3;
       text-align: left;
       color:#FFF;
       font-weight: normal;
       font-size:16px;
}

.lowerbar ul {
      margin: 0px 0px 0px 0px;
      padding: 0px 0px 0px 0px;
      list-style-type: none;
}

.lowerbar li {
      margin: 0px 0px 2px 0px;
      padding: 0px 0px 1px 0px;
      border-bottom: 1px solid #ccc;
}

.lowerbar a {color:  #698CAB; text-decoration: none;}
.lowerbar a:hover {text-decoration: underline; color: #B5BFC9;}
.lowerbar a:visited {text-decoration: none; color: #B5BFC9;}

You can customize the CSS code as your like and Save The Template. And you're Done!



See in the layout section. You can find three new advanced 'Ad a Gadget'. Now add whatever you like!

View This Article / Download>>

Sunday, 13 December 2009

Making Flash Website Using Free Service

 The flash sites are mostly used for advertisements and good for web developments training. Wix is the best site which provide to make free flash websites. It is better and great for the web developers who are searching for making flash website. You have not to edit the layouts and other sources, just it is easy and cool:) Click, Drag and Drop only. It is simply like blogger, but blogger is in Editing HTMLs composing text etc..etc... In Wix you have to put the text in main editing text. This service has other extra tools like making animations, behavior. effects Look at my flash site provided by Wix. http://www.wix.com/kayastha/Hack-Tutors  . Isn't it cool?Easy to customize and easy to edit. Register in Wix with your account and you can see the create button on the main page. Simply...

View This Article / Download>>

Saturday, 5 December 2009

Arrange your Comments Avatar with CSS in blogger

Showing the profile image in blogger comments is being popular now a day. But, it comes to have many problems based on CSS code. Many of them are searching for good CSS based codes. As I have got some problem like there is no extra place for profile image avatars. Look at the below screenshot. Playing with CSS and having some fun I have a trick for that. Now, look at this solved problem.Isn't it cool? Of course it is:)Now how to do it. First of all Go to Blogger > Settings > Comments and enable “Show profile images on comment” as before.In your blogger's Edit Html section search for the following code in CSS area.    #comments-block    width: 580px;    float: left;    padding: 0;    margin: 0;Search only...

View This Article / Download>>