• Jetzt anmelden. Es dauert nur 2 Minuten und ist kostenlos!

div id="contents

CrAnK

Neues Mitglied
Hallo,
ich möchte für mein Freundin zum Geburtstag eine kleine Seite einrichten und über diesen Weg Ihr alles Gute Wünschen.

Leider bekomme ich den Text nicht in Center Geschrieben.
Hier mal mein Code:

HTML:
<html>
<head>
<title>Happy Birthday</title>
<style type="text/css">
body {margin:0px; color:#fff; font-weight:bold;}
#bg_image {
width: 100%;
height: 100%;
left: 0px;
top: 0px;
position: absolute;
z-index: 0;
}
#contents {
z-index: 1;
position: absolute;
}
</style>
</head>

<body>
<!-- this creates the background image -->
<div id="bg_image">
<img src="1.jpg" style="width: 100%; height: 100%;">
</div>

<!-- this puts the contents of the page ontop of the background image -->

<div id="contents">
TEST
</div>
</body>
</html>

TEST soll Zentriert sein, aber ich bekomme das nicht hin :(
<div align="center"> oder <center> geht nicht.

Wäre euch sehr dankbar wenn ihr mir helfen könntet.

Mfg
 
Zurück
Oben