I am wanting to change my background image for my website but I don't know how. How do I add an image to my background?
What do you want to do? Put an image right in the middle? make it repeat? or leave it in place when you scroll up or down? You can do it easily using CSS. body { background-image: url(whatever/image.jpg); background-repeat: whatever; background-position: whatever; }
I just want the image to stay in one spot on every page. Where do I put the picture that I am wanting to put as my background or do I just put the url of where the image is online?
if you want it to stay on everypage and one spot. define a css file. with a back class. then use that class on every html page. structure softwaremisle has given above. but you will need to first link the css file in all the html files.
This is all you need: http:// * w3schools.com/css/css_background.asp (I can't post live links, copy/paste and remove the *)