nason
08-16-2001, 07:40 AM
I create static HTML pages of the new books we recieve in the library each month. I want to link the record of the book in the library database, which is a URL, to the title of the book on the static HTML. I do not want to display the URL(they can be long and messy) I just want the title to be a hyperlink. Any help would be appreciated. Thank you.
Nason
what are you using to create the 'static html' page?
al
nason
08-20-2001, 06:03 AM
To create the static HTML page I export a query and save it as HTML.
think you will have to edit the html file...
it will create an entry like:
<A HREF="http://www.somepage.com/">http://www.somepage.com</A>
you need someting like:
<A HREF="http://www.somepage.com">my book name</A>
if you changed the extension to .txt you might be able to use a word macro to search and replace...then change the extension back to html.
hth,
al
[This message has been edited by pcs (edited 08-20-2001).]