Ich habe das Random Image Script von Matt Mullenweg (Photo Matt » Random Image Script) nach Anleitung installiert, aber der Headerbereich bleibt bei mir schwarz. Da wechselt nix.
Im style.css sieht mein Headerbereich so aus:
PHP
#logo {
background-image: url(http://www.meinedomain.de/content/scans/mein-bild.gif);
height: 200px;
width: 800px;
margin-right: auto;
margin-left: auto;
margin-bottom: 20px;
}
Alles anzeigen
Wo mir besonders das Verständnis fehlt ist folgende Anweisung von Matt:
ZitatFor the simplest possible installation, just drop this code in a directory with the images you want to rotate, and call it like you would a normal image, for example:
<img src="/dropbox/2003/rotate/rotate.php" alt="A Random Image" />
Wo soll ich das denn einfügen (natürlich mit meinem eigenen Pfad)?
Etwa so:
PHP
#logo {
background-image: url<img src="/dropbox/2003/rotate/rotate.php" alt="A Random Image" />;
height: 200px;
width: 800px;
margin-right: auto;
margin-left: auto;
margin-bottom: 20px;
}
Alles anzeigen
Das kann doch nicht richtig sein, oder? Funzen tut's jedenfalls nicht.
HELP!!!:(