Return to Snippet

Revision: 20600
at November 19, 2009 17:34 by Arronax


Initial Code
<body>
  <table id="maintable">
   <tr>
    <td>
      <div id="mainbox">
        Your Website
      </div>
    </td>
  </tr>
 </table
</body>


CSS-Code:
body{text-align: center; margin: 0 auto;}
td{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.80em; color: #242424;}

#maintable, #maintable tr, #maintable td {height: 100%; width:100%;border:0;margin:0 auto;}

#mainbox {margin:0 auto; text-align:center;}

Initial URL


Initial Description
Diese Lösung sollte barrierefrei sein, also warum nicht nutzen?
This Solution should be barrier-free, so why not jusing it?

Initial Title
Website content vertical align

Initial Tags


Initial Language
HTML