ReportingAnalyst
MIS
Hi,
I would like to apply the same feature of a regular submit button to my submit button. I just formatted the color and the font. How to make it look like a submit button? Now it looks like a small rectangular box with that background and text in it. It does not look like a submit button.
My css code is:
My html code is:
I would like to apply the same feature of a regular submit button to my submit button. I just formatted the color and the font. How to make it look like a submit button? Now it looks like a small rectangular box with that background and text in it. It does not look like a submit button.
My css code is:
Code:
.btn
{
color:#5a5b5e;
font-family: Verdana, Arial, Helvetica, Sans-Serif;
font-weight:bold;
background-color:#C7D9E6;
}
My html code is:
Code:
<input type="submit" value="Request Reports" class="btn">