Thomas J.S.: Frage zu rowspan

Beitrag lesen

Hallo,

wie bekomme ich die graphiken rein ich brauche meine spaces und schwarze pixel

hier:
print  "<td valign="top" style="height:29px; width:40px;">\n";
   print  "<img src="".$img["border-1-fuell-W-26"]."" valign="top" style="height:29px; width:40px;"></td>\n";

darf keinen zeilenumbruch nach <td> erfolgen!

also in etwas so, allen in einer zeile!:
print  "<td valign="top" style="height:29px; width:40px;"><img src="".$img["border-1-fuell-W-26"]."" valign="top" style="height:29px; width:40px;"></td>\n";

Grüße
Thomas