Need fast reply, easy question.

Discussion in 'HTML & Website Design' started by holkapolka, May 9, 2011.

  1. #1
    This is how one of my codes look like:

    <meta HTTP-EQUIV="REFRESH" content="0; url=http://www.LINK.eu"

    Can I add this no follow tag extra besides the url without it causing problems?

    <meta HTTP-EQUIV="REFRESH" content="0; url=http://www.LINK.eu" rel="nofollow">
     
    holkapolka, May 9, 2011 IP
  2. Virtualize

    Virtualize Active Member

    Messages:
    370
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    55
    #2
    <meta HTTP-EQUIV="REFRESH" content="0" url=http://www.LINK.eu" rel="nofollow">

    It's a " (quote type deal) instead of a colon.
    But yes it should be fine.

    -V
     
    Virtualize, May 9, 2011 IP
  3. Pedro Gorrin Diaz

    Pedro Gorrin Diaz Peon

    Messages:
    18
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    <meta HTTP-EQUIV="REFRESH" content="0" url="http://www.LINK.eu" rel="nofollow">

    This is fine you just need to open the quote before the http
     
    Pedro Gorrin Diaz, May 10, 2011 IP