Help - Search - Members - Calendar
Full Version: Help! :)
Zymic Webmaster Forums > Web Design & Development > General Web Design Discussion
Wimbwicket
Hey guys,

I think i'm not seeing something that's just way too easy, but if you go to http://magicsheets.vndv.com/sheets.html and try to download one of the christmas sheetmusic (those are the ones i already uploaded) you can't download it. But the code of the site is:

CODE
            </ul>
            </div>
            
            <div class="content">
                <h1> <a name="christmas"></a> Christmas </h1>
            <p></p>
            <ul>
            <li><a href="sheetmusic/christmas/holly jolly christmas.pdf">Burl Ives - It's a Holly Jolly Christmas</a></li>
            <li><a href="sheetmusic/christmas/Let it snow.pdf">Frank Sinatra - Let It Snow</a></li>
            <li><a href="sheetmusic/christmas/jingle bells.pdf">Jingle Bells</a></li>
            <li><a href="sheetmusic/christmas/Santa Claus is Coming to Town.pdf">Mariah Carey - Santa Claus is Coming to Town</a></li>
            <li><a href="sheetmusic/christmas/Mariah Carey - All I Want For Christmas Is You.pdf">Mariah Carey - All I Want For Christmas is You</a></li>
            <hr>
            <li><a href="#index">Go back to the top</a></li>
            </ul>
            </div>


This is the overview of my panel on the site:


What am i doing wrong ? ohmy.gif
I know it's something crazy that i should know tongue.gif
fenerli
Unix based operating system. Case sEnSiTiVe.
mbhanley
QUOTE(Wimbwicket @ Jul 9 2008, 07:11 AM) *
Hey guys,

I think i'm not seeing something that's just way too easy, but if you go to http://magicsheets.vndv.com/sheets.html and try to download one of the christmas sheetmusic (those are the ones i already uploaded) you can't download it. But the code of the site is:

CODE
            </ul>
            </div>
            
            <div class="content">
                <h1> <a name="christmas"></a> Christmas </h1>
            <p></p>
            <ul>
            <li><a href="sheetmusic/christmas/holly jolly christmas.pdf">Burl Ives - It's a Holly Jolly Christmas</a></li>
            <li><a href="sheetmusic/christmas/Let it snow.pdf">Frank Sinatra - Let It Snow</a></li>
            <li><a href="sheetmusic/christmas/jingle bells.pdf">Jingle Bells</a></li>
            <li><a href="sheetmusic/christmas/Santa Claus is Coming to Town.pdf">Mariah Carey - Santa Claus is Coming to Town</a></li>
            <li><a href="sheetmusic/christmas/Mariah Carey - All I Want For Christmas Is You.pdf">Mariah Carey - All I Want For Christmas is You</a></li>
            <hr>
            <li><a href="#index">Go back to the top</a></li>
            </ul>
            </div>


This is the overview of my panel on the site:


What am i doing wrong ? ohmy.gif
I know it's something crazy that i should know tongue.gif




Youre link should contain the hyper text transfer protical as follows: http://

example:

<a href="http://magicsheets.vndv.com/sheetmusic/christmas/holly jolly christmas.pdf">Burl Ives - It's a Holly Jolly Christmas</a>

Also do you have the pdf files in the right folder that the link points to?
Wimbwicket
QUOTE(mbhanley @ Jul 9 2008, 03:28 PM) *
Youre link should contain the hyper text transfer protical as follows: http://

example:

<a href="http://magicsheets.vndv.com/sheetmusic/christmas/holly jolly christmas.pdf">Burl Ives - It's a Holly Jolly Christmas</a>

Also do you have the pdf files in the right folder that the link points to?


That's what i've been checking tongue.gif so yes it's in the right folder. I hope it'll work now biggrin.gif thanks!
prixat
As fernerli said its the case...

CODE
http://magicsheets.vndv.com/Sheetmusic/christmas/Jingle Bells.pdf   ...works OK


you need a capital S for Sheetmusic and capital J and B smile.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2012 Invision Power Services, Inc.