Forum Moderators: not2easy
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<style type="text/css">
<!--
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, div {
margin: 0;
padding: 0;
border: 0;
}
div h2
{
border: 2px solid;
}
fieldset div
{
clear: both;
margin-top: 10px;
border: 1px solid;
}
-->
</style>
</head>
<body>
<div>
<h2>box1</h2>
<fieldset class="signIn">
<div>box2</div>
<div>box3</div>
</fieldset>
</div>
</body>
</html>