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.