David,<br>I figured it out, thanks to your deduction that it was a path problem. But since I'd set '/seaside' as an alias, I had to give '../photo.jpg' as the path I.e., I had to direct the browser to look in the document Root not the aliased path to my image with the ../ relative path prefix. Anyway, thanks for your help.
<br><br>Tom Keller<br><br><div><span class="gmail_quote">On 7/24/06, <b class="gmail_sendername">Thomas Keller</b> &lt;<a href="mailto:thokeller@gmail.com">thokeller@gmail.com</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;">
<div>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</div><div><span class="e" id="q_10ca2522f433a0c6_1"><br><div><span class="gmail_quote">On 7/22/06, <b class="gmail_sendername">David Shaffer</b> &lt;<a href="mailto:cdshaffer@acm.org" title="mailto:cdshaffer@acm.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
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" title="mailto:Beginners@lists.squeakfoundation.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">

Beginners@lists.squeakfoundation.org</a><br><a href="http://lists.squeakfoundation.org/mailman/listinfo/beginners" title="http://lists.squeakfoundation.org/mailman/listinfo/beginners" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://lists.squeakfoundation.org/mailman/listinfo/beginners</a><br></blockquote></div><br><br clear="all">
<br></span></div><div><span class="e" id="q_10ca2522f433a0c6_2">-- <br>Tom<br>&quot;Ecrasez l'Infame!&quot; -- Voltaire

</span></div></blockquote></div><br><br clear="all"><br>-- <br>Tom<br>"Ecrasez l'Infame!" -- Voltaire