donroca: Genaue Rahmen Bestimmung bei Tabellen - unmöglich?

Beitrag lesen

Hallo,

Voila:

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style type="text/css">
<!--

td.td7 {
height:55px;
width:205px;
border-bottom: 5px #FF0000 solid ;
border-top: 5px #000000 solid;
border-left: 5px #FF0000 solid ;
border-right:5px #0000FF solid ;
margin:0px;
background-color:#A5A67B;
color:#000000;
text-align: center;
vertical-align: middle;
padding: 0px;
}
-->
</style>
</head>
<body>
<table cellpadding="0" cellspacing="0">
  <tr>
    <td class="td7" >test</td>
  </tr>
  <tr>
    <td class="td7" >test</td>
  </tr>
</table>
</body>
</html>

Dieter