/ Published in: HTML
Diese Lösung sollte barrierefrei sein, also warum nicht nutzen?
This Solution should be barrier-free, so why not jusing it?
This Solution should be barrier-free, so why not jusing it?
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<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;}