Forum Moderators: not2easy
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01
Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Untitled</title>
<style type="text/css">
#footer { background: #000; width: 100%; height: 420px; padding:
18px; color: #555; line-height: 16px; }
#footer div { max-width: 800px; min-width: 500px; margin: 36px auto
12px auto; }
#footer ul { padding:0; margin:0; font-size: 12px; text-
align:center; }
#footer ul li { display: inline; list-style:none; margin:0; padding-
left: 8px; }
#footer a { color: #fff; text-decoration: none; outline: none; }
#footer p { font-size: 10px; width: 49%; padding:0; margin-left:0;
margin-right:0; }
#credit{ float: left; text-align: left; }
#whatever { float: right; text-align: right; }
.clear-div { clear: both; }
</style>
</head>
<body>
<div id="footer">
<div>
<ul>
<li><a href="/">Home</a></li>
<li><a href="/about">About</a></li>
<li><a href="/tos">Terms</a></li>
<li><a href="/contact">Contact</a></li>
</ul>
<div class="clear-div"></div>
<p id="credit">© 2011 Wonderful World of Widgets</p>
<p id="whatever">Don't see the contact link above? <a href="/contact">try this one</a></p>
</div>
</div>
</body>
</html>
[edited by: alt131 at 12:36 pm (utc) on Nov 27, 2011]
[edit reason] Side Scroll [/edit]