jak mogę usunąć przerwy miedzy komórkami w tabeli ?
o to link do foto : http://www.fotosik.pl/pokaz_obrazek/fc686049160228ec.html
i html :
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <meta name="author" content=""> </head> <style> body { font-family: Arial; font-size: 11px; padding: 0px; margin : 0px ; } table { } td { border: 1px solid; height: 20px; } </style> <body> <center> <table width="900px"> <tr> <td style='border:0'> <table style='width:100%'> <tr> <td rowspan="6" colspan='2' style='vertical-align:top'> <table style='width:100%'> <tr style='height:100%'> </tr> </table> </td> </tr> <tr> </tr> <tr> </tr> <tr> </tr> <tr> </tr> <tr> </tr> <tr> </tr> <tr> </tr> </table> </td> </tr> <tr> <table style='width:100%'> <tr> </tr> <?php for($x=1;$x<4;$x++) echo "<tr> </tr>" ; ?> <tr> </tr> <tr> </tr> <tr> </tr> <tr> </tr> <tr> </tr> </table> <tr> <table style='width:100%;' > <tr> </tr> <tr style='height:50px'> </tr> </table> </td> </tr> <tr> <table style='width:100%;' > <tr> </tr> </table> </td> </tr> <tr> <td style='border:0'> <table style='width:100%;'> <tr> </tr> <tr> </tr> </table> </td> </tr> </table> </body> </html>