View Full Version : backround in userlookup


sparkysneohelp
08-31-2005, 01:42 AM
is not showing for some reason
http://www.neopets.com/randomfriend.phtml?user=sparky_is_a_monster
thats my userlookup but
http://i2.photobucket.com/albums/y48/nzlupe/lokeitsalookup.gif
thats the image

the code

<style type="text/css">
body{background:lightblue url("http://i2.photobucket.com/albums/y48/nzlupe/lokeitsalookup.gif") no repeat}

its not working!
:mad:

jazzberry
08-31-2005, 06:18 AM
it's showing up for me, but it's repeating

sparkysneohelp
08-31-2005, 07:18 AM
oh.. i wish i could get mine to work.... i will try another thing o.0

Jessicanotjess
08-31-2005, 08:28 PM
Well, I think you need to do

<style type="text/css">

body
{ background: #000000;
background-image: url(http://i2.photobucket.com/albums/y4...eitsalookup.gif);
background-repeat: no-repeat;
background-position: valueI valueII; [valueI: top, center, bottom, percentage, pixel number]
[valueII: right, center, left, percentage, pixel number] }

</style>

fill in value with the right attribute

I hope that works