Te envio el formato, lo acabo de realizar. Copialo y luego pegalo en una template de dreamweaver, tal como esta. Esta basado en el dibujo que adjuntaste a tu mensaje
<!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=iso-8859-1">
<title>Documento sin título</title>
</head>
<body>
<table width="200" border="1" align="center">
<tr>
<th height="58" scope="col"> </th>
<th rowspan="3" scope="col"> </th>
<th rowspan="2" scope="col"> </th>
</tr>
<tr>
<th height="87" scope="col"> </th>
</tr>
<tr>
<th height="120" scope="col"> </th>
<th scope="col"> </th>
</tr>
</table>
</body>
</html>