Question:
where in this code could i change the background image? 10 points?
2008-11-23 11:50:37 UTC








Four answers:
2008-11-23 19:35:04 UTC
Wish people would code things correctly. Just change the following.



This "body {background-color:black;}" to this:



body {

background:#000 url(Direct path to image) no-repeat center scroll;

}



That's for an image this can not be tiled. Also, change "scroll" to "fixed" if you want contents on page to scroll over the background image. If this is for a MySpace page, remove the "#" from "#000 (black)".



For a tileable image:



body {

background:#000 url(Direct path to image) repeat top left scroll;

}



Same changes apply here.



Ron
Brianaaa.
2008-11-23 12:08:28 UTC
Lol, you can't because there's no place for a background URL.

I fixed it for you though,

Put the image link in the first section of the code where it says "IMAGE URL HERE".

Also, if you don't want the background image to repeat,

right after that change the background-repeat from repeat to no-repeat.

Here ya go (:



















2016-11-06 02:15:52 UTC
i'm undesirable with hyperlinks so i could say any video clips with U2. He does "Love is Blindness" for the time of their early excursion in the ninety's after Achtung toddler got here out. what's it called? i do no longer understand off the perfect of my head yet in basic terms plug in U2 Sydney "Love is Blindness" and "Til the top of the international". it could make you suspect in God in case you're so susceptible.
Bebang
2008-11-23 11:59:24 UTC
add



.a{backround-url}-URL HERE.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...