Sorry about being unclear ;-) The answer to your questions is "yes."
The PHP rotator instructions read: "Upload rotate.php file to your webserver. I recommend uploading it to the same folder as your images."
Did that. I have rotate.php and 4 images (named 1.png, 2.png, 3.png and 4.png) all located in one folder:
HTML Code:
includes/templates/classic/images/rotation
Then: "Link to the file as you would any normal image file, like this <img src="http://example.com/rotate.php">
Did that, too. The CSS reads:
HTML Code:
body {
background-image: url (../images/rotation/rotate.php);
}
And it doesn't work. Thanks so much for helping me out with this, Kobra, I really appreciate it!