<br><font size=2 face="sans-serif">Yes, finally progress!</font>
<br><font size=2 face="sans-serif">Thanks for all your help!!!</font>
<br>
<br><font size=2 face="sans-serif">My other layers do not have the MS_PATH2
attribute, but they're not supposed too since they don't have any photos
associated with them.</font>
<br><font size=2 face="sans-serif">If I want their attributes displayed,
do they have to have the MS_PATH2 column?</font>
<br>
<br><font size=2 face="sans-serif">What if I don't want certain attributes
displayed? E.g. what if I just want the MS_PATH2 attribute displayed, and
not the Lat_DD and Long_DD fields?</font>
<br>
<br><font size=2 face="sans-serif">Kevin</font>
<br>
<br>
<br>
<br>
<br>
<table width=100%>
<tr valign=top>
<td width=40%><font size=1 face="sans-serif"><b>Steffen Macke &lt;sdteffen@web.de&gt;</b>
</font>
<br><font size=1 face="sans-serif">Sent by: sdteffen@web.de</font>
<p><font size=1 face="sans-serif">09/02/2004 12:00 PM</font>
<td width=59%>
<table width=100%>
<tr>
<td>
<div align=right><font size=1 face="sans-serif">To</font></div>
<td valign=top><font size=1 face="sans-serif">kgrootendorst@baird.com</font>
<tr>
<td>
<div align=right><font size=1 face="sans-serif">cc</font></div>
<td valign=top>
<tr>
<td>
<div align=right><font size=1 face="sans-serif">Subject</font></div>
<td valign=top><font size=1 face="sans-serif">Re: [Fwd: Re: [maplab-users]
links from map to jpg]</font></table>
<br>
<table>
<tr valign=top>
<td>
<td></table>
<br></table>
<br>
<br>
<br><font size=2><tt>Kevin,<br>
<br>
nice to hear that you're making progress.<br>
<br>
It looks like your other layers (like country) are lacking the MS_PATH2<br>
column that contains the image url (That's what I can see from<br>
the var_dump() output).<br>
<br>
To have the image displayed directly instead of having a link,<br>
just change the &lt;a&gt;&lt;/a&gt; tag to an &lt;img /&gt; tag:<br>
<br>
Change<br>
<br>
$szReturnValue .= &quot;&lt;td bgcolor=\&quot;#ffffff\&quot;&gt; &lt;a
<br>
href=\&quot;&quot;.$xCell.&quot;\&quot;&gt; Click here to document&lt;/a&gt;&lt;/td&gt;\n&quot;;<br>
<br>
to<br>
<br>
$szReturnValue .= &quot;&lt;td bgcolor=\&quot;#ffffff\&quot;&gt; &lt;img<br>
src=\&quot;&quot;.$xCell.&quot;\&quot; /&gt;&lt;/td&gt;\n&quot;;<br>
<br>
Steffen<br>
</tt></font>
<br>