CODE
<style type="text/css">
body{font-family:arial;}
div.exl {
width:600px;
height:100px;
padding:10px;
border:5px solid gray;
margin:5px;
float: left;
}
</style>
<body>
<div style="width:600px; margin: 0 auto;">
<form action="" method="post" >
<input type="hidden" name="mycheckbox1" value="yes" />
<div class="exl">
<div style="width:190px;float: left;">
<div style="width:100%;height:25px;padding:1px;border:2px solid gray;text-align:center"> <input type="submit" value="Add to Cart" /> </div>
<div style="width: 100%;text-align:center"> <img src="lams2.png" /></div>
</div>
</div>
</form>
</div>
</body>
body{font-family:arial;}
div.exl {
width:600px;
height:100px;
padding:10px;
border:5px solid gray;
margin:5px;
float: left;
}
</style>
<body>
<div style="width:600px; margin: 0 auto;">
<form action="" method="post" >
<input type="hidden" name="mycheckbox1" value="yes" />
<div class="exl">
<div style="width:190px;float: left;">
<div style="width:100%;height:25px;padding:1px;border:2px solid gray;text-align:center"> <input type="submit" value="Add to Cart" /> </div>
<div style="width: 100%;text-align:center"> <img src="lams2.png" /></div>
</div>
</div>
</form>
</div>
</body>


Answers