I can't tell what's wrong with it in that picture but when I look at the profile the top like 30% is cut off ^_^ just fyi
oh....the image you uploaded looks fine though. Or is that what it's supposed to be? Idk when I look at it almost the whole overlay is cut off. You probably have the profile anchored to the bottom of the page instead of the top. I'm pretty useless at fixing other peoples codes so YES GOOD LUCK heres an awkward bump
its supposed to have Emery and her species, sex, and colour info at the top, it is cut off :c i had it anchored to the top, which is how it was when that screenshot was taken, and then i did change it to bottom but no difference
I added/removed some things to the coding.
Just replace all of html { and body { with:
SPOILER (click to toggle)
{
background-color: transparent;
background-image: url(http://i.imgur.com/pGMoR.png);
background-repeat: no-repeat;
background-position: top left;
color: ;
width: 760px;
height: 760px!important;
text-shadow: -1px 0 , 0 1px , 1px 0 , 0 -1px ;
font-family: verdana;
font-size: 10px;}
body { background: ; } Hope that works! c:
that worked, thank you sooo much 8) its not anchored to the bottom anymore though so it looks a bit weird with the chopped off end of the profile, is there any way to fix that? changing it to bottom left didnt work
You can try reducing the height of the content to a smaller value.
hm that didnt seem to do anything except make only part of the image show up xD; eh i won't worry about it too much. thank you for your help <3
Oh! Did you mean how it's cut off the side? Increasing the width should do it. Sorry if that isn't what you meant either. x) But glad I can help otherwise.
oh no i mean like, before it touched the bottom of the page. it's fine on the side, it just clings to the top and since my screen resolutio is large, it doesnt touch the bottom anymore.
Oh I see. I was using my laptop earlier so it fit my screen perfectly. Sorry for the confusion! Unfortunately I'm not sure how to position so that everything is in the corner. When I anchor the background, there's a large gap at the top and everything is vertically out of place. Hopefully someone can help you with this. :c