Skip to main content

How to set a Back ground image in BlogSpot blogs

Background images would do a lot in improving the displaying content of your blog. Chosen the correct kind of the background, It will not attract visitors but it will force visitors to stay in your site for some more time.

Here is how you add the background image to your blog post,

First upload the image to any file hosting like photobucket, Google pages etc and get the link of the image.

Login to Blogger (BlogSpot) and go to layout > edit HTML.

Always back up tour template before editing it.

Check the show widget templates check box (recommended but not needed).

Then search your template until you find the following code:

body {
background:$bgcolor;
margin:0;
color:$textcolor;
font:x-small Georgia Serif;
font-size/* */:/**/small;
font-size: /**/small;
text-align: center;
}


In the above code replace “background:$bgcolor;” with background:url(url link of the image to be set as the back ground);

Just save your template and then you will be able to see the image you have in the link you have set, as the background of your blogger blog.

So, let us come back again. Background images if used properly would help in increasing the number of page views per visit and it will also improve the appearance of your content.

So when you select background images you will have to have the following considerations.

Always make sure that the size (in bytes not in resolution) of the images to be set as background is small because it will then take too much time to load under slow connections. I recommend a size constraint of around 30 kb, for the blog back ground.

Popular posts from this blog

How to enable / disable JavaScript in SeaMonkey

For enabling and disabling JavaScript you need an add-on for SeaMonkey called quick java . You can download this free add-on from mozdev.org or just Google for it. After installation you will be able to see two buttons near the progress bar, for enabling and disabling JavaScript and java. Just click on the buttons to disable and enable JavaScript or java. There will be separate buttons for java and JavaScript.

How to Increase Internal Memory Space in Any Android phone – Without Rooting your Phone.

Although there is no risk involved in this Process, this gives you opportunity to Move Applications between Your Internal Memory and Memory card (SD Card).But make sure you don’t move the Applications which use Widgets to the SD Card because they Widgets will stop working when you Plug in to your PC and Use the Phone in Mass Storage Mode. (The SD Card will the Disconnected from the Phone). Just use your Common Sense and you are done. You will have to do some Command Prompt stuff now, but don’t worry;it’s very simple and easy. Step 1: Install JDK and then Install Android SDK. (Just Google for them, they are freeware) After Installing run Android SDK Manager. Select Android SDK Platform Tools (Uncheck anything else) and Click Install 1 Package. Step 2: Enable USB Debugging in your Phone in Settings > Applications > Development. Step 3: Type cmd in  start menu and when cmd.exe shows up in search results, right click it and select "Run as Administrator&quo

How to make print screen button to automatically open the Snipping tool in Windows 11

 In windows you can search for keyboard from start menu and open keyboard settings.  Or you can go to Settings > Accessibility > Keyboard. In the keyboard settings window, toggle the switch that says "Use the Print screen button to open screen snipping".  Hereafter whenever you press print screen button, you will be able to make a selection on the screen for a screenshot.