Hallo zusammen. Ich habe mich vorhin mal an html versucht. bin ein blutiger Anfänger. Ich habe nun mal eine Seite geschrieben. Nun will ich die Box die ich eingefügt habe mittig auf der Seite haben. Es ist schon eingestellt das am rand rechts und links 100pixel abstand sind.
Was ich auch noch gerne wissen würde: wie bekomme ich eine bestimmte hintergrundfarbe in die box?
Helft mir bitte
MfG BL4CKOUT
Code:
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>project-blackout.de | Willkommen</title>
</head>
<body background="img/bg.png">
<!--<img src="header.png" /><br />
<img src="hawk.png" />-->
<body style="text-align:center">
<div style="margin-left:100px;margin-right:100px;text-align:center"><div id="main">
<div style=" width:600px; border:1px solid blue;">
<div id="header"><img src="img/header.png" alt="" /></div><div id="h4wk"><img src="img/hawk.png" alt="" /></div>
<div id="text">Text <br />
Text<br />
Text<br />
<br />
<strong>email:</strong> Text<br />
<strong>icq:</strong> Text</div>
<div id="footer">[ <a href="index.php">home</a> | <a href="projekt.php">projekte</a> | <a href="kontakt.php">kontakt</a> | <a href="impressum.php">impressum</a> ]</div><br />
</a><br /><br />Diese Website wurde ist Angepasst an Firefox mit einer Auflösung von 1280x1024</b></div></div>
</div>
</div>
</div>
</script>
</body>
</html>
Was ich auch noch gerne wissen würde: wie bekomme ich eine bestimmte hintergrundfarbe in die box?
Helft mir bitte
MfG BL4CKOUT