Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Font size problems
Message
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00733902
Message ID:
00733910
Views:
18
>Hi,
>
>My site looks OK when "Medium" text size or smaller is selected in the browser - but if someone has this set to "Larger" or "Largest" - it looks ugly as sin. What should I do to ensure the text is always the same size (as is is here at UT)?
>
>Thank, Al

Al;

There may be a simple way to do this. In ASP at the object level I would use a CSS file or hard code the desired value.

CSS for labels within the body tags
< BODY class="style3">
Object level
< input style="font-size:9px" 
Try px and pt to see what you like. I am going to try this in .NET tomorrow when I get a chance. Let me know how this turns out for you.

Tom
Previous
Reply
Map
View

Click here to load this message in the networking platform