6

How? I'm not good at computers and all i want is to put a background pic on my little sub. What's a css? Why is doing this simple thing so much harder than I thought it would be. Help!

How? I'm not good at computers and all i want is to put a background pic on my little sub. What's a css? Why is doing this simple thing so much harder than I thought it would be. Help!

8 comments

[–] PMYA 0 points (+0|-0)

If you scroll all the way down it tells you how to add a background.

body{ background: url(%%mybackground%%); }

You need to upload the image, call it something and replace "mybackground".

Check out the sticky on /s/CSS, it's unfinished but it has a few selectors for other things there.

I don't know if i'm doing it right or not because it keeps telling me 'error while connecting server.'
I'll get this, i'm no quitter.

[–] ScorpioGlitch 0 points (+0|-0)

Where do you want to put it? Like the fox at the top?

Yeah, i just want a pic up top.

[–] ScorpioGlitch 1 points (+1|-0)

.th-navbar{ background: url("YourImageUrlHere"); }

Go here and read: https://www.w3schools.com/css/css_background.asp

That will tell you about the other options that you'll need to know and set to make it look the way you want.