I'm having a problem with my pet Resume's profile.
The image that all the stuff is supposed to fit into is really small, and I can't figure out how to fix it :/ It was fine a while ago, I'm not really sure why it's not working now. And oddly, if I paste that image onto another blank profile it shows as its full size. Anyone know what the problem might be?
Looks like you put the layout in pet description which has some width on it's own lower than your bg's. So, preasumably, Subeta resizes it?
I'm kind of confused, which width is lower than the one I'm trying to fix?
Of pet_desc element. The one you write and in fact create all divs in. I guess put your tiled image into html and move your layout into body? That's how you usually do it. :)
Well that fixed the size issue, but now I'm having problems getting the background to show :P Do you know what the code for that is? I tried:
Haha, nice try but no :P. Do
html {background-image:url(http://i201.photobucket.com/albums/aa80/dizzcat/resumebg.png);}
[edit] Nono, don't change background-image: to image: in body, computers are not that smart :P it's all the same principle, alwayss
Ah goodness, I feel silly :P
The html background image seems to be overriding the other image now though x_x
Why indeed mutters aaah, okay, I didn't notice. You need this:
body{background-image:url(http://i201.photobucket.com/albums/aa80/dizzcat/resumelayout2-1.png); width: 828px; height:621px; background-repeat: no-repeat; background-color:transparent;}
(yes, I've found one more bug XD) Now it should work ^^
You're welcome <3