Help! Links only linking to current page

Discussion in 'HTML & Website Design' started by GPGrieco, Jan 10, 2008.

  1. #1
    When I add a link, it only will make the link to go the page I am on. I am trying to create a links page for my site, but it only makes the link go to the current page instead of going to the actual site that I am linking to. The page I am trying to create is located here
    http://mycpanelhost.com/links.php

    The code in that page is here


    
    <? include ("common.php"); ?>
    <?php include("header.php"); ?>
    
    
    Below are some helpful links.<br><br>
    
                     
                        
    <font size="2" face="Arial, Helvetica, sans-serif">
    <a href"http://globalhostingforum.info">Global Hosting Forum</a><br><br>
    
    Contact us to add your link. advertisments@mycpanelhost.com.
                                </font>
    
    
    
     <?php include("footer.php"); ?>
    
    
    Code (markup):
    Any help is appriciated.
     
    GPGrieco, Jan 10, 2008 IP
  2. jmf000

    jmf000 Peon

    Messages:
    46
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    equal sign (=) after href is missing
     
    jmf000, Jan 10, 2008 IP
  3. GPGrieco

    GPGrieco Peon

    Messages:
    102
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thank you! I feel stupid for not catching that. :p
     
    GPGrieco, Jan 11, 2008 IP