Designing tips

More stories

  • How to start creating a blog:

    First of all, who wants to build a blog to subscribe to the Blogger . It’s very simple and if you already have a Google account just to use it. Then choose the template you prefer, among many models offered by the Blooger. If you do not want to use a conventional models offered by […]

  • Add Two Sidebar Columns Below Posts in Blogger

    Today I will tell you how to add two extra widget sections / sidebar columns below Blogger post sections within main wrapper.Step 1: Go to Design > Edit HTML tab and find for: <div id=’main-wrapper’> <b:section class=’main’ id=’main’ showaddelement=’no’> <b:widget id=’Blog1′ locked=’true’ title=’Blog Posts’ type=’Blog’/> </b:section> </div> Step 2: Add the following snippet before the […]

  • Template Designer

    Blogger now has Template Designer feature where you can use a template provided by Blogger and customize it by yourself. Right now, they only have minimum number of templates, but i believe it’s just a matter of time before they add more and more templates to the system.Unfortunately, it’s only available only in Blogger in […]

  • How to change image on hover

    I have a very easy and basic hover effect tips today, which can be very useful. try the code below replacing image1 ect with your image name. put the code in the body where you want the images to appear.be carefull to keep the ” and ‘ quotes in the same places. CODE: <img src=”image1.gif” […]