Link doesn't open page

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Death Slaught
    Top Contributor
    • Aug 2007
    • 1137

    Link doesn't open page

    im making a web site for a friend and i need a section of a-z links on a music page that have all the artist there that start with that letter but it wont open. heres the code to the music page.

    [HTML]<html>
    <head>
    <title>Music Page</title>
    </head>
    <body bgcolor="black" >
    <font color="red">
    <center>
    </center>
    <ul>
    <li><a href="E:\Web Site\HomePage.h tml">Home</a></li>
    <li><a href="E:\Web Site\MusicPage. html">Music</a></li>
    <li><a href="E:\Web Site\GamesPage. html">Games</a></li>
    <li><a href="E:\Web Site\PicturesPa ge.html">Pictur es</a></li>
    <li><a href="E:\Web Site\DownloadsP age.html">Downl oads</a></li>
    </ul>
    <center>
    <a href="E:\Web Page\MusicDirec t\A.html">A</a>
    <a href="E:\Web Page\MusicDirec t\B.html">B</a>
    <a href="E:\Web Page\MusicDirec t\C.html">C</a>
    <a href="E:\Web Page\MusicDirec t\D.html">D</a>
    <a href="E:\Web Page\MusicDirec t\E.html">E</a>
    <a href="E:\Web Page\MusicDirec t\F.html">F</a>
    <a href="E:\Web Page\MusicDirec t\G.html">G</a>
    <a href="E:\Web Page\MusicDirec t\H.html">H</a>
    <a href="E:\Web Page\MusicDirec t\I.html">I</a>
    <a href="E:\Web Page\MusicDirec t\J.html">J</a>
    <a href="E:\Web Page\MusicDirec t\K.html">K</a>
    <a href="E:\Web Page\MusicDirec t\L.html">L</a>
    <br>
    <a href="E:\Web Page\MusicDirec t\M.html">M</a>
    <a href="E:\Web Page\MusicDirec t\N.html">N</a>
    <a href="E:\Web Page\MusicDirec t\O.html">O</a>
    <a href="E:\Web Page\MusicDirec t\P.html">P</a>
    <a href="E:\Web Page\MusicDirec t\Q.html">Q</a>
    <a href="E:\Web Page\MusicDirec t\R.html">R</a>
    <a href="E:\Web Page\MusicDirec t\S.html">S</a>
    <a href="E:\Web Page\MusicDirec t\T.html">T</a>
    <a href="E:\Web Page\MusicDirec t\U.html">U</a>
    <br>
    <a href="E:\Web Page\MusicDirec t\V.html">V</a>
    <a href="E:\Web Page\MusicDirec t\W.html">W</a>
    <a href="E:\Web Page\MusicDirec t\X.html">X</a>
    <a href="E:\Web Page\MusicDirec t\Y.html">Y</a>
    <a href="E:\Web Page\MusicDirec t\Z.html">Z</a>
    </center>
    <br>
    <br>
    <br>
    <center>
    Top 5 Songs!
    </center>
    <center>
    <ol>
    <li><a href="E:\Web Site\Artist\Son gs\song.mp3">so ng</a>
    <li><a href="E:\Web Site\Artist\Son gs\song.mp3">so ng</a>
    <li><a href="E:\Web Site\Artist\Son gs\song.mp3">so ng</a>
    <li><a href="E:\Web Site\Artist\Son gs\song.mp3">so ng</a>
    <li><a href="E:\Web Site\Artist\Son gs\song.mp3">so ng</a>
    </ol>
    </center>
    </font>
    </body>
    </html>[/HTML]

    and heres the page its suposed to open:

    [HTML]<html>
    <head>
    <title>F</title>
    </head>
    <body bgcolor="black" >
    <font color="red">
    <center>
    </center>
    <ul>
    <li><a href="E:\Web Site\HomePage.h tml">Home</a></li>
    <li><a href="E:\Web Site\MusicPage. html">Music</a></li>
    <li><a href="E:\Web Site\GamesPage. html">Games</a></li>
    <li><a href="E:\Web Site\PicturesPa ge.html">Pictur es</a></li>
    <li><a href="E:\Web Site\DownloadsP age.html">Downl oads</a></li>
    </ul>
    <center>
    <ol>
    <li><a href="E:\Web Site\Artist\Art ist.html" target="_blank" >Artist</a></li>
    </ol>
    </center>
    </font>
    </body>
    </html>[/HTML]

    the page with the artis on it works great and so does the music page execpt it wont open the f.html file.

    Thanks, Death Slaught
  • Death Slaught
    Top Contributor
    • Aug 2007
    • 1137

    #2
    o yea and if your wondering why its in the E drive its because i have it on a USB flash drive.

    Comment

    • drhowarddrfine
      Recognized Expert Expert
      • Sep 2006
      • 7434

      #3
      You can't have spaces in the pathname. Try eliminating it or using an underscore '_' .

      Comment

      • Death Slaught
        Top Contributor
        • Aug 2007
        • 1137

        #4
        Originally posted by drhowarddrfine
        You can't have spaces in the pathname. Try eliminating it or using an underscore '_' .
        uhhhh thx but where is there a space in the pathname? Thanks, Death Slaught

        Comment

        • Death Slaught
          Top Contributor
          • Aug 2007
          • 1137

          #5
          oh you ment the web site part thx ill try it and let you know if it works

          Comment

          Working...