Problem or explanation is below :
i am getting so much confuse with colspan so,
please explain me the logic of colspan in the whole format or layout . . .
why we have given the colspan=2 in the first row ?
vice versa
pleaase download the table.zip file
in which source code is present
index1.html page code
CODE
<html>
<head>
<title>index1</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!-- ImageReady Slices (index1.psd) -->
<table id="Table_01" width="750" height="751" border="1" cellpadding="0" cellspacing="0" align="center">
<tr>
<td colspan="2">
<img src="images/index1_01.gif" width="378" height="66" alt=""></td>
<td>
<img src="images/index1_02.gif" width="372" height="66" alt=""></td>
</tr>
<tr>
<td colspan="3">
<img src="images/index1_03.gif" width="750" height="61" alt=""></td>
</tr>
<tr>
<td colspan="3">
<img src="images/index1_04.gif" width="750" height="49" alt=""></td>
</tr>
<tr>
<td colspan="3">
<img src="images/index1_05.gif" width="750" height="58" alt=""></td>
</tr>
<tr>
<td>
<img src="images/index1_06.gif" width="190" height="454" alt=""></td>
<td colspan="2">
<img src="images/index1_07.gif" width="560" height="454" alt=""></td>
</tr>
<tr>
<td colspan="3">
<img src="images/index1_08.gif" width="750" height="62" alt=""></td>
</tr>
<tr>
<td>
<img src="images/spacer.gif" width="190" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="188" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="372" height="1" alt=""></td>
</tr>
</table>
<!-- End ImageReady Slices -->
</body>
</html>
if you want to see the images as well then you will download the zip file in my
very first post it is attatched check that out