Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

referencing image maps

Status
Not open for further replies.

49er

Programmer
Aug 24, 2000
38
0
0
US
What would be the correct way to use relative path names to reference files used in an image map? Right now I have them hard coded.

<img src=&quot;file:///x:\path&quot;>

The html page containing the image map is in the &quot;GIS&quot; directory. The directory containing the images used in the image map is in &quot;GIS/Images.&quot;

Thanks.
 
Code:
<img src=&quot;./Images/imagename.gif&quot;>
Tracy Dryden
tracy@bydisn.com

Meddle not in the affairs of dragons,
For you are crunchy, and good with mustard.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top