I am an experienced solutions developer, but have yet to come across
anything like this.
at:
http://www.phoneflies.com/index1.htm
The image code reads like:
BACKGROUND IMAGES
<body bgcolor="#0096FE" background="images/bkg.gif" link="#FFFFFF"
vlink="#CCCCCC">
DOCUMENT IMAGES
<td><img border="0" src="images/topheader.gif" width="432" height="49"><br>
<a href="default.htm">
<img border="0" src="images/frntimg.gif" width="432"
height="275"></a></td>
</tr>
NOTICE, THEY ARE ALL .gif IMAGES.
However, when my client, using AOL isp but IE5 browser gets the following:
BACKGROUND IMAGES
<BODY background="New Page 1_files/bkg.gif" bgColor=#0096fe link=#ffffff
vLink=#cccccc>
DOCUMENT IMAGES
<TD><IMG border=0 height=49
src="New Page 1_files/topheader.art" width=432><BR><A
href="http://www.phoneflies.com/default.htm"><IMG border=0
height=275 src="New Page 1_files/frntimg.art"
width=432></A></TD></TR></TBODY></TABLE></CENTER></DIV></TD></TR>
<TR>
NOTICE ALL THE DOCUMENT IMAGES ARE .art FILES.
Never seen that before. The background image is also 'mis-pathed'
I used Photoshop 5.5 and I think, their image ready plug-in to create the
images. I said 'I think' because ps 5.5 has a utility to 'save for web'
which I use, and not sure if that is the image ready plug-in.
Any insights are appreciated.
TEd