RP Resources

Codes + Layouts + Tutorials + More

×

Community Rules

This comm is open to anyone to post codes, layouts, resources, tutorials, and requests for help and content. Of course, we do have some rules, so please read through them before jumping in; thank you!

Treat others the way you'd like to be treated. This is not a drama comm, and we expect you guys to be awesome and stay civil. If a situation gets out of hand, please contact a mod, and leave comments intact so we can accurately handle the situation.

Please tag your posts and check out the tagging guide if you have any questions!

■ Very long posts or posts formatted with your own div styling for organization should be behind a cut to save people's f-lists.

Work safe above the cut, please!

■ If posting codes, guides, etc. absolutely do not post content that you did not make. That's stealing, and it's super uncool, bro! If you are posting expanded/edited codes made by yourself using another user's coding as well, please be sure you have their permission (You do not need direct permission if they allow edits to be re-posted in their blanket rules.)
■ Do not post tutorials/links to tutorials that show people how to steal codes from other users. Again: Stealing. Not cool.
When asking for help with something, please check the help tags (help: coding, help: graphics, help: icons, help: layouts, help: other) first to see if your question has already been posted and answered to avoid duplicates.

We do not allow game ads to be posted on this comm since there are so many communities specifically for that already; if you're pimping a game as an addition to a regular post, that's fine. (OK: You post an RP code and mention in the post, oh hey, also I'm running this game! NOT OK: Posts dedicated to game promo.)

We do allow other types of community promos if they are related to RP (icon comms, other types of resource comms, etc.) Just shoot us a comment in our dropbox beforehand and we'll let you know if it's cool to post!
×

Tagging Guide

zzz
×

Banners & Buttons





Previous | Next

[info]laceandflora
[info]rpresources

[info]laceandflora
[info]rpresources

No Subject


[info]laceandflora
[info]rpresources
I'm being dumb. Again. One day I would like to make a layout where everything goes how I want it to go the first time round.

Anyway. What I'm trying to do is set an image as the background of the custom text module. What I have is:

.module-customtext{background:url(https://i.imgur.com/LwzAi8G.jpg)no-repeat fixed;
background-size:100%;
height:300px;
width:200px;
}

I've managed to get other images to appear as the background but for some reason which is the exact size I've specified isn't appear and it's driving me insane.

Halp!

Also I'm trying to tag this post and it says I don't have permission to edit tags on the post?!

Comments

May. 21st, 2019 05:24 am (UTC)
Yeah, the tagging system isn't working correctly anymore for some people. Not sure why, sorry!

Your code looks right, but I'd have to see the entirety to be sure there's nothing else conflicting with it. Have you tried adding center to the background or changing the size to auto 100%; maybe?
May. 21st, 2019 05:32 am (UTC)
*screams in frustration*

I'll try that thx
May. 21st, 2019 06:18 am (UTC)
Ok good and bad news.

auto 100%; made it appear BUT it looks like the image is appearing bigger than the module size which is supposed to be the same size as the module (200x300). Also it's doing a weird scrolling thing which I assume is the fixed part of the code above?
May. 21st, 2019 06:20 am (UTC)
Aha! I took out fixed in an attempt to solve the scrolling thing and it fixed the size thing too.