Hallo, ich habe immer noch das Prob vom Freitag:
Der Text wird einfach nicht zentriert.
Ein wenig Quellcode:
echo '<table width="2485" border="0" cellpadding="0" cellspacing="0">
<tr>';
for ($h=1;$h<=11;$h++)
{
echo '<td width="165" height="20" align="center" class=';
if ($i==0)
{echo '"tabelle2"';}
else
{echo '"tabelle"';}
echo ' bgcolor="darkgray"';
echo' style="text-align:center">
<b>'.$daten [$i][sys_.$marken[$h]].'</b>
</td><td width="1" bgcolor="black"></td>';
}
echo '<tr>
<td colspan="22" height="1" bgcolor="#000000"></td></tr>';
Kann mir vielleicht jemand sagen, warum nicht?