View Full Version : css help.


</3emo
12-22-2004, 03:01 AM
uhmm yah..i need some help.

in my livejournal [www.livejournal.com/users/i__am_useless] i cannot seem to keep my background picture from repeating, and i cant position it in the old system [S1]. i dont know what to put in..if someone could help me i would greatly appreciate it.

if you need the image url..its

http://ewradio.co.uk/images/Bright%20Eyes.jpg

thank you for yr help!

Combat Babe
12-22-2004, 03:13 AM
I'd love to help, but I don't see any background, and it tells me that I don't have permission to view your image (503 error). oh well, I'll try anyway. in your css, in the body part, put the code

background-repeat: no-repeat;
background-position: 0px 0px; (here you can also use center)

</3emo
12-23-2004, 04:00 AM
k...
thank you for helping but it still wont show up..

this is what i have:

background-image:(http://ewradio.co.uk/images/Bright%20Eyes.jpg)
background-repeat: no-repeat;
background-position: 0px 0px; (left)

am i doing anything wrong?

(and you would not believe how thankful i am that you are helping me..i hate being a newbie at this stuff.. :\ )

silly-goose
12-23-2004, 04:06 AM
try taking out the "(left)"

and the happy face (but I don't think that is supposed to be there)

starlet
12-23-2004, 04:08 AM
background-image:(http://ewradio.co.uk/images/Bright%20Eyes.jpg)

That bit should be like this...

background-image:url(http://ewradio.co.uk/images/Bright%20Eyes.jpg);

lefty
12-23-2004, 03:50 PM
Also, rename your file so there's no space in it. They tend to mess things up.