bizden istediği tablo :

bu şekilde.
ben frontpage ile yaptım fakat tam olmadı. Bu şekilde yapmak istiyorum.
Frontpage'de ise yaptığım tablo bu şekilde fakat ben üstteki gibi istiyorum. Borderlarda sorunum var
Birde öğretmen frontpage yaptığımı anlamaması için kodu temel hale nasıl getirebiliriz.<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1254"> <title>New Page 1</title> </head> <body> <table cellpadding="0" cellspacing="0" border="1" width="450" height="452"> <!-- MSTableType="layout" --> <tr> <td rowspan="2"> </td> <td valign="top"> <!-- MSCellType="empty" --> </td> <td rowspan="2"> <!-- MSCellType="empty" --> </td> <td height="75"> <!-- MSCellType="empty" --> </td> <td rowspan="2" width="71"> <!-- MSCellType="empty" --> </td> </tr> <tr> <td valign="top"> <!-- MSCellType="empty" --> </td> <td height="75" width="75"> <!-- MSCellType="empty" --> </td> </tr> <tr> <td colspan="2"> <table cellpadding="0" cellspacing="0" border="0" width="100%" height="100%"> <!-- MSCellFormattingTableID="1" --> <tr> <td valign="middle" height="100%" width="100%"> <!-- MSCellFormattingType="content" --> </td> </tr> </table> </td> <td> <!-- MSCellType="empty" --> </td> <td colspan="2" height="150"> <!-- MSCellType="empty" --> </td> </tr> <tr> <td width="72"> <!-- MSCellType="empty" --> </td> <td width="73" rowspan="2"> <!-- MSCellType="empty" --> </td> <td width="147" rowspan="2"> <!-- MSCellType="empty" --> </td> <td height="150" rowspan="2" width="75"> <!-- MSCellType="empty" --> </td> <td height="73" width="71"> <!-- MSCellType="empty" --> </td> </tr> <tr> <td width="72"> <!-- MSCellType="empty" --> </td> <td height="73" width="71"> <!-- MSCellType="empty" --> </td> </tr> </table> </body> </html>