How enter a stable font size in px?

Post your questions and problem reports here.
Post Reply
CodeChegga
Posts: 18
Joined: Fri May 21, 2010 10:25 am

How enter a stable font size in px?

Post by CodeChegga »

in what measurement is the value entered or shown in the style - font - size field for a 2nd level submenue item
the value 8 is shown - in the css 15px are written ???

i am getting the feeling the software is not realy ready for prof. users...

thanks for help in info
User avatar
Aivars
Blumentals Software Developer
Posts: 2462
Joined: Thu Aug 22, 2002 1:40 pm
Location: Latvia

Re: How enter a stable font size in px?

Post by Aivars »

Font size in Windows is specified in points (pt). Following the Windows convention so it is done in EBMM. When CSS is generated, the pt value gets converted to px value so that the text size doesn't change.
Blumentals Software Programmer
Post Reply