'#' as part of filename in hyperlink

G

Guest

I am developing a database for a museum, scanning photos etc onto a DVD. As
part of the file naming, I have used '#' to distinguish between same subject
files. DVD is now burnt, and now am creating hyperlinks between database and
photo file on DVD. For the files that have '#' in their name I get the
following error:
"! Unable to open <hyperlink filename>. Cannot open the specified
file."

Is there any way around this, apart from re burning the DVD, with ammended
filenames (a long process I do not wish to go through!).
 
B

Bruce Chambers

bamfstuart said:
I am developing a database for a museum, scanning photos etc onto a DVD. As
part of the file naming, I have used '#' to distinguish between same subject
files. DVD is now burnt, and now am creating hyperlinks between database and
photo file on DVD. For the files that have '#' in their name I get the
following error:
"! Unable to open <hyperlink filename>. Cannot open the specified
file."

Is there any way around this, apart from re burning the DVD, with ammended
filenames (a long process I do not wish to go through!).


If I remember correctly, the "#" symbol in a hyperlink is hard-coded
into HTML to refer to a bookmark on the web page identified by the first
portion of the URL. I'm afraid you'll have to rename all of the files
and recreate the DVD.


--

Bruce Chambers

Help us help you:



They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety. -Benjamin Franklin
 
E

Enkidu

bamfstuart said:
I am developing a database for a museum, scanning photos etc onto a DVD. As
part of the file naming, I have used '#' to distinguish between same subject
files. DVD is now burnt, and now am creating hyperlinks between database and
photo file on DVD. For the files that have '#' in their name I get the
following error:
"! Unable to open <hyperlink filename>. Cannot open the specified
file."

Is there any way around this, apart from re burning the DVD, with ammended
filenames (a long process I do not wish to go through!).
What Bruce says. That was a BAAAD choice.

In HTML you can specify an 'anchor' within an HTML page that links you
directly to that point in the page. It is commonly used to step
backwards and forwards *within* a page.

The page may be called index.html. Then index.html#para1 refers to a
location called para1 within that page.

If you have pages called subject1#page1.html then it will look like a
page called subject1 with a location within the page called page1.html,
unfortunately. Obviously it won't find a page called subject1.

Cheers,

Cliff
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top