21.03.2006, 21:08
Hey Leute ,.. ich bin dann auch mal wieder da, lange ohne Internet gewesen :? . Jetzt wollte ich mal wieder eine hp erstellen, aber ich habe gleich am Anfang einen kleinen Fehler ( oder auch nicht ?!)... ich moechte eine Tabelle zentriert und in der Mitte des Fensters anzeigen ... die Tabelle wird aber lediglich zentriert, nicht aber in der Mitte (->valign) des Fenster angezeigt. Ich weiss nicht wo der Fehler liegen soll, hier mal der Code,.. ich uebersehe offensichlich irgendetwas simples, viel code ist es ja nicht :P
[code:1]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Blaskapelle Völlinghausen</title>
<link rel="stylesheet" type="text/css" href="css/firefox.css" />
</head>
<body>
<table align="center"><tr valign="middle"><td><div align="center">
blablablablablabla jaddajaddajaddajadda
</div></td></tr></table>
</body>
</html>
[/code:1]
und der vom Stylesheet:
[code:1]
body {background-color:#000;margin-left:8px;margin-bottom:0;margin-right:0;margin-top:0;
color:#fff; font-family:Tohoma; font-size:13px; font-style:normal;}
a:link,a:active,a:visited,a:hover {color:#999 ;text-decoration:none;}
[/code:1]
also zu unuebersichtlich duerfte es schon mal nicht sein xD...
[code:1]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Blaskapelle Völlinghausen</title>
<link rel="stylesheet" type="text/css" href="css/firefox.css" />
</head>
<body>
<table align="center"><tr valign="middle"><td><div align="center">
blablablablablabla jaddajaddajaddajadda
</div></td></tr></table>
</body>
</html>
[/code:1]
und der vom Stylesheet:
[code:1]
body {background-color:#000;margin-left:8px;margin-bottom:0;margin-right:0;margin-top:0;
color:#fff; font-family:Tohoma; font-size:13px; font-style:normal;}
a:link,a:active,a:visited,a:hover {color:#999 ;text-decoration:none;}
[/code:1]
also zu unuebersichtlich duerfte es schon mal nicht sein xD...
