Real LabelBox problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ktg024
    New Member
    • May 2007
    • 21

    #1

    Real LabelBox problem

    Hi All,
    I have only label box and check box in my webform, when ever I run the webform in internet explorer (view->text Size->larger) the text size of the label box and check box become larger. But I don't want this, It should always remains in the same size.

    If somebody faced the same give heart

    Waiting !!!!!!!!!!!!!!! !!!

    Thanks in advance
  • dip_developer
    Recognized Expert Contributor
    • Aug 2006
    • 648

    #2
    Originally posted by ktg024
    Hi All,
    I have only label box and check box in my webform, when ever I run the webform in internet explorer (view->text Size->larger) the text size of the label box and check box become larger. But I don't want this, It should always remains in the same size.

    If somebody faced the same give heart

    Waiting !!!!!!!!!!!!!!! !!!

    Thanks in advance
    probably you cannot disable Text Size property of Internet Explorer....and it is not a good idea too....why do you want your user to restrict from viewing their page according to their choice.......?? ?

    Comment

    • kunal pawar
      Contributor
      • Oct 2007
      • 297

      #3
      Hi..
      Just create css class for label with font-size and font familly and set property on lable cssclass as ur css class. then IE text size will not affect ur lable

      Comment

      • ktg024
        New Member
        • May 2007
        • 21

        #4
        Originally posted by kunal pawar
        Hi..
        Just create css class for label with font-size and font familly and set property on lable cssclass as ur css class. then IE text size will not affect ur lable
        thanks I tried but i did not worked can you give the code for that

        Comment

        • kunal pawar
          Contributor
          • Oct 2007
          • 297

          #5
          this will helps you
          <asp:label Id='lbl' runat='server' style='font-size:12pt;color :black;font-family:Arial;' />

          Comment

          • ktg024
            New Member
            • May 2007
            • 21

            #6
            Originally posted by kunal pawar
            this will helps you
            <asp:label Id='lbl' runat='server' style='font-size:12pt;color :black;font-family:Arial;' />
            Thanks for your effort

            I just done what ever code you given, but still i don't have any luck.
            Can you try this and verify this one line of code and reply me the correct.

            Waiting for reply from folks :)

            Comment

            Working...