answersLogoWhite

0

What else can I help you with?

Continue Learning about Engineering

How do you edit the background image in XenForo?

Go into ACP, Appearance, Select Styles, Press Style Properties,General, HTML/Body


If you use CSS to configure both the background image and the background color what will happen?

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


If you have chosen both a background color and a background image for a page within your site?

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.


What is the correct CSS for adding a background image to a page?

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.


How do you give a link for a background image using CSS?

You will need to use the url() function. For example: background-image: url('/images/bg.png');

Related Questions

How do you create background image of flash drive in windows 7 ultimate?

krishna


How do to create a static webpage with only one image as background?

Use html only and that should give you a static page. You can put image as background by using css


How can I create a colored background in Photoshop?

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.


What effect does a black background with smoke have on the overall atmosphere of a photograph?

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.


How do you change your Tumblr background?

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.


How do you get final fantasy 7 crisis core backgrounds on your youtube profile?

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.


How can you populate your Google homepage with different stuff?

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.


How do you edit the background image in XenForo?

Go into ACP, Appearance, Select Styles, Press Style Properties,General, HTML/Body


If you use CSS to configure both the background image and the background color what will happen?

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


How do you get a background image for sites?

body{ background-image: photo.jpeg(example.com/image.jpeg);


How do you change the Google image?

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.


What is the HTML command used to display an image in background?

style="background-image: url('image.jpg')" Example: <body style="background-image: url('background.jpg')">