Another Simple Problem

Discussion in 'PHP' started by calcalmx123, Apr 9, 2008.

  1. #1
    my website http://phineasandferb.co.uk/ has a link (its hard to see) Right At The Bottom Of The Page

    <br><br><a href "http://phineasandferb.co.uk/forum/YaBB.pl">To The Forums...</a>
    PHP:
    It Should Take You To /forum but it just refreshes when you click it can anyone help
     
    calcalmx123, Apr 9, 2008 IP
  2. KnuTz

    KnuTz Well-Known Member

    Messages:
    169
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    130
    Digital Goods:
    1
    #2
    you forgot =


    <br><br><a href="http://phineasandferb.co.uk/forum/YaBB.pl">To The Forums...</a>
     
    KnuTz, Apr 9, 2008 IP
    calcalmx123 likes this.
  3. kevster1

    kevster1 Peon

    Messages:
    747
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    0
    #3
    first look the code is wrong your missing an =

    you have <a href "http

    should be <a href="http

    unless a copying mistake :)
     
    kevster1, Apr 9, 2008 IP
    calcalmx123 likes this.
  4. kevster1

    kevster1 Peon

    Messages:
    747
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    0
    #4
    sorry knutz we posted at same time i guess lol

    i did visit url and all seems fine
     
    kevster1, Apr 9, 2008 IP
  5. calcalmx123

    calcalmx123 Well-Known Member

    Messages:
    1,498
    Likes Received:
    58
    Best Answers:
    0
    Trophy Points:
    195
    #5
    Thanks Rep Added To You Both
     
    calcalmx123, Apr 9, 2008 IP