padding in tables out of place

Hi All,
In 8.8.1 under W2K this table:

<table border=1 cellspacing=0 >
<tr><th colspan=2>ED05xxx[MF] a electores:
<tr><td>E_CODIST<td>distrito
<tr><td>E_CODSEC<td>seccion
<tr><td>E_CODCIRC<td>circuito
<tr><td>E_MATRICUL<td>matricula
<tr><td>E_CLASE<td>clase
<tr><td>E_LINEAPAD<td>lineaPadron
<tr><td>E_NUMESA<td>mesa
</table><p>

this style displays the vertical cell division before the (exaggerated) style
padding-right for the second column cells:

TH {  font-size: 80%;
  background-color: #E1E1E1;
}
TD {  padding-left: 2px;
  padding-right: 82px;
  padding-top: 0px;
  padding-bottom: 0px;
}

Saludos!
--
Juan Lanus
TECNOSOL
Argentina

Received on Monday, 19 September 2005 14:22:08 UTC