Vasily,<br><br>First, make 3 image fields with 1 value in each one, not 1 field with 3 values.<br><br>In the content-type admin area ( found at admin/structure/types/manage/&lt;content-type-name&gt;) choose the &quot;manage display&quot; tab. There you can set what image preset you want to show up where for each of the different fields (teaser vs. full node). For example. you can set 1 of the image fields to present as a medium sized image in full node view and the other two to display as thumbs in full node view.<br>
<br>Drupal should now generate enough classes for you to do a bunch of styling with CSS in your theme. You won&#39;t be able to put the images in a table if you wanted to do that. But you shouldn&#39;t have any trouble floating the images around the text.<br>
<br>Note that you should copy Garland or Stark from  the /themes folder and paste it to sites/all/themes. Create that directory if it doesn&#39;t yet exist. Also remember that to rename a theme involves more than just renaming its directory. Search each of the files and replace the theme name with the new theme name you are giving it. Garland&#39;s template.php and it&#39;s subthemes Minelli template.php as well as the .info file are the essential places to do that. Also not eht name of the info file needs to change to your theme name with &quot;.info&quot;.<br>
<br>If you just go into the /themes directory and edit/add CSS to files there, you are going to make it a lot harder on yourself to update the Drupal installation. Given that Drupal 7 is unstable right now, updates are absolutely critical, and you don&#39;t want to drive yourself nuts by overwriting the CSS you&#39;ve written when you update Drupal core. <br>
<br>Let us know how it goes,<br><br>Shai<br><br><div class="gmail_quote">On Thu, Nov 12, 2009 at 2:31 AM, Vasiliy G Tolstov <span dir="ltr">&lt;<a href="mailto:v.tolstov@selfip.ru">v.tolstov@selfip.ru</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hello.<br>
<br>
I&#39;m try to build on drupal 7 simple image gallery for my items/products.<br>
For example - i create content type Product and add to it three<br>
field_image (Image1..Image3) that contains images. In properties i chack<br>
thumbnail image link to image. After creating a node of this content<br>
type i see - all images in one column, but if i want that the node<br>
content on left, but on right one medium image above two other thumbnail<br>
images?<br>
Is that possible to standart drupal 7 modules (maybe some hack - to it?)<br>
I don&#39;t want for this use additional module, i think this is simple and<br>
may be doing in standart modules...<br>
<br>
Thank You.<br>
<br>
--<br>
Vasiliy G Tolstov &lt;<a href="mailto:v.tolstov@selfip.ru">v.tolstov@selfip.ru</a>&gt;<br>
Selfip.Ru<br>
<font color="#888888"><br>
--<br>
[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br>
</font></blockquote></div><br>