Text size

Discussion in 'ASP.NET / ASP.NET Core' started by Frank42, Sep 17, 2003.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I found an issue while working on my asp.net pages in VB. When you open the browser everything looks fine. If a user clicks view and text size and changes the size to larger all my pages are distorted. The text boxes are merged and you cant read them. Does anyone have a solution for this?
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    i think you can specify the size in a style sheet.

    quote:Originally posted by Frank42

    I found an issue while working on my asp.net pages in VB. When you open the browser everything looks fine. If a user clicks view and text size and changes the size to larger all my pages are distorted. The text boxes are merged and you cant read them. Does anyone have a solution for this?
    </blockquote id="quote"></font id="quote">
     
  3. yep,

    you should set this in your stylesheet (or via an instyle-declaration, see example): set the font-size property to a fixed value.
     
  4. I ended up using a % instead of an actual size. It seemed to do the trick. thanks for the comments
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page