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

Hintergrund wird nicht angezeigt (Noob)

<style type="text/css">
<!—
body {
background-image: url(image/bg.jpg);
}



-->
</style>

geht nich...

Vlt liegts am Webspace.... kennt ihr nen Freewebspace anbieter wo ich meine Sachen testen kann? ;O
 
Neue Frage: definiere mir jetzt die Kästen für die einzelnen Teile des Designs die ich habe....
In der Vorschau von meinem Editor gehts im Browser gehts nich:
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">

<head>
  <meta http-equiv="content-type" content="text/html;charset=iso-8859-1" />
  <title>http://n1ghtl1ve.n1.funpic.de/design.htm</title>

  <style type="text/css">

  	body {
	background-image: url(image/bg.jpg);
	}
	#content {
		background-color: grey;
		height:"521"; width:"526";
	}
	#contenttop {
		background-color: grey;
		height:"22"; width:"527";
	}
	#header {
	background-color: yellow;
	height:"125"; width:"335";
	}
  #footer {
  	background-color:grey;
	height:"58"; width:"561";
  }
  #faq {
  	background-color:yellow;
	height:"24"; width:"97";
  }
  #home {
  	background-color:yellow;
	height:"24"; width:"97";
  }
  #partner {
  background-color: yellow;
  height:"24"; width:"97";
  }
  #impressum {
  	background-color: yellow;
	height:"24"; width:"97";
  }
  #sms {
  	background-color: yellow;
	height:"24"; width:"97";
  }


  </style>

</head>
<body>
<div id="content">Content</div>
<div id="contenttop">Contenttop</div>
<div id="header">Header</div>
<div id="footer">Footer</div>
<div id="faq">FAQ</div>
<div id="home">Home</div>
<div id="partner">Partner</div>
<div id="impressum">Impressum</div>
<div id="sms>sms</div>

</body>
</html>
 
Zurück
Oben