Buongiorno,
scusa non capisco quando dici "il bordo che hai dato alle prime celle"? Non applico a tutte lo stesso bordo?Mi potresti chiarire questo punto, ho fatto una marea di test ma non ne vengo a capo. Grazie
codice:
 
<!DOCTYPE html>
<html>
<head>
 
<style type='text/css'>
 
.table1 td{
         border:7px solid; 
         border-color: #DBB89A;
}
.table1_1{
         border-collapse: collapse;
          border:7px solid; 
          border-color: #DBB89A; 
}
 
</style>
</head>
<body>
<!--Gli unwanted spaces si manifestano sulle td con i rowspan e il colspan-->
<table class="table1 table1_1" style="width:940px; height:520px; background-color: #D0E5DE; " cellspacing="0" cellpadding="0" align="center">
         <tr><td style="font-size:0px; width:170px; height:320px; "><img style="display:block;" src="img_1.png" alt="" border="0" width="170" height="320"  ></td>
         <td style="font-size:0px; width:170px; height:320px ;"><img style="display:block;" src="img_2.png" alt="" border="0" width="170" height="320"  ></td>
         <td rowspan="2" style="font-size:0px; width:300px; height:520px;"><img style="display:block;" src="img_3.png" alt="" border="0" width="300" height="520"  ></td>