How to add recent posts slider in homepage

Step 1 - Applying Styles

  1. Go to Blogger Dashboard > Design > Edit HTML. (In new User Interface It Is - Dashboard > Template)
  2. As always download a copy of your template first.
  3. Now find for ]]></b:skin>
  4. Add below code just before ]]></b:skin>

Customize Feedburner Email Subscription Form

Add or Change Background Colour on FeedBurner Email Subscription Form

Add the background image code (e.g. background: url(http://www.example.com/image.jpg)) right after text-align:center;
So the code would be:-

Hiding linked within widget from homepage

Link Within is a free and very useful widget for bloggers.
It displays related posts at the end of every post. It is also advisable to add it your blog as it also creates internal links to posts in your blog.

If you add it as widget from layout option in blogger or directly from linked within site. It will appear in homepage, which is annoying for the homepage.
So lets tweak it so that it displays only when the post is opened up fully by clicking read more.

How to style/change top page tabs in blogger

Template Designer: Change The Style / Appearance Of Page Tabs


So you want to change the appearance of your horizontal Pages gadget tabs, but not sure where to start? Well, you came to the right place. This article will show you how to change layout, colors, fonts etc.

Add Your Sign Below All Posts In Blogger / BlogSpot Blogs


If you are using Blogger, and want to show your signature below all the posts, then you can do this in two possible ways: either add it in an HTML/JavaScript widget with the image of your signature or you can directly edit the HTML template of your blog. The second approach is recommended, as the first one may increase the loading time of blog.

Installing Google Translator Widget With Flags


Want to reach wider international audience? What better way to do it than by allowing your readers to read your articles in his or her own language!

Installing a translator on your webpage or blog will do just that. Google translator can translate your web page into many languages.

How to add "Back to top" button in website page

Adding A Floating “Back To Top” Button


Back to Top button or link is a link that sends your viewer to the top of page once clicked. This will help your readers navigate better, especially so if you have long pages. This link is usually located at the bottom of page or in the footer area.

centering table in html using css


Now that the CENTER tag and align="center" attribute are deprecated in the TABLE tag, how are you supposed to center your tables within your web page?

Use CSS to Center Your Table

You can add a single line to your CSS style sheet to center all tables horizontally: