Re: Images Don't show in Navigator, but do in Internet Explorer

by "Comharsa" <comharsa(at)clara.net>

 Date:  Fri, 19 May 2000 20:06:19 +0100
 To:  <hwg-graphics(at)hwg.org>
 References:  aol attglobal
  todo: View Thread, Original
> THe latter issue would also explain why when the images are clicked on
with Win
> IE, Win IE opens an entirely new window for the image -- it's having to
decode the
> MAC image file (drop the app fork, perhaps interpret some different
encoding,
> don't know the details, not being a Mac person).

No, the images are opening in a new window because the code has been set up
as relative links. They look something like:

<a href="filename.jpeg">fig.1</a>

To link within the document they should be set up as follows. Next to the
code where you insert the image put:

<a name="fig1"></a>

then for the link put:

<a href="#fig1">fig.1</a>

Might also be a good idea to make a reverse link back to the text from the
image.

HTH

Brian
comharsa(at)clara.net

HWG: hwg-graphics mailing list archives, maintained by Webmasters @ IWA