answersLogoWhite

0


Best Answer

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

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do to create a static webpage with only one image as background?
Write your answer...
Submit
Still have questions?
magnify glass
imp
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 create background image of flash drive in windows 7 ultimate?

krishna


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 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 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 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.


How does one download the background image on a web page?

There are many sites on the internet that offer free background image downloads. Each of these sites has easy to use, step by step instructions. Some of these sites include: Backgroundlabs, GRSites and Entheos. It is important that one NOT use or download a background image from a webpage without permission from the owner, to do so is copyright infringement.


What image allows a webpage's background color to show through?

Generally, that would be a PNG image with a transparency declared. Not all browsers recognize transparency, but there are often workarounds that have the benefit of doing it at the sacrifice of speed.