I'm having a problem and wondering if someone could help. I'm in the process migrating from one server with a DNN 4.6 version to another server with a DNN 4.8.1 version. I was able to migrate the templates over and was re-creating the look and feel of the pages when I noticed that there is a gap between the upper portions of the images and where they should bump up against the bottom of the previous row. Here is a little snippet of code (from ascx file) from the right pane where the white line should be at the edge of the upper part of the image. However, you'll see below in the image, that there is a gap, and it appears to be consistent with the other images. Is this a migration issue or some setting I need to modify in DNN 4.8.1?
<tr>
<td height="1" bgcolor="#FFFFFF"><img src="images/spacer.gif" alt="" width="1" height="1" /></td>
</tr>
<tr height="100%" valign="top">
<td valign="top">
<table width="100%" border="0" cellpadding="0" cellspacing="0" id="icons">
<tr valign="top">
<TD id="RightPane" runat="server" valign="top" align="center"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td valign="bottom"><img src="<%= SkinPath %>/ATW_Pages/deco_bottom_right.gif" alt="" width="167" height="164" /></td>
</tr>
http://www.4shared.com/file/40677918/340f09c7/gap_problem.html
Any assistance or direction would be appreciated...
Cheers