Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

<style>

.btn1
{
background-color:transparent;
background-image:url(images/button-save.gif);
width:120px;
height:18px;
border:0px;
cursor:hand;
}

.btn
{
background-color:transparent;
background-image:url(images/button-reset.gif);
width:120px;
height:18px;
border:0px;
cursor:hand;
}
</style>

<input type="reset" name="btn_reset" value="" class="btn">


<input type="submit" name="save" value=""
class="btn1">

You might also like