How to change font size in WebBrowser 2.0 ?

P

Polaris

Hi Experts:

In IE Explorer, users can change the text size by choosing one of the
pre-defined magnifying factors at the lower-right corner's "Change Zoom
Level".

Just wondering, does .Net WebBrowser 2.0 provide similar function to reduce
or increase text size?

Thanks in Advance!
Polaris
 
M

Midger

Hi Experts:

In IE Explorer, users can change the text size by choosing one of the
pre-defined magnifying factors at the lower-right corner's "Change Zoom
Level".

Just wondering, does .Net WebBrowser 2.0 provide similar function to reduce
or increase text size?

Thanks in Advance!
Polaris

I use CSS definitions linked in master page
<link id="E_size" href="css/e1024.css" type="text/css"
rel="stylesheet" runat="server"/>
It can be dynamically changed by E_size value.
And all of dimations should be written with "em" or "ex".

Midger
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top