answersLogoWhite

0

Image sites such as Flikr offer images (either for free or for a small charge) of a Ninja Pixie which can be used as a PC background. One can do this simply by saving the image to their computer, and then setting the image as their background.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

Where can a css background image be found?

A css background image is another name for a computer wallpaper.They can be found on Photobucket, SantaBanta Wallpaper, Deviant Art and Free Wallpapers.


How do you enter a poem for pixie hollow?

Here's the exact thing that I found on pixie hollow's pixie postings place, NOTE: You can send an original poem to pixie postings! Just go to pixie central click on share your creativity, and select the "poem" image. But I think that you can just go to pixie postings and click the poem thing and then scroll down and click the link and then click the "poem" image.


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);


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')">


What use would a ninja have for an arret sur image?

After reviewing several websites one may assume that the use of a ninja arret sure image would be the image that is on a magnet that can be purchased on the internet for 4.40 Euros.


How do you set a horizontally and vertically repeating background image to an HTML page using inline CSS?

Use the "style" attribute in the "body" tag to set inline styles. Set the "background-image" and "background-repeat"CSS attributes to the body element. "background-image" should have a path to the image you want as a background, and "background-repeat" should have "repeat," indicating you want the image to tile both horizontally and vertically. For example (replace path-to-image.jpg with a relative or absolute path to the background image of your choice): ---- ... ----


How to use CSS in making the picture a background?

To make a picture a background of a web site using CSS, you will use the different background properties, which are: background-color, background-image, background-repeat, background-attachment, and background-position. The specific property you are looking for is background-image. To use this property you would declare in your style sheet the following: body { background-image: url('paper.jpg'); } This is telling the web browser to use the image paper.jpg and make it the background of the entire page. The other background properties control whether the backgound is repeated along the x and/or y axis, the position on the screen the image begins at, whether the background is fixed or scrolls with the page, and the background color.


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.


How do you stop your background site from tiling?

To stop your background site from tiling, you can use CSS to set the background image property. Specifically, use background-repeat: no-repeat; to prevent the image from repeating. Additionally, you can set background-size: cover; or background-size: contain; to ensure the image fits the desired area without tiling. This will create a cleaner look for your background.


What is the correct HTML for inserting a background image?

< body background = " background.gif">


How do you print a background image in Microsoft Excel 2003?

You do not. Background images can not be printed. However, you can add a background image to a header and play around with the positioning to accomplish the same task.