answersLogoWhite

0

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

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

Put a picture in the background of a webpage using HTML?

Change the <body> tag to <body style="background-image: image.jpg">. Replace image.jpg with your image.


Create a webpage to show image mapping?

create a web page to showimage mapping


How can you create appearance by adding a background image to all slide?

Create a templete


How do you insert an image into a webpage?

Add the HTML tag to the body of your webpage where you want it to be displayed:adding height="100" and width="100" (in an example 100x100px image) is recommended, but not required.Note: the image will have to be on the internet if you want it to be seen by anyone who has the page. Websites like flickr or tinypic will host your images for free.Also, with CSS you can set background-image:url('path/to/image.jpg'); to set the background image of an element.


How do you change your computer picture on the homepage?

You appear to be mixing terminology. Do you mean changing the desktop background? Or changing an image on your personal webpage?


How do you set an image as 100 percent of the background of a webpage using css?

There can be no design questions with trying A List Apart! See link below.


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

krishna


How do you make and image automatically switch to a webpage?

You anchor it to an URL. You would like to have the image send a visitor to another webpage. Add this code, direcly above the image code <a href="another webpage address"> and this code direcly after the image code </a> This will made the image a clickable link to "another webpage address".


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.


How do you put a color background on websites?

You can only change a website if it belongs to you. for instance i have a website of my own. i created it using webeden. when i log in, i can edit anything i want, including the color background. you try!


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.


How do you save a PNG format picture without having a background?

Normally delete the background in the image then when saving, save with the transparent option checked. This will give you a transparent background. PNG is different than GIF format because with PNG you get 256 levels of transparency which allows you to smoothly blend your image to the page background on a webpage. GIF has only one level of transparency so you get a pixelated edge to your image.