why would this bottom <td
be collapsing all the way to the left over my first one..
<TABLE WIDTH="100%" BORDER="0" CELLPADDING="0" CELLSPACING="0">
<TR>
<td width="760" height="125" background="images/oms_html_09.gif"></td>
<td width="100%" align="left" border="0" cellpadding="0" cellspacing="0" background="images/spacer4.gif"></td>
</TR>
</TABLE>
I want the first table to be 760 pixels wide. The second is a spacer that should fill 100& of the rest of the browser..So why is the second collapsing over the first..If I leave the first as just an image like this:
TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=0>
<TR>
<TD><IMG SRC="images/oms_html_09.gif" WIDTH=760 HEIGHT=125 ALT=""></TD>
<td width="100%" align="left" border="0" cellpadding="0" cellspacing="0" background="images/spacer4.gif"></td>
</TR>
</TABLE>
It fine..The reason I need the first code is to make the image in second a background so I can add text over the top..
carlsatterwhite@orlandomediasolutions.com
be collapsing all the way to the left over my first one..
<TABLE WIDTH="100%" BORDER="0" CELLPADDING="0" CELLSPACING="0">
<TR>
<td width="760" height="125" background="images/oms_html_09.gif"></td>
<td width="100%" align="left" border="0" cellpadding="0" cellspacing="0" background="images/spacer4.gif"></td>
</TR>
</TABLE>
I want the first table to be 760 pixels wide. The second is a spacer that should fill 100& of the rest of the browser..So why is the second collapsing over the first..If I leave the first as just an image like this:
TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=0>
<TR>
<TD><IMG SRC="images/oms_html_09.gif" WIDTH=760 HEIGHT=125 ALT=""></TD>
<td width="100%" align="left" border="0" cellpadding="0" cellspacing="0" background="images/spacer4.gif"></td>
</TR>
</TABLE>
It fine..The reason I need the first code is to make the image in second a background so I can add text over the top..
carlsatterwhite@orlandomediasolutions.com