resize a button

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am using the html code show below to create a button that links to another
page on my site. I would like to change the size of the button and/or maybe
the font. Most important is the size. I am really new to this and have no
idea how change the code to control this. Any help will be greatly
appreciated.

<input type="button" name="onlinerater" id="onlinerater" value="Compare
Rates" onClick="window.location='Rater.html';"/>
 
Back
Top