PDA

View Full Version : Partial Links


iAMfromHuntersBar
Apr 23, 2007, 01:49 AM
Hey everyone!

OK, I've got myself stuck here, I was wondering if any of you would other web geeks could give me a hand!

I'm using Dreamweaver by the way!

I have a HTML page which contains relational links to about 600 different files in a cascading folder structure.

On the page I've added the links into the HTML so they are as follows;
<a href="folder/folder/folder/folder/file.pdf" target="_blank">file 1</a>

Now, I'm showing these files on my website, but I also want to be able to put just this section on CD.

At the moment, when I burn this to CD it puts the full link in, I.E.

<www.website.co.uk/folder/folder/folder/folder/folder/folder/file.pdf>

which is no good, because the whole website is not on the disc, thus the file won't open!

Is there a way around this anyone!

Please help me! Please!

Thanks

J

iAMfromHuntersBar
Apr 23, 2007, 02:29 AM
OK, I've (kind of) sorted it!

Dreamweaver is adding one of the top level folders twice, so it's not working because of that!