text

Discussion in 'HTML & Website Design' started by aa33030, Aug 28, 2006.

  1. #1
    Hi

    What is the php code for blinking text?
     
    aa33030, Aug 28, 2006 IP
  2. sojic

    sojic Active Member

    Messages:
    133
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    90
    #2
    PHP is SERVER SIDE script, it do not have code for blinking text. It is HTML code. The code is <blink>text</blink>
     
    sojic, Aug 28, 2006 IP
    danielbruzual likes this.
  3. danielbruzual

    danielbruzual Active Member

    Messages:
    906
    Likes Received:
    57
    Best Answers:
    0
    Trophy Points:
    70
    #3
    You should know that blinking text REALLY bothers people browsing a website. I recommend avoiding it at all costs.
     
    danielbruzual, Aug 28, 2006 IP
  4. aa33030

    aa33030 Member

    Messages:
    54
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #4

    When I use that code in my .php files in my script it doesn't work.
     
    aa33030, Aug 28, 2006 IP
  5. wmtips

    wmtips Well-Known Member

    Messages:
    601
    Likes Received:
    70
    Best Answers:
    1
    Trophy Points:
    150
    #5
    The <blink> element is not part of the HTML specification. You can use CSS text-decoration: blink (not supported by IE)
    I think blinking is annoying and recommend to not use it.
     
    wmtips, Aug 29, 2006 IP
    danielbruzual likes this.