Newbie needing some help

Discussion in 'Programming' started by Amy113, May 27, 2010.

  1. #1
    This is the site: http://www.dickfosterproductions.com

    It was requested to change the navigation. Press Release to Studio C. Now I have a broken link in my navigation where I made the change.

    Please help!

    Amy
     
    Amy113, May 27, 2010 IP
  2. unitedlocalbands

    unitedlocalbands Well-Known Member

    Messages:
    246
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    128
    #2
    Can you post the code you changed. Post the code before you changed it and post the code after you changed it.
     
    unitedlocalbands, May 27, 2010 IP
  3. bnwebm123

    bnwebm123 Peon

    Messages:
    68
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Seems the code is looking for this:

    File not found: /Auditions/StudioC/index.cfm

    But in terms of your pic, here's the error:

    <td><a href="StudioC/index.cfm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image11','','images/buttons/studioc02.jpg',1)"><img src="images/buttons/studioc01.jpg" name="press" width="101" height="25" border="0" id="press" /></a></td>

    See the / after the word "press"? I believe you don't need it. (line 465, column 1)
     
    bnwebm123, May 27, 2010 IP
  4. unitedlocalbands

    unitedlocalbands Well-Known Member

    Messages:
    246
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    128
    #4
    I took a look the the broken image link on the index page and on the studioc page:

    The url to the button image on studioc page is
    
    http://www.dickfosterproductions.com/Auditions/images/buttons/studioc01.jpg
    
    Code (markup):
    The url to the button image on your index page is
    
    http://www.dickfosterproductions.com/images/buttons/studioc01.jpg
    
    Code (markup):
    Fix the url to the button image on studioc...
     
    unitedlocalbands, May 27, 2010 IP
  5. Amy113

    Amy113 Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Thanks everyone!!

    This learning curve is so frustrating! Cant wait till I get it all down!

    All Fixed!
     
    Last edited: May 27, 2010
    Amy113, May 27, 2010 IP