Thanks for your help. But I'm still confused about the directory tree being used. My files are in this hierarchy:<br>- MySqueak (dir)<br>&nbsp;&nbsp;&nbsp; - Squeak3.8-TJK.image<br>&nbsp;&nbsp;&nbsp; - Resources (dir)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - Cybele-photo01.jpg<br>
<br>What I understand your message to mean is that the documentRoot object contains static files that I can render without additional path information. So an image in Resources should render just by giving its filename. So I tried 
<br>html image: 'Cybele-photo01.jpg' altText: 'Cybele photo'.<br>This gives<br>Error: &quot;/seaside/Cybele-photo01.jpg&quot; not found.<br><br>Since that didn't render the image, I tried:<br>html image: 'Resources/Cybele-
photo01.jpg' altText: 'Cybele photo'.<br>But also gives the not found error.<br>Error: &quot;/seaside/Resources/Cybele-photo01.jpg&quot; not found.<br><br>So at this point I'm stumped. I'm sure it's a trivial config issue. I'll keep working through the tutorial.
<br><br>Thanks again.<br>Tom Keller<br><br>Also, the a<br><div><span class="gmail_quote">On 7/22/06, <b class="gmail_sendername">David Shaffer</b> &lt;<a href="mailto:cdshaffer@acm.org">cdshaffer@acm.org</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Thomas Keller wrote:<br><br>&gt; [snip]<br>&gt;<br>&gt;<br>&gt; in my renderContentOn: html definition I enter the following:
<br>&gt; html image: 'Resources/images.jpg' altText: 'Cybele-photo01.jpg'.<br><br><br>Since you specified the Resources directory as the your file root (in<br>your server startup code) you don't need it it.&nbsp;&nbsp;The file name
<br>(Cybele-photo01.jpg) doesn't belong in the alttext part of the tag.<br>Also, do you have a directory called images.jpg in your Resources<br>directory?&nbsp;&nbsp;Here's what I think you want but it depends on what your<br>directory structure is below Resources:
<br><br>html image: 'images.jpg/Cybele-photo01.jpg' altText: 'Photo of Cybele'<br><br>Hope that helps...<br><br>David<br><br>_______________________________________________<br>Beginners mailing list<br><a href="mailto:Beginners@lists.squeakfoundation.org">
Beginners@lists.squeakfoundation.org</a><br><a href="http://lists.squeakfoundation.org/mailman/listinfo/beginners">http://lists.squeakfoundation.org/mailman/listinfo/beginners</a><br></blockquote></div><br><br clear="all">
<br>-- <br>Tom<br>"Ecrasez l'Infame!" -- Voltaire