"Christmas - the time to fix the computers of your loved ones" « Lord Wyrm

[HTML] Tabelle Horizontal/Vertikal zentrieren

kurtm1 15.01.2006 - 16:38 2288 18
Posts

raitiss

Bloody Newbie
Registered: Jan 2006
Location: Austria ,Hollabr..
Posts: 21
Geht mit css und div, und sehr kurz. :D

Code: PHP
<html>  
<head> 
<title>Title</title>
<style type="text/css"> 
body {  
text-align: center;  
}  
#fenster {   
margin: 0 auto;   
width: 200px;  
height: 200px; 
background: #000; 
}  
</style> 
</head>   
<body> 
 <div id="fenster"></div>
</body>  
</html>
Bearbeitet von raitiss am 08.02.2006, 11:06 (<head><style here></head>)

nr1

Here to stay
Avatar
Registered: Dec 2003
Location: AT
Posts: 617
Zitat von raitiss
Geht mit css und div, und sehr kurz. :D

Nur dass es dann so aussieht:

click to enlarge

Horizontal stimmts, aber vertikal funzts im IExplorer sowie FF nicht..
(Abgesehen davon, dass der CSS/Styles Teil in den Head gehört damit es W3C konform ist)
Bearbeitet von nr1 am 07.02.2006, 21:58

raitiss

Bloody Newbie
Registered: Jan 2006
Location: Austria ,Hollabr..
Posts: 21
Hopla das style gehort in head. man kann es per <br /> dann nach unten ausrichten. Die loesung ist nur fur horz.
Bearbeitet von raitiss am 08.02.2006, 11:07

nr1

Here to stay
Avatar
Registered: Dec 2003
Location: AT
Posts: 617
Habe inzwischen eine funktionierende Variante gefunden (Wenn auch ohne CSS, was ich eigentlich wollte, aber so lange es funzt wayne ...)

Code: PHP
<table style="width: 100%; height: 100%;" border="0" cellpadding="0" cellspacing="0">
<tr><td valign="middle" align="center">
[..]Hier kommt dann der eigentliche Inhalt rein[..]
</tr></td></table>
Kontakt | Unser Forum | Über overclockers.at | Impressum | Datenschutz