Forum Moderators: open
[edited by: tedster at 12:46 am (utc) on May 17, 2010]
[edit reason] no personal links [/edit]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Language" content="en-gb">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Problem With Border</title>
<style type="text/css">
body {border:2px solid green;padding:5px}
div {float:left;width:40%;height:40px;border:1px solid black;margin:10px}
</style>
</head>
<body>
<p>The border ought to be around the whole page not just this</p>
<p>Steve</p>
<div>a</div>
<div>b</div>
<div>c</div>
<div>d</div>
<div>e</div>
</body>
</html>