noslenwerd
04-10-2009, 03:45 PM
Its been a long time since i have made a website using tables. I like using css layout. Also I did not design this, but am in charge of laying it out. Anyways two quick questions.
1. when I open the page in IE i get a super thin line between the header and content, but i do not in firefox. How can i fix this?
2. I forget how I can anchor the blue footer image in the body section, to the bottom of the cell?
Here is my code
<TABLE ALIGN="center" BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=889px>
<TR VALIGN="middle" width=889px height=344px>
<TD><img src="images/header.jpg"></TD>
</TR>
<TR>
<TABLE ALIGN="center" BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=889px>
<TR>
<TD width=158px height=300px BGCOLOR="#01673f" VALIGN="top">testing side menu bar</TD>
<TD width=731px>testing content area<p><img src="images/bluefooter.jpg"</TD>
<TR>
</TABLE>
</TR>
</TABLE>
and link to test site
Test Site (http://www.vismarkgroup.com/dev/bouvy/)
Thanks ahead of time!
1. when I open the page in IE i get a super thin line between the header and content, but i do not in firefox. How can i fix this?
2. I forget how I can anchor the blue footer image in the body section, to the bottom of the cell?
Here is my code
<TABLE ALIGN="center" BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=889px>
<TR VALIGN="middle" width=889px height=344px>
<TD><img src="images/header.jpg"></TD>
</TR>
<TR>
<TABLE ALIGN="center" BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=889px>
<TR>
<TD width=158px height=300px BGCOLOR="#01673f" VALIGN="top">testing side menu bar</TD>
<TD width=731px>testing content area<p><img src="images/bluefooter.jpg"</TD>
<TR>
</TABLE>
</TR>
</TABLE>
and link to test site
Test Site (http://www.vismarkgroup.com/dev/bouvy/)
Thanks ahead of time!