Hi all
Would like to pose a question to the collective brain..
I work in cartography and part of my work involves tracking down old images and geo-localising them for people to use.
I created an image map using the slice tool and in the properties I added the network location where the images are found..
In the photoshop html created it is shown as :
<a href="\\U:\****\****\****\****\****\****.jpg"
My html works perfectly in firefox, however in internet explorer it opens and everything shows perfectly, the links are there but they don't work.
Is there anyone who could tell me show to modify the html code so it works with internet explorer?
A sample of the code :
<html>
<head>
<title>CadastreEntiere web test</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!-- ImageReady Slices (CadastreEntiere web test.psd) -->
<table id="Tableau_01" width="2436" height="2351" border="0" cellpadding="0" cellspacing="0">
<tr>
<td rowspan="36">
<img src="images/Photos-historiques-Calaisis-U_01.jpg" width="2" height="452" alt=""></td>
<td colspan="2" rowspan="28">
<a href="\\U:\****\****\***\Plan **** 1889.jpg"
onmouseover="window.status='Plan 1889'; return true;"
onmouseout="window.status=''; return true;">
<img src="images/Plan-1889.jpg" width="303" height="409" border="0" alt=""></a></td>
Any help greatly appreciated.
thanks
Will |