FrontPage font-size question

Message Bookmarked
Bookmark Removed
I've hunted high and low for an answer to this.

Am I shit out of luck if I want my text in 9 pt., since '1' in the font-size drop-down menu corresponds to 8 pt. and '2' corresponds to 10 pt.? Can I do this without fucking with the HTML?

Thanks in advance for any help.

Andy K (Andy K), Saturday, 13 March 2004 20:12 (twenty-two years ago)

New non-"Only cockfarmers use a font size smaller than 10" answers here.

Andy K (Andy K), Saturday, 13 March 2004 20:14 (twenty-two years ago)

you can't do it without fucking with the hmtl. Small fontsizes do not make you a cockfarmer but you don't want to know my opinions wrt cockfarming and FrontPage.

teeny (teeny), Saturday, 13 March 2004 20:15 (twenty-two years ago)

That's what I feared.

Thanks, Teeny.

Andy K (Andy K), Saturday, 13 March 2004 20:20 (twenty-two years ago)

sorry to be a dick, to be more helpful I'll add that I don't think you can even change font size with HTML, you'd have to use CSS. I could be wrong on that one but really, CSS is super-simple to learn, and FrontPage is such a nightmare.

teeny (teeny), Saturday, 13 March 2004 20:37 (twenty-two years ago)

I mean change font size to 9.

teeny (teeny), Saturday, 13 March 2004 20:37 (twenty-two years ago)

if you want all your text in 9 pt, try inserting this html before your body starts:

< style type="text/css">
body {font:9pt}


< /style>

except take out the spaces after the left angle brackets. I think that might work okay.

teeny (teeny), Saturday, 13 March 2004 20:49 (twenty-two years ago)

What's css?

Aja (aja), Saturday, 13 March 2004 20:56 (twenty-two years ago)

Cascading Style Sheets

teeny (teeny), Saturday, 13 March 2004 21:04 (twenty-two years ago)

I don't understand how to do that. Oh well.

Aja (aja), Saturday, 13 March 2004 21:13 (twenty-two years ago)


You must be logged in to post. Please either login here, or if you are not registered, you may register here.