I am trying to display either a .bmp or .jpg file. This is how we are
geetting our Geography questions.

I have the following code. It is just a little test script to try to get
something to work.

<A href="/Tivities/CPAGEU.asp"><Img Src="C:\ArCdMaps\KYAC.bmp" Height="225"
Width="475" Usemap="#USA"></A>
<A href="/Tivities/CPAGEU.asp"><Img Src="C:\ArCdMaps\KYAC.gif" Height="225"
Width="475" Usemap="#USA"></A>
<A href="/Tivities/CPAGEU.asp"><Img Src="C:\ArCdMaps\KYAC.jpg" Height="225"
Width="475" Usemap="#USA"></A>

Only the .gif image displayes. Yes all three images are in the directory.
It is just that we get the graphics from the test center in Chattanooga.

Thanks in advance for any explanation!

Bill B