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?
Yes I did press the upload button on screen :P
lol sorry, just wanted to cover all the bases.
I just tried again and I get the message 'Please match the requested format' when I have selected tikitorch.png and named it %%tikitorch%%
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.
Let me know if there's anything else you need help with
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%%); }
Yes I did press the upload button on screen :P
I just tried again and I get the message 'Please match the requested format' when I have selected tikitorch.png and named it %%tikitorch%%