Replies

Jun 14, 2019 6 years ago
Lisa
User Avatar

I've got the perfect background...but I 'unno how to tile it. Halp? Is Kittycats' profile.

For Sale: Lots more FOR SALE HERE and HERE!

Jun 14, 2019 6 years ago
Elementary, my dear
Written
User Avatar

Usually tiling is the default. What is the url for your background? It may be too big to tile.

body {background: url(URLHERE) repeat;}

Whoops, forgot to ping.

The past is written, but the future is left for us to write. ~ Picard

Jun 14, 2019 6 years ago
Elementary, my dear
Written
User Avatar

Okay, so first, I'd recommend downloading it onto your computer and then uploading it on to a site like imgur.com so that you can have a much smaller and manageable url!

It already tiles by default, as you can see on

Anozira's profile. However, if you'd like to make it smaller, just adjust the size of the image after you download it on your computer. Any art program should be able to do that (Microsoft Paint, GIMP, Photoshop).

Reverai is modeling a version of the background scaled down about 67% to 400x400. Feel free to use that image if you prefer, but you'll want to save it to your own imgur, because I periodically delete things from mine.

https://i.imgur.com/wgX0JWE.jpg

Depending on the rest of your coding, you may want to specify both body and # content as having a background, like I did on Anozira's and Reverai's pages: body, {background: url(URLHERE); }

[Edit] Oh good, you got it! Glad to hear it. :)

The past is written, but the future is left for us to write. ~ Picard

Jun 15, 2019 6 years ago
Lisa
User Avatar

I changed the image about 6 times before I found one that was perfect though, lol. Take a look at it if you want!

Kittycats

For Sale: Lots more FOR SALE HERE and HERE!

Jun 15, 2019 6 years ago
Elementary, my dear
Written
User Avatar

Nice! I like the falling cats look.

The past is written, but the future is left for us to write. ~ Picard

Jun 15, 2019 6 years ago
Lisa
User Avatar

Thanks! You wouldn't happen to know how to hide the stats as well, would you? And maybe how to put a random image wherever I want on the page? I probably won't do it tonight, but those are the next two things to figure out, lol.

For Sale: Lots more FOR SALE HERE and HERE!

Jun 15, 2019 6 years ago
Elementary, my dear
Written
User Avatar

To remove stats, you want this code:

{display: none; }

To add an image, use the following code wherever it is you want to place it:

As a bonus, if you want the image to float to the left or right of the text, you could do this:

The past is written, but the future is left for us to write. ~ Picard

Jun 15, 2019 6 years ago
Lisa
User Avatar

Okay...so how would I get it to float where the stats were? Maybe hanging half way over the white rectangle bit with all my info in it? Does that make sense? Lol, I need sleep.

For Sale: Lots more FOR SALE HERE and HERE!

Jun 15, 2019 6 years ago
Elementary, my dear
Written
User Avatar

Ah, see, that is a different thing. What size is the picture? Instead of making column_3 disappear entirely, try this:

{background: url(URLOFPICTURE) top center no-repeat; } , .weapon_item, a {display: none; }

Quote
Maybe hanging half way over the white rectangle bit with all my info in it?
I'm not sure what that means.

The past is written, but the future is left for us to write. ~ Picard

Please log in to reply to this topic.