7

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?

21 comments

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

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.

[–] GreenTreeFrog [OP] 🐸 0 points (+0|-0)

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?

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

That is where you would need the % sings. Try changing it to body{ background: url(%%tikitorch%%); }

[–] GreenTreeFrog [OP] 🐸 0 points (+0|-0)

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.