AndreasW: Text in Zelle wird nicht zentriert

Beitrag lesen

Tach,

echo "<table width=2485 border=0 cellpadding=0 cellspacing=0>
<tr>";
for ($h=1;$h<=11;$h++)
{
echo"<td width=165 class=$abstand bgcolor=$bg nowrap align=center>
<b>".$daten [$i][sys_.$marken[$h]]."</b>
</td><td width=1 bgcolor=black>";

Du machst 2 td auf, aber nur 1 td zu

}
echo"<tr>

die tr mit der Schleife drin ist auch noch nicht zu.

<td colspan=22 height=1 bgcolor=#000000></tr>";
        }
echo"</table>";

Andreas