12. März 200322 j Hi Ich habe folgendes problem, und zwar generiere ich mir eine tabelle nur irgendwie wird die mir viel zu hoch und mit dem Befehl height will die auch nicht kleiner werden woran kann das liegen???
13. März 200322 j OK hier ist der code <html><head></head> <style type="text/css"> .td { width: 100%; height: 50%; padding: 0px; } </style> <body><table border="0px" width="100%" height="50px" cellpadding="0px" cellspacing="0px"> <? for ($i=0;$i<10;$i++){ echo "<tr>"; for ($x=0;$x<10;$x++){ echo '<td><table height="50px" border="1" width="100%" border="0px" cellpadding="0px" cellspacing="0px">'; for ($z=0;$z<4;$z++){ echo "<tr>"; for ($y=0;$y<4;$y++){ echo "<td><br></td>"; } echo "</tr>"; } echo "</table></td>"; } echo "</tr>"; } ?></table></body></html> Und das einzige was nicht geht ist die Höhe zu ändern
13. März 200322 j lass mal das px weg. Könnte aber auch an derSchriftart liegen, in der der Zeilenumbruch gemacht wird.
Archiv
Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.