Hi All,<br><br>I posted the question below last week and although I had may tips (a lot went over my head) I am still unable to display an image in a webpage generated by Seaside.&nbsp; <br><br>I have tried all sorts of variations on the &#39;image&#39; method but still can&#39;t get the method to find the image 
<span style="font-weight: bold;">&quot;Which dir do I place the Image?&quot;</span> - I have been able, through the &#39;style sheets&#39; to get the height, width and a border around where the image should be but I am just left with the old &#39;red cross&#39; icon.&nbsp; 
<br><br>I am using Cincom Visual Works 7.4.1nc with the &#39;SeasideForWebToolKit&#39;, &#39;VisualWave&#39; and &#39;WebToolkits&#39; parcels loaded.&nbsp; <br><br>When I investigated the server created by VW: <a href="http://localhost:8008">
http://localhost:8008</a> and went to the configuration page for &#39;seaside&#39; the Home Directory :$(VISUALWORKS)/web/examples, was displayed which through me off track for a while as Seaside must really be overriding this path as when, just by coincidence I pressed the submit button the $(VISUALWORKS)/web/examples actually became the Home Directory (and was actually able to pick files up from there) but then none of the Seaside webpages would load and I had to reinstall a previous VW Image.
<br><br>Could someone please set me straight as I am so frustrated?<br><br>Original Post:<br><br><span style="font-style: italic; font-weight: bold;">I am just trying to display an image in a webpage. Originally it was generated by a html file but now in Seaside (renderContentOn: html).
</span><br style="font-style: italic; font-weight: bold;">
<br style="font-style: italic; font-weight: bold;"><span style="font-style: italic; font-weight: bold;">e.g. the image is located at:</span><br style="font-style: italic; font-weight: bold;"><span style="font-style: italic; font-weight: bold;">

c:\Program Files\Cincom\vw7.4.1nc\web</span><div><span style="font-style: italic; font-weight: bold;">\examples</span><br style="font-style: italic; font-weight: bold;">
<br style="font-style: italic; font-weight: bold;"><span style="font-style: italic; font-weight: bold;">With html and having the image located in the same dir as the html file I used:</span><br style="font-style: italic; font-weight: bold;">

<span style="font-style: italic; font-weight: bold;">&lt;img src=&quot;memberMail.gif&quot; alt=&quot;Email Member&quot;/&gt;
</span><br style="font-style: italic; font-weight: bold;"><span style="font-style: italic; font-weight: bold;">Which displayed the image in web page generated by that html file.</span><br style="font-style: italic; font-weight: bold;">

<br style="font-style: italic; font-weight: bold;"><span style="font-style: italic; font-weight: bold;">I
just can&#39;t figure out how to do it in Seaside.&nbsp; I have been fine with
all the other facets of converting my html files into Seaside but for
some reason I can&#39;t figure this out - I&#39;m afraid I&#39;m just a beginner
in Smalltalk/Seaside.
</span><br style="font-style: italic; font-weight: bold;"><br>Cheers,<br><span><br>Dirk</span></div>