C
cfps.Christian
I'm not too terribly efficient in HTML or ASP.NET but I know enough to
get into trouble
<table id="tblImgAlign" runat="server" width="100%" cellspacing="0"
style="border-style:none" cellpadding="0">
<tr>
<th style="width:179px; border-style:none">
<asp:Image ID="imgLeft" runat="server" ImageUrl="~/
Images/TopLeft.PNG"/>
</th>
<th style="background-image:url(/Images/TopCenter.PNG);
background-repeat:repeat-x; border-style:none">
<asp:Label ID="lblHeader" runat="server"
Text="Testimony Apparel" />
</th>
<th style="width:217px; border-style:none; margin-top:0px">
<asp:Image ID="imgRight" runat="server" ImageUrl="~/
Images/TopRight.PNG"/>
</th>
</tr>
</table>
The final image has a chunk of whitespace right above it which is
preventing the 3 images from lining up. If anyone has any ideas on
what could be causing it please tell me.
I've tried the margins, imagealign, and a few other things that are
simple.
The Source also leaves the whitespace unexplained.
get into trouble
<table id="tblImgAlign" runat="server" width="100%" cellspacing="0"
style="border-style:none" cellpadding="0">
<tr>
<th style="width:179px; border-style:none">
<asp:Image ID="imgLeft" runat="server" ImageUrl="~/
Images/TopLeft.PNG"/>
</th>
<th style="background-image:url(/Images/TopCenter.PNG);
background-repeat:repeat-x; border-style:none">
<asp:Label ID="lblHeader" runat="server"
Text="Testimony Apparel" />
</th>
<th style="width:217px; border-style:none; margin-top:0px">
<asp:Image ID="imgRight" runat="server" ImageUrl="~/
Images/TopRight.PNG"/>
</th>
</tr>
</table>
The final image has a chunk of whitespace right above it which is
preventing the 3 images from lining up. If anyone has any ideas on
what could be causing it please tell me.
I've tried the margins, imagealign, and a few other things that are
simple.
The Source also leaves the whitespace unexplained.