Stationery Problem with ImageMaps OL2K / 2K2

J

Jonathan S.

Good Evening All,

Thanks in advance for your responses.

I'm developing a pretty simple stationery for a customer. Basically it's
a three row table with images used as headers and footers. The footer
image has 7 e-mail addresses on it and I setup a simple inline imagemap
to facilitate hyperlinking.

All good so far. Note that I developed the page in Notepad, and tested
it using Outlook 2000 SR-1.

I've sent the e-mail friends and colleagues who also use Outlook,
Thunderbird, Eudora, Opera, and others. They everybody was able to
utilize the imagemap links... except the customer.

The customer is running Outlook 2002 SP3 and when they receive an e-mail
that uses the stationery they can't use the links. When they create an
e-mail message using the stationery they can't use the links. Very strange.

The customer's headers show that they are running Microsoft Exchange
V6.5.7226.0. I don't know if that's at all relevant to this discussion.

I've tried just about everything I know and I'm frankly looking at a
dead end. Does anybody have any ideas?

Thanks!

Jonathan

PS: Here are two code snippets of what's happening (I cleaned the
customer version a bit for readability:

**************************
**** ORIGINAL VERSION ****
**************************

<tr>

<td style="background-color:#ffffff;" align="left" width="700"
height="137" valign="top" colspan="3" contenteditable="false">

<img ismap usemap="#email"
src="http://www.imageright.com/e-news/bottom.gif" width="700"
height="137" alt="" border="0">

</td>

</tr>

</table>

<br>

<center>

<span style="font-family:'trebuchet ms',verdana,arial,tahoma,sans-serif;
color:#525552;font-size:10pt;">

&copy; 2004 Customer.

</span>

</center>

</body>

</html>

<map name="email">

<area shape="rect" coords="383,17 637,30"
href="mailto:[email protected]" alt="" />

<area shape="rect" coords="383,33 637,46"
href="mailto:[email protected]" alt="" />

<area shape="rect" coords="383,48 637,60"
href="mailto:[email protected]" alt="" />

<area shape="rect" coords="383,63 637,76"
href="mailto:[email protected]" alt="" />

<area shape="rect" coords="383,77 637,90"
href="mailto:[email protected]" alt="" />

<area shape="rect" coords="383,94 637,106"
href="mailto:[email protected]" alt="" />

<area shape="rect" coords="383,109 637,120"
href="mailto:[email protected]" alt="" />

</map>

****************************
**** CUSTOMER'S VERSION ****
****************************

<TD contentEditable=3Dfalse vAlign=3Dtop align=3Dleft width=3D700 =
colSpan=3D3=20 height=3D137><IMG height=3D137 alt=3D""=20
src=3D"http://www.server.com/e-news/bottom.gif" width=3D700 =
border=3D0=20 NOSEND=3D"1"></TD></TR></TBODY></TABLE><BR>

<CENTER>&copy; 2004 Customer.</CENTER><MAP name=3Demail><AREA
shape=3DRECT alt=3D""=20
coords=3D383,17,637,30 href=3D"mailto:[email protected]"><AREA =
shape=3DRECT=20
alt=3D"" coords=3D383,33,637,46 =
href=3D"mailto:[email protected]"><AREA=20
shape=3DRECT alt=3D"" coords=3D383,48,637,60 =
href=3D"mailto:[email protected]"><AREA=20
shape=3DRECT alt=3D"" coords=3D383,63,637,76=20
href=3D"mailto:[email protected]"><AREA shape=3DRECT alt=3D""=20
coords=3D383,77,637,90 href=3D"mailto:[email protected]"><AREA =
shape=3DRECT=20
alt=3D"" coords=3D383,94,637,106 =
href=3D"mailto:[email protected]"><AREA=20
shape=3DRECT alt=3D"" coords=3D383,109,637,120=20
href=3D"mailto:[email protected]"></MAP></BODY></HTML>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top