Create a templete
Go into ACP, Appearance, Select Styles, Press Style Properties,General, HTML/Body
In most browsers the background image will be shown. If the image has been configured so as not to repeat, and the element is larger than the background image then the area that is not covered by the background image will display the background color. DJL
This is actually a very good idea, especially if you have a dark background image. The background color will almost always work (unless the browser doesn't support any colors at all) but the background image may not load properly or may take a long time to load. If you have light text on a dark background image, the text will not be readable against the default white background until the background image appears. If something goes wrong with the image download, the user may never be able to read the text. It's a good idea to assign a background color that is similar to the background image to prevent this problem.
Use the attribute BGCOLOR=".." inside the start Body tag using the color you want as the value. It should look like this: this will give you a black background, and at the end of your HTML document you close the Body Of cause if you use a black background you cannot use black font. You won't be able to see it. You can set the value=".." of the background to what ever you like.
You will need to use the url() function. For example: background-image: url('/images/bg.png');
krishna
Use html only and that should give you a static page. You can put image as background by using css
To create a colored background in Photoshop, first open your image. Then, select the "Paint Bucket Tool" from the toolbar. Choose a color from the color picker and click on the background area to fill it with the selected color. You can also create a new layer, fill it with the desired color, and position it behind your image layer for a colored background.
A black background with smoke in a photograph can create a mysterious and dramatic atmosphere, adding depth and contrast to the image. The smoke against the dark backdrop can enhance the mood and evoke a sense of intrigue or intensity.
Your Tumblr background can be changed by going to your dashboard and selecting 'customize' from there you select 'appearance' and scroll down the drop down bar until you come to 'background' you can then select an image or a plain background colour.
The same way you get any other image as your background. What the picture is of has no effect on the process of adding it to the background.
To add a background click on Change Background Image (on Google homepage), sign in to Google (or create an account) and select the image you want. Note you have to be on the same country version of Google and signed in to see the image.
Go into ACP, Appearance, Select Styles, Press Style Properties,General, HTML/Body
In most browsers the background image will be shown. If the image has been configured so as not to repeat, and the element is larger than the background image then the area that is not covered by the background image will display the background color. DJL
body{ background-image: photo.jpeg(example.com/image.jpeg);
You have to create an account using your email address. It's located at the bottom left hand corner and says Change Background Image a you can create an account by clicking that and it will show you how to create one. The password's minimum is 8 characters.
style="background-image: url('image.jpg')" Example: <body style="background-image: url('background.jpg')">