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!
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.