Font sizes

Discussion in 'ASP.NET / ASP.NET Core' started by Bruce, Jul 28, 2005.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Bruce

    Bruce DiscountASP.NET Staff

    You should consider using Cascading Style Sheet to control display behavior.

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
  2. Hello again!

    My page has lots of text that I've placed in either <P> tags or in asp:labels. In both cases, I always choose specific font sizes, i.e., 10pt. I never use the HTML scale of 1 - 7. I was under the impression that using specific sizes would ensure proper viewing, no matter what size font the user on the other end had their computer set for.

    However, my pages lookawful when viewed with the "Large Fonts" setting chosen in the Windows control panel. I've noticed, though, that onsome othersites, while the font sizes do increase, the formatting behaves nicely. And on some sites, the font size stays the same, no matter what.

    Is there code I could be using in my web.config file, or elsewhere, that would force my font to be the specific size I set, regardless of what font size is set on the end computer?

    BTW, I have to say that the people on this site are awesome! I am deeply indebted to all who have helped me. Thanks, guys!

    ~Steph
     
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