HTML-Code: <html> <head> <link rel="stylesheet" type="text/css" href="mensch.css"> </head> <body> <table height="581" width="1004"> <td class="head"> </td> </table> </body> </html> Wie machst du die Tabellen O_o ??? so gehört das: HTML-Code: <table height="581" width="1004"> <tr> <td class="head"></td> </tr> </table> Dann siehts auch im IE garantiert normal aus O_O
<html> <head> <link rel="stylesheet" type="text/css" href="mensch.css"> </head> <body> <table height="581" width="1004"> <td class="head"> </td> </table> </body> </html>
<table height="581" width="1004"> <tr> <td class="head"></td> </tr> </table>
--* Meine Mods für phpBB * PimpMyForum.de
Foren-Regeln