Заудрагон++;

if (Zaudragon == 16) { printf("%s\n", "Заудрагон++;"); }

27.4.05

Heh, I don't know CSS well enough…

One thing: In url() tags or whatever you call them, do you need quotes around the URL of the image or whatever? background-image: url(http://hitoshi.berkeley.edu/~takumi/backkr.png); Is that proper syntax?

1 Comments:

At 28/04/05 02:48, Hawkman said…

Nope, no quotes required, although it doesn't make any difference to my knowledge if you include them. You can also put it straight in the "background" property, eg.

background: #fff url(images/clouds.png) repeat;

will work fine (taken out of a message style).

 

Post a Comment

Links to this post:

Create a Link

<< Home