I'm at a loss right now. I'm trying to have a piece of art show up on my pet's profile but I can't get it to work.
This is the profile right now. And what I'd like to do is this. I've messed around with background-image in the body tag of the css. Tried having 200px 20px no-repeat fixed following after the url(image url here) but the image doesn't show.
And when I tried placing the image within the body tag itself it just ended up at the bottom of the pet_desc...
So, yeah I'm stuck right now. Would really appreciate any help I can get ^_^;
(it feels so weird pinging my own name x) )
One thing you could do is create a div around your text, so you're using that instead of (of course you'll also have to change the selectors in your css) and then you can put the image in another div and position it. That way it won't show up at weird places inside your text box.
I think there are some problems with the coding causing the image not to show up when you try putting it as a background. Such as the background:none for body. I think that overwrites you trying to put a background image.
I also see a lot of selectors in your code that I have no clue what are. I've never seen them before. If you want I can try editing out the kinks for you. (A favor for a name-sister :P)
Yeah, I know there is a lot of weird stuff in there. I didn't know any css at the time of coding, but now I'm learning it and would like to tidy it up.
I would really appreciate it if you would take a look and see what you can do with it. Here it is :)
I'll have a look at it. :)
Do you have the url for the art as well?
Ah, yes. http://i.imgur.com/g2P9GQI.png :)
That's perfect! Thank you so much ❤️
Here you go then. :)
SPOILER (click to toggle)
You are truly a lifesaver huggles you