Anyone able to help me learn to css?
Pem, Pols little help plz?
Anyone able to help me learn to css?
Pem, Pols little help plz?
Ok so I copied and pasted the bit Pol has put at the bottom with my bits in
body{ background: (tikitorch); }
but nothing is appearing in the subs background?
That is where you would need the % sings. Try changing it to body{ background: url(%%tikitorch%%); }
Cool! Thanks for holding my hand :)
Now I have 6 of them tiled 3x2, how can I reduce that to one, centre of page height on the left hand side of the page.
lol sorry, just wanted to cover all the bases.
So that error is coming up because you're putting the %% around the file name. The purpose of the % symbols is so you can reference the file name in lieu of a URL in the actual CSS code, so you don't need them as part of the actual file name.