Many people asked me to convert more blogger templates and create more wordpress themes. Actually, I don’t have many time but i’ll help you to do that!. Then i decided to open my blog design wish list. You can check it on Design Wish List page. If you want my help to create beautiful blog designs for you, then start make a wish by leaving a comment below.
In this month, I’ll create Aero Ispirat Blogger Template and Mimbo Magazine Blogger Templates! So, stay tune and don’t forget to subscribe to my RSS Feed.

Aero Inspirat Wordpress Theme

Mimbo Magazine Wordpress Theme

The main features of iTheme Techno blogger template v2.0 are Star Post Ratings and Embedded Comment Form. You can read Blogger in Draft official website to activate these features.
You can download it here.
Many blogger template designers create and forget their Blogger templates. But, i promise that i will not be like that
.
This post is special for Ilyas Kazi.
Adding border line for the images is very easy. You only need simple CSS technique. The basic CSS for this case is,
img {
padding:5px;
margin:5px;
border-width: 5px;
border-color: #0066CC;
border-style: single;
}
Feel free to modify parameters in the CSS code above. There are many different “border-style” parameter. Which one do you like?

The CSS code above will be applied to all of your images in your web pages. To give border line only for the images in your blog posts, you have to read the implementation for both Wordpress and Blogger below. Read the rest of this entry »