A
Arun
I am editing a web page created through another software. The font shown in
design view is always Verdana 3 (12 pt) while the webpage preview displays it
as Verdana 1 (8 pt). The default webpage style is defined with and embedded
css at the top of the page:
<style type="text/css" media="screen">
body { font-size: 11px; font-family: Verdana, Arial }
</style>
I know that this line is active, because when I change the font-size it does
change the page preview - but not the look of the design view.
I can select the text in design view and modify the font, but this adds
<font size> tags directly into the code. I have already set the default font
in design view to be Verdana 8 pt.
Why can't I get the design view text to match the web view text? Also, what
is the relationship between pt and px?
I am looking forward to giving out a beautiful green check mark.
design view is always Verdana 3 (12 pt) while the webpage preview displays it
as Verdana 1 (8 pt). The default webpage style is defined with and embedded
css at the top of the page:
<style type="text/css" media="screen">
body { font-size: 11px; font-family: Verdana, Arial }
</style>
I know that this line is active, because when I change the font-size it does
change the page preview - but not the look of the design view.
I can select the text in design view and modify the font, but this adds
<font size> tags directly into the code. I have already set the default font
in design view to be Verdana 8 pt.
Why can't I get the design view text to match the web view text? Also, what
is the relationship between pt and px?
I am looking forward to giving out a beautiful green check mark.