I am just beginning to learn Dreamweaver. I started off by making a template with a 2x2 table. I Merged the 2 columns in the first row to put a header all the way across. On the 2nd row 1st column I inserted a repeating region that would have a sidebar menu. When I upload it and view it in IE in shows up just fine with the sidebar pressed up right against the bottom of my header image. But in Firefox there is a space between both images. Does the tag above the image on the template file have anything to do with it?
I thought the difference between Frontpage and Dreamweaver is that code generated from FP is not clean and will sometimes only come out correctly if you use IE. This situation seems to be the opposite. I really hope its something I'm doing wrong. Here is the code of the template in case anyone could use it and if you follow the link below there are a couple of screenshots one in IE and one in DW of what I am talking about -
http://www.fernbuck.com/images/ee1.gif<body>
<table width="800" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><!-- TemplateBeginRepeat name="BullbotHeader" -->
<p align="center"><img src="../images/Bricks/Head
er1a.gif" width="800" height="68" /></p>
<!-- TemplateEndRepeat --></td>
</tr>
</table>
<div align="left">
<table width="800" height="378" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="128" height="161" rowspan="2" valign="top"><!-- TemplateBeginRepeat name="Left" --><img src="../images/Bricks/Reso
urcesLeftS
ide.gif" width="132" height="137" /><!-- TemplateEndRepeat --></td>
<td width="672" height="32" valign="top"><!-- TemplateBeginEditable name="ResourcesHeading" -->
<p>ResourcesHeading</p>
<!-- TemplateEndEditable --></td>
</tr>
<tr>
<td valign="top"><!-- TemplateBeginEditable name="ResourcesMain" -->ResourcesMain<!-- TemplateEndEditable -->
<p> </p>
<p> </p></td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
</table>
</div>
</body>
Start Free Trial