Large Font Issue in asp.net application

  • Thread starter Thread starter news.Microsoft.com
  • Start date Start date
N

news.Microsoft.com

I've created an asp.net app and it appears fine when I view it with normal
font sizes but when some laptop users view it (They use large fonts setting)
all labels appear gigantic on the aspx page, they do not fit on the page
properly, and are partically covered by other controls, etc.

Has anyone run into this before?

Please help.

Thanks in advance,

Jay
 
I guess that you are using relative font size setting. You might try to use absolute font size, like 8pt
You can better achieve this using stylesheet

Bin Song , MC

----- news.Microsoft.com wrote: ----

I've created an asp.net app and it appears fine when I view it with norma
font sizes but when some laptop users view it (They use large fonts setting
all labels appear gigantic on the aspx page, they do not fit on the pag
properly, and are partically covered by other controls, etc

Has anyone run into this before

Please help

Thanks in advance

Ja
 
Back
Top