I need some more html help!
I would like to have a table with text in template_r2_c2.jpg
Here is my code
I would like to have a table with text in template_r2_c2.jpg
Here is my code
HTML:
<html>
<head>
<center>
<title>template.jpg</title>
<meta http-equiv="Content-Type" content="text/html;">
<!--Fireworks MX 2004 Dreamweaver MX 2004 target. Created Wed Apr 06 23:07:50 GMT+0100 (GMT Daylight Time) 2005-->
</head>
<body bgcolor="#ffffff">
<table border="0" cellpadding="0" cellspacing="0" width="640">
<!-- fwtable fwsrc="template.png" fwbase="template.jpg" fwstyle="Dreamweaver" fwdocid = "88223407" fwnested="0" -->
<tr>
<td><img src="spacer.gif" width="4" height="1" border="0" alt=""></td>
<td><img src="spacer.gif" width="632" height="1" border="0" alt=""></td>
<td><img src="spacer.gif" width="4" height="1" border="0" alt=""></td>
<td><img src="spacer.gif" width="1" height="1" border="0" alt=""></td>
</tr>
<tr>
<td colspan="3"><img name="template_r1_c1" src="template_r1_c1.jpg" width="640" height="151" border="0" usemap="#m_template_r1_c1" alt=""></td>
<td><img src="spacer.gif" width="1" height="151" border="0" alt=""></td>
</tr>
<tr>
<td rowspan="2"><img name="template_r2_c1" src="template_r2_c1.jpg" width="4" height="499" border="0" alt=""></td>
<td><img name="template_r2_c2" src="template_r2_c2.jpg" width="632" height="456" border="0" alt=""></td>
<td rowspan="2"><img name="template_r2_c3" src="template_r2_c3.jpg" width="4" height="499" border="0" alt=""></td>
<td><img src="spacer.gif" width="1" height="456" border="0" alt=""></td>
</tr>
<tr>
<td><img name="template_r3_c2" src="template_r3_c2.jpg" width="632" height="43" border="0" alt=""></td>
<td><img src="spacer.gif" width="1" height="43" border="0" alt=""></td>
</tr>
<map name="m_template_r1_c1">
<area shape="rect" coords="388,117,431,134" href="page1.html" alt="" >
<area shape="rect" coords="344,117,387,134" href="page1.html" alt="" >
<area shape="rect" coords="300,117,343,134" href="page1.html" alt="" >
<area shape="rect" coords="256,117,299,134" href="page1.html" alt="" >
<area shape="rect" coords="211,117,254,134" href="page1.html" alt="" >
</map>
</table>
</center>
</body>
</html>















