Re: How to change font of text box?

  •  06-03-2005, 5:15 PM

    Re: How to change font of text box?

    Aha - I figured out that it's the BODY tag that applies, the following gives me what I want:

    body {
    font:normal 11px verdana,arial;background-color: #ffffff;
    }
View Complete Thread