Freaksworth
05-28-2007, 11:58 AM
Hi,
Since I don't have any server to upload my file to, I've included the code below. My question is included in the code.
Thanks in advance!
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<HTML>
<BODY>
<TABLE STYLE="width: 500px;"><TR>
<TD STYLE="width: 75%;">
<P>When set to a width of 100% and a margin of 25 px, this table disappears behind the next table cell <i>in Internet Explorer</i>:</P>
<TABLE STYLE="width: 100%; background: yellow; margin: 25px;"><TR>
<TD>
<P>Just the good ol' boys, never meanin' no harm. Beats all you've ever saw, been in trouble with the law since the day they was born. Straight'nin' the curve, flat'nin' the hills. Someday the mountain might get 'em, but the law never will. Makin' their way, the only way they know how, that's just a little bit more than the law will allow. Just good ol' boys, wouldn't change if they could, fightin' the system like a true modern day Robin Hood.</P>
</TD>
</TR></TABLE>
<P>When the margin is removed, however, the table becomes the correct width:</P>
<TABLE STYLE="width: 100%; background: yellow; "><TR>
<TD>
<P>Just the good ol' boys, never meanin' no harm. Beats all you've ever saw, been in trouble with the law since the day they was born. Straight'nin' the curve, flat'nin' the hills. Someday the mountain might get 'em, but the law never will. Makin' their way, the only way they know how, that's just a little bit more than the law will allow. Just good ol' boys, wouldn't change if they could, fightin' the system like a true modern day Robin Hood.</P>
</TD>
</TR></TABLE>
</TD>
<TD STYLE="width: 25%; background: orange;">
Pellentesque cursus, leo ac venenatis ornare, ligula libero vehicula arcu, sit amet facilisis est felis vel arcu. Aenean tempus arcu eget neque. Donec rutrum magna non magna. Cras consequat. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Proin viverra eleifend est.
</TD>
</TR></TABLE>
</BODY>
</HTML>
Since I don't have any server to upload my file to, I've included the code below. My question is included in the code.
Thanks in advance!
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<HTML>
<BODY>
<TABLE STYLE="width: 500px;"><TR>
<TD STYLE="width: 75%;">
<P>When set to a width of 100% and a margin of 25 px, this table disappears behind the next table cell <i>in Internet Explorer</i>:</P>
<TABLE STYLE="width: 100%; background: yellow; margin: 25px;"><TR>
<TD>
<P>Just the good ol' boys, never meanin' no harm. Beats all you've ever saw, been in trouble with the law since the day they was born. Straight'nin' the curve, flat'nin' the hills. Someday the mountain might get 'em, but the law never will. Makin' their way, the only way they know how, that's just a little bit more than the law will allow. Just good ol' boys, wouldn't change if they could, fightin' the system like a true modern day Robin Hood.</P>
</TD>
</TR></TABLE>
<P>When the margin is removed, however, the table becomes the correct width:</P>
<TABLE STYLE="width: 100%; background: yellow; "><TR>
<TD>
<P>Just the good ol' boys, never meanin' no harm. Beats all you've ever saw, been in trouble with the law since the day they was born. Straight'nin' the curve, flat'nin' the hills. Someday the mountain might get 'em, but the law never will. Makin' their way, the only way they know how, that's just a little bit more than the law will allow. Just good ol' boys, wouldn't change if they could, fightin' the system like a true modern day Robin Hood.</P>
</TD>
</TR></TABLE>
</TD>
<TD STYLE="width: 25%; background: orange;">
Pellentesque cursus, leo ac venenatis ornare, ligula libero vehicula arcu, sit amet facilisis est felis vel arcu. Aenean tempus arcu eget neque. Donec rutrum magna non magna. Cras consequat. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Proin viverra eleifend est.
</TD>
</TR></TABLE>
</BODY>
</HTML>