Postingan

Menampilkan postingan dengan label blog design

Free Online Wordpress Theme Generator

Gambar
If you plan to start a new Wordpress blog, or you are going to refresh design for your existing blog, you may be looking for the nice template, which may fit your format, color scheme, design, and structure. No problem, if you have knowledge and experience on the web development, and you can make template for your blog exactly as you want. If you are not proficient on web design, or you have no time or interest in doing that yourself, there are multiple readymade templates on the Web, both free and commercial. But any template you find has limited set of the adjustments and changes you can make, so it is quite possible that your blog appearance will look similar to thousands other blogs, using the same template. In this post, I would like to present free online services from Lubith.com, offering Wordpress themes creator. Main Features Intuitive interface. Move and resize the theme elements just by dragging the two knobs. No code required. You can design, edit and use your...

How to make links open in new windows for Blogger blog?

Gambar
If you design your blogs with lots of links to other blogs and web sites, you probably like to make the links to the other blogs and web sites open in a new browser tab or window (depending upon reader preference). That helps with reader retention (for you), and increases convenience (for your readers). Unfortunately, in all of the Blogger GUIs, there's no selection for "Make links open in new window". If you want all links in your blog to open in a new window, you can do this with a simple template change as described below. If you want specific links to open in a new window, you will have to manually code each link individually. To make all links open in new window is amazingly simple. Just sign into Blogger DASHBOARD > DESIGN > EDIT HTML to open template editor Use keyboard shortcut ctrl+F to find <head> and immediately after that, add a single line <base target='_blank' /> so that it become <head> <base target='_blank' /...