Hm, folgender Code sollte mir doch eine Tabelle ausgeben die links und rechts einen 1px dicken Rahmen hat, oder?
Warum ist die rechte Seite dann 2px dick?
Code:
<html>
<head>
<style type="text/css">
<!--
.LayoutMainPage{
border-width: 1pt;
border-color: #52626E;
border-style: none solid none solid;
}
-->
</style>
</head>
<body>
<table border="0" cellpadding="0" cellspacing="0" width="100%" class="LayoutMainPage"><tr>
<td>Test<br><br></td>
</tr></table>
</body>
</html>
Kommentar