Salve a tutti, spero che questa volta ci sia qualcuno che possa darmi una mano. Ho questa tabella da adattare a tutte le risoluzioni:
codice:
<table width="100%" height="769px" border="0" align="center" cellpadding="0" cellspacing="0" id="Tabella_01">
	<tr width="100%">
		<td width="12,73%" rowspan="6">
    [img]images/index_01.jpg[/img]</td>
		<td width="74,96%" colspan="6">
			[img]images/index_02.jpg[/img]</td>
		<td width="12,73%" rowspan="6">
			[img]images/index_03.jpg[/img]</td>
	</tr>
	<tr width="74,96%">
		<td width="37,26%" colspan="3">
			[img]images/index_04.jpg[/img]</td>
		<td width="37,70%" colspan="3">
			[img]images/index_05.jpg[/img]</td>
	</tr>
	<tr width="74,96%">
		<td width="74,96%" colspan="6">
			<div class="container">
           
            <div class="wrapper">
                ...
        </td>
	</tr>
	<tr width="74,96%>
		<td widht="6,44%">
			[img]images/index_07.jpg[/img]</td>
		<td width="21,22%">[img]images/index_08.jpg[/img]</td>
		<td width="20,79%" colspan="2">[img]images/index_09.jpg[/img]</td>
		<td width="19,83%">[img]images/index_10.jpg[/img]</td>
		<td width="6,66%">
			[img]images/index_11.jpg[/img]</td>
	</tr>
	<tr width="74,96%">
		<td width="74,96%" colspan="6">
			[img]images/index_12.jpg[/img]</td>
	</tr>
	<tr width="74,96%">
		<td width="74,96%" colspan="6">
			[img]images/index_13.jpg[/img]</td>
	</tr>
	<tr width="100%">
		<td width="12,73%">
			[img]images/spaziatore.gif[/img]</td>
		<td width="6,44%">
			[img]images/spaziatore.gif[/img]</td>
		<td width="21,22%">
			[img]images/spaziatore.gif[/img]</td>
		<td width="9,59%">
			[img]images/spaziatore.gif[/img]</td>
		<td width="11,20%">
			[img]images/spaziatore.gif[/img]</td>
		<td width="19,83%">
			[img]images/spaziatore.gif[/img]</td>
		<td width="6,66%">
			[img]images/spaziatore.gif[/img]</td>
		<td width="12,29%">
			[img]images/spaziatore.gif[/img]</td>
	</tr>
</table>
Ho provato anche ad impostare width in % per ogni immagine ma viene tutto sfasato. Un altra cosa, devo inserire anche l'altezza in percentuale sia delle righe che delle celle?