Moin community... ich bastle mir grade n kleinen Blog und ich hab eigentlich schon alles fertig bis auf das design, an das ich mich jetzt herangewagt habe...
Nur komme ich jetzt hier nicht weiter...
Blog
Warum wird das Hintergrundbild so oft angezeigt?
Ich will das es nur einmal angezeigt wird...
Hier mein CSS sowie PHP source:
Danke für eure Hilfe...
Morpheus
Nur komme ich jetzt hier nicht weiter...
Blog
Warum wird das Hintergrundbild so oft angezeigt?
Ich will das es nur einmal angezeigt wird...
Hier mein CSS sowie PHP source:
PHP-Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<style type="text/css">
body { margin:0; padding:0; height:1500px; }
div { border:1px solid #888; }
#a3 { position:absolute; top:230px; left:130px; width:735px; height:800px;
z-index:3;}
</style>
</head><body>
<div id="a3"><?php
$gbbank = "data.php"; $eintrag = fopen($gbbank,"r");
fpassthru($eintrag);
?></div>
</body></html>
<title>Blog</title>
</head>
<body background="background.jpg">
</body>
</html>
Danke für eure Hilfe...
Morpheus
Kommentar