changing font of textbox?

  • Thread starter Thread starter Peter Rilling
  • Start date Start date
P

Peter Rilling

I have controls on a page such as a textbox where I would like the font to
match the rest of the page. The CSS style applied to the <body> tag does
not seem to be used by the textbox. Can the textbox font be changed? Also,
same thing for buttons.
 
Hi,

certainly. You can for example target it at INPUT element on the stylesheet.
Or you can do it just by using TextBox's etc own properties/attributes.
Font-Name Font-Size etc
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top