i would like to change my button type to be shaded gray + white text on my button..
basicly, this button will be my frame navigator and i need to stsyle it a bit~
below is my current html
<form style="margin:10px" action="/Home.Html" method="post" target="view">
<input style="margin-bottom:10px;font-family:verdana;" name="submit" type="buttons" value="Home " onclick="displayad()" align="top left">
</form>
basicly, this button will be my frame navigator and i need to stsyle it a bit~
below is my current html
<form style="margin:10px" action="/Home.Html" method="post" target="view">
<input style="margin-bottom:10px;font-family:verdana;" name="submit" type="buttons" value="Home " onclick="displayad()" align="top left">
</form>