I've been here before and have received help (thank you guys who helped me) and luckily received all the help with my pet profile. But then my computer broke down and I was unable to back up all the info I needed, including the coding I used for my pets profile. And so now I've had to restart with all the coding and even though I still have the pet that I previously needed help for, she no longer has a custom page (including the coding that I used for her). So I was wondering if you guys could help with my pet Anotsu, who I'm have trouble fitting the whole image on the screen (obviously without repeating).
Here is the code that i'm trying to work with
<style>
html {background: url(http://i.imgur.com/kthUgZo.png?10); repeat-y}
body {background:url(http://i.imgur.com/kthUgZo.png?10); no-repeat top left;width:900px;height:600px;}
body,font,td,a,p,table,div,tr{color:;}
, , -ban, -ban-main, -lrc, -rrc, img {display:none;} , , , , , , , , , h2, a{display:none;} , , {background:none} {height:100% !important;} .statbar {display:none;}
{width:130px;position:absolute;top:100px;left:-140px;} img{border:2px solid ;} {position:absolute;top:80px;left:70px;} .pet_spotlight{width:130px;position:absolute;top:150px;left:-210px;} {position:absolute;top:80px;left:315px;} .text{width:560px;position:absolute;top:550px;left:-125px;}
{width:235px;position:absolute;left:462px;top:50px;} .treasure_item{margin:2px;border:1px solid ;}
a:link,a:active,a:visited{color:;}
</style>And yes, I know I need to rearrange all the boxes and such (but I think I can handle that much).
CW Shop | Forum Link | Ping Group
Art by Well, if it's just about it repeating you simply made a typo in the shorthand, there should be no semi-colon after background() in body statement :)
body {background:url(http://i.imgur.com/kthUgZo.png?10); no-repeat top left; width:900px; height:600px;}
body {background:url(http://i.imgur.com/kthUgZo.png?10) no-repeat top left; width:900px; height:600px;}
There is also the same image with the same mistake in the html section above which is a bit redundant
Ahh, thank you. I suppose all I need to do now is change the image so it'll fit the screen, huh.
CW Shop | Forum Link | Ping Group
Art by Well, you can't make it fit the screen for everyone, but you could try making a repeating bg out of it?
Thank you so much for your help!
CW Shop | Forum Link | Ping Group
Art by