All pastes #146322 Raw Edit

Anonymous

public html v1 · immutable
#146322 ·published 2006-08-23 14:30 UTC
rendered paste body
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>My Page</title><style type="text/css">html, body { height: 100%;}#top {  margin: 0 auto;  width: 756px !important;  height: 12px !important;  background-color: green;  margin-top: 0;  margin-bottom: 0;}#header {  margin: 0 auto;  margin-top: 0;  margin-bottom: 0;  width: 756px !important;  height: 88px !important;  background-color: yellow;  text-align: center;}#main {  margin: 0 auto;  width: 756px !important;  background-color: #c0c0c0;  color: #000000;  text-align: center;height: 100%;}#footer {  margin: 0 auto;  width: 756px !important;  background-color: #ff0000;  text-align: center;}#bottom {  margin: 0 auto;  width: 756px !important;  height: 12px;  background-color: green;  margin-top: 0;  margin-bottom: 0;}</style></head><body><!-- Top --><div id="top"></div><!--  Top  --><!-- Header --><div id="header">  My Page title</div><!-- Header  --><!-- Main --><div id="main">This is the content of the page<br />This is the content of the page<br />This is the content of the page<br />This is the content of the page</div><!-- Main  --><!-- Footer --><div id="footer">footer notes</div><div id="bottom"></div><!-- Footer  --></body></html>