> I put together this page:
> http://www.myrenewell.com/balancesheet/2005/August
> and am having trouble with the footer.
Look at the output source of your page. It has severe structural
problems - the content div has another document in it, including header
and body tags [see below]. You need to sort that out before anything
else. I also think you're overdivving.
-Nigel
---
<!DOCTYPE html ...>
<html...>
<head>
...
</head>
<body>
<div id="main">
<div id="header">...</div>
<div id="main_menu">...</div>
<div id="content" >
<div id="issue">
<html>
<head><title>Welcome to myRenewell</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta content="MSHTML 6.00.2800.1476" name="GENERATOR">
<style type="text/css">...</style>
</head>
<body>
<div id="content" style="border-left: 1px solid rgb(153, 153, 153);
border-right: 1px solid rgb(153, 153, 153); margin-left: auto; width:
760px; margin-right: auto; font-family:
Verdana,Arial,Helvetica,sans-serif; background-color: rgb(255, 255,
255);">
....
</div>
</body></html></div>
</div>
<div id="footer">
<div class="footer" align="left">
<div class="footer_links">...</div>
<div id="copyright">...</div>
</div>
<!-- Start: General Pixel -->
<div style='visibility:hidden'>
</div>
<!-- End: General Pixel -->
</div>
</div>
</body>
</html>
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/