Hallo,
der aktuelle Code in der CSS Datei (Wordpress Theme: "Hello World") ist:
#header {
height: 200px;
color: #ffffff;
padding: 0;
background: #505050 url(images/front.jpg) top left no-repeat;
clear: both;
margin: 5px 0 0 0;
}
random.php:
<?php echo("http://...../hello-world/images/front%22.rand(1,2).%22.jpg"); ?>
2 Bilder front1.jpg und front2.jpg liegen bereit.
Ich habe versucht:
background: #505050 url(random.php) top left no-repeat;
Leider tut es nicht.... :-(
Vielen Dank für jede weitere Hilfe.