B
Beverly-Texas
In design mode, FP2003 makes it easy to select a font size, assuming you want
either size 1 (8pt) or size 2 (10pt.) I want to use 9 pt, however. Do you
have to manually override this with CSS or is there anyway to edit that
drop-down menu to include a 9pt font?
If not.....I saw where someone posted the CSS required to create the 9pt font:
body {
font-size: 9px;
font-family: arial;
}
Does this go in the STYLE tags?
Thank you,
Beverly
either size 1 (8pt) or size 2 (10pt.) I want to use 9 pt, however. Do you
have to manually override this with CSS or is there anyway to edit that
drop-down menu to include a 9pt font?
If not.....I saw where someone posted the CSS required to create the 9pt font:
body {
font-size: 9px;
font-family: arial;
}
Does this go in the STYLE tags?
Thank you,
Beverly