codice:
<!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>Documento senza titolo</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
<!--
.field {
padding: 30px;
}
--></style>
<style type="text/css">
.div-1 {
border: solid 2px #000;
text-align: left;
width: 398px;
}
.div-1-1 {
border: none;
clear: both;
float: left;
padding: 30px;
width: 139px;
}
.div-1-2 {
border: none;
float: left;
padding: 30px;
width: 139px;
}
</style>
</head>
<body>
<div class="div-1">
<div align="center" class="div-1-1">
<form name="form1" action="file:///C:/Temp/" method="post" enctype="text/plain" style="margin-top: 9px;">
<fieldset class="field"><input type="reset" value="Cancella" /> </fieldset>
</form>
</div>
<div align="center" class="div-1-2">
<form name="form2" action="file:///C:/Temp/" method="post" enctype="text/plain" style="margin-top: 9px;">
<fieldset class="field"><input type="reset" value="Cancella" /> </fieldset>
</form>
</div>
<div style="clear: both;"></div>
</div>
</body>
</html>