Hi,<br>What imagePath is returning ? an URL or a standard local filename ?<br>In the first case that&#39;s work but in the second it won&#39;t. You can not add a local filename in the<br>source of your web page &#39;c:\...\picture.jpg&#39; does not mean anything in a web page except if you are 
<br>running on localhost.<br><br>You can create a virtual site web with visualwave or better creata a WAFileLibrary and add your picture in it. <br>After doing that you will be able to call your image using an URL<br>Tell me if you want more details.
<br><br><br><br><div><span class="gmail_quote">2007/10/23, Carl Gundel &lt;<a href="mailto:carlg@libertybasic.com">carlg@libertybasic.com</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
&gt;What&#39;s the easiest way to use an image for an anchor?&nbsp;&nbsp;Is there a simple<br>&gt;way to include an image &gt;spec like so between the start and end tags<br>&gt;without subclassing or modifying what&#39;s there?&nbsp;&nbsp;I&#39;ve &gt;poked around but
<br>&gt;nothing jumped out at me.<br>&gt;<br>&gt;&nbsp;&nbsp;&lt;a blah blah&gt;&lt;img src=&quot;image.gif&quot;&gt;&lt;/a&gt;<br><br>Oh that wasn&#39;t so hard.&nbsp;&nbsp;Don&#39;t know why it took me so long:<br><br>&nbsp;&nbsp;html anchor<br>&nbsp;&nbsp;&nbsp;&nbsp;with: [ html html: &#39;&lt;img src=&#39;&#39;&#39;, self imagePath, &#39;&#39;&#39;&gt;&#39; ]
</blockquote><div><br>Try something like this instead.<br><br>&nbsp; html anchor<br>&nbsp;&nbsp;&nbsp;&nbsp;with: [ html image url: &#39;myurl&#39; ]<br><br>hope this helps<br><br><br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
-Carl Gundel<br><a href="http://www.runbasic.com">http://www.runbasic.com</a></blockquote><div><br><br>Sylvain <br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
_______________________________________________<br>seaside mailing list<br><a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br><a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside">
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br></blockquote></div><br>