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 url is kind of ginormous...are tiny url's still okay on here?
Because massive url is massive.
[edit] I FOUND THE PIECE OF CODE THAT WAS BEING DUMB. I feel so accomplished, lmao. Thanks for your help! Seeing the bit of code you posted made me realize what needed fixin'.
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. :)
Nice! I like the falling cats look.
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:
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; }