The image cache preset that you defined will not show up as a selection on the node edit form.   What it enabled is the ability for you to theme the attached image  to the dimensions you created in your imagecache preset.  On the tutorial at 
<a href="http://drupal.org/node/134086">http://drupal.org/node/134086</a> this is addressed under the heading &quot;Create a Module&quot; but I&#39;ll summarize here.&nbsp; The key to invoking the images at your preset sizes is with this line:
<br><code><br>theme(&#39;imagecache&#39;, &#39;thumbnail&#39;, $node-&gt;field_thumbnail[0][&#39;filepath&#39;])</code><br><br>In this example,&nbsp; your invoking imagecache and telling it to use the predefined preset &#39;thumbnail&#39; (your name is whatever you typed in when making your preset) ... you are then telling it to use the image whose server path is stored in $node-&gt;field_thumbnail[0][&#39;filepath&#39;].&nbsp; Simply using echo or print on the value returned from the above code will print an image according to the preset.
<br><br>In that tutorial a module was created that pulled out a selection of blog teasers and attached a thumbnail to them in a teaser list.&nbsp; The way the module was written provides the image as a link you can click on to be directed to the view of the node.
<br><br>Hope that helps.<br><br><br><div><span class="gmail_quote">On 4/23/07, <b class="gmail_sendername">Daniel</b> &lt;<a href="mailto:leva@az.isten.hu">leva@az.isten.hu</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;">
2007. April 19. 22:36, Cyberswat:<br>&gt; <a href="http://drupal.org/project/imagecache">http://drupal.org/project/imagecache</a> - I think imagecache would<br>&gt; resize the images for you.<br>&gt;<br>&gt; <a href="http://drupal.org/node/134086">
http://drupal.org/node/134086</a> - Here&#39;s a tutorial that shows you how<br>&gt; to attach an image to a node and call that image through imagecache<br>&gt; to create different sizes or thumbnails.<br>&gt;<br>&gt; I&#39;m not sure if you&#39;ll need CCK or not.
<br>&gt;<br>Hi!<br><br>Thanks for the input (for Nathaniel too) and sorry for the delayed<br>reply.<br>I&#39;ve installed the imagecache module, and according to the tutorial I<br>need the CCK module. I followed the steps written in the tutorial, and
<br>even read the <a href="http://drupal.org/node/101748">http://drupal.org/node/101748</a> page too. What doesn&#39;t work<br>for me is the preset selection, when editing the node.<br>I&#39;ve created the image cache presets, the new content type and added a
<br>new field, but the image cache&#39;s presets are missing in the node edit<br>form (although they are present on the image cache admin page).<br>What am I missing?<br><br>Thanks<br><br>Daniel<br>&gt; On 4/19/07, Daniel &lt;
<a href="mailto:leva@az.isten.hu">leva@az.isten.hu</a>&gt; wrote:<br>&gt; &gt; Hi!<br>&gt; &gt;<br>&gt; &gt; I&#39;m using the Image module, and checked that I would like to attach<br>&gt; &gt; images to my nodes. Now when I attach a picture to a node, then it
<br>&gt; &gt; will be thumbnail sized, and if I click on the image, it won&#39;t<br>&gt; &gt; enlarge it. Any idea how to configure this? (if this is possible at<br>&gt; &gt; all)<br>--<br>[ Drupal support list | <a href="http://lists.drupal.org/">
http://lists.drupal.org/</a> ]<br></blockquote></div><br><br clear="all"><br>-- <br><br>Kevin Bridges<br><a href="http://www.kevinbridges.org/">http://www.kevinbridges.org/</a>