Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. HTML FONT

HTML FONT

Scheduled Pinned Locked Moved ASP.NET
html
9 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Sachin Dubey
    wrote on last edited by
    #1

    Hi All Is there any style is HTML so that i Can blink My Label font

    J D 2 Replies Last reply
    0
    • S Sachin Dubey

      Hi All Is there any style is HTML so that i Can blink My Label font

      J Offline
      J Offline
      janani13
      wrote on last edited by
      #2

      Use Blink tag.

      S 1 Reply Last reply
      0
      • J janani13

        Use Blink tag.

        S Offline
        S Offline
        Sachin Dubey
        wrote on last edited by
        #3

        How shuld i use it.. there is no tag comming in Intellisense...:confused:

        J 1 Reply Last reply
        0
        • S Sachin Dubey

          How shuld i use it.. there is no tag comming in Intellisense...:confused:

          J Offline
          J Offline
          janani13
          wrote on last edited by
          #4

          Just try it man. The tag wont come in asp.net . But it will work fine.

          S 1 Reply Last reply
          0
          • J janani13

            Just try it man. The tag wont come in asp.net . But it will work fine.

            S Offline
            S Offline
            Sachin Dubey
            wrote on last edited by
            #5

            Hi Ther i tried it Like It doesnt Work

            J R 2 Replies Last reply
            0
            • S Sachin Dubey

              Hi Ther i tried it Like It doesnt Work

              J Offline
              J Offline
              janani13
              wrote on last edited by
              #6

              <blink><asp:Literal ID="txtuname" Text=" Username" runat="server"></asp:Literal> </blink> I tried its working well.

              1 Reply Last reply
              0
              • S Sachin Dubey

                Hi Ther i tried it Like It doesnt Work

                R Offline
                R Offline
                Russ T
                wrote on last edited by
                #7

                Blink doesn't work in Internet Explorer. This is from Wikipedia[^]: The blink element type ... is still supported [by] Mozilla Firefox... It is also supported by the Opera Internet Browser. Microsoft's Internet Explorer and Apple's Safari/WebKit do not support it, even in its CSS incarnation.

                1 Reply Last reply
                0
                • D Dinesh Reghunath

                  Also you can use style text-decoration=blink;

                  .blinkytext {
                  font-family: Arial, Helvetica, sans-serif;
                  font-size: 1.2em;
                  text-decoration: blink;
                  font-style: normal;
                  }

                  D Offline
                  D Offline
                  Dinesh Reghunath
                  wrote on last edited by
                  #8

                  but will not work in IE

                  1 Reply Last reply
                  0
                  • S Sachin Dubey

                    Hi All Is there any style is HTML so that i Can blink My Label font

                    D Offline
                    D Offline
                    Dinesh Reghunath
                    wrote on last edited by
                    #9

                    Also you can use style text-decoration=blink;

                    .blinkytext {
                    font-family: Arial, Helvetica, sans-serif;
                    font-size: 1.2em;
                    text-decoration: blink;
                    font-style: normal;
                    }

                    D 1 Reply Last reply
                    0
                    Reply
                    • Reply as topic
                    Log in to reply
                    • Oldest to Newest
                    • Newest to Oldest
                    • Most Votes


                    • Login

                    • Don't have an account? Register

                    • Login or register to search.
                    • First post
                      Last post
                    0
                    • Categories
                    • Recent
                    • Tags
                    • Popular
                    • World
                    • Users
                    • Groups