Forum Moderators: not2easy
<head>
div#content {
background-image : url(../images/gb/GB-1.jpg);
background-position: bottom right;
background-repeat: no-repeat;
color: #FBFCCD;
font: 13px Verdana, sans-serif;
padding: 10px;
margin-left : 10px;
height: 100%;
}
div#copyright {
position: relative;
clear: both;
}
</head>
<body>
<TD align="left">
<DIV id="content">
<DIV><IMG src="images/LogoBlack.gif" width="700" height="146"></DIV>
<DIV>Blah blah</DIV>
<DIV id="copyright">Force this Div to the bottom of the "content" container.</DIV>
</DIV>
</TD>
</body>
I was searching for this thread [webmasterworld.com] earlier as I thought it might help...
now I see your code is a table cell, it still might, but it's not tested for that..
Suzy
BTW, I switched over to tables trying to get the footer right. I am going to go back now to pure css with the info from those posts.
Thanks