Displaying an image left is just basic css, there is no need to make a custom template for that, make sure the order is title, image, content in the view. <div><br></div><div>#id_of_the_view img {</div><div>  float:left;</div>
<div>  margin-right:10px;</div><div>}</div><div><br></div><div>If you don&#39;t understand this code, it&#39;s a good idea to buy a book on css or to check out <a href="http://www.w3schools.com/css/">http://www.w3schools.com/css/.</a><br>
<br></div><div>I personally prefer imagefield above image_attach because fields are a lot more futureproof (and in Drupal 7 core) and because fields naturally have a very good integration with views. </div><div><br></div>
<div>To show only one the first image for the imagefield select the image settings in the view. Choose &quot;group multiple values&quot; and &quot;show 1 value starting from 0&quot; to show only the first image. </div><div>
<br></div><div>To show shorter version, just choose &quot;trim this field to a maximum length&quot; in the view, this is a lot more flexible and adjustable than teasers (which go up in steps of 200). Since this option in views, teasers have no more function I think. Use a text field instead of body and remove body.</div>
<div><br></div><div>Hans</div><div><a href="http://www.koba.be">www.koba.be</a></div><div><br></div><div><br></div><div><br></div><div><br><div class="gmail_quote">2009/5/31 Victor Kane <span dir="ltr">&lt;<a href="mailto:victorkane@gmail.com">victorkane@gmail.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">You could use image_attach (which comes with image module), but I don&#39;t recall if it allows align left (it aligns right by default). Check it out.<br>
<br>Otherwise:<br><br>1. Simply attach the image to the nodes of type &quot;article&quot;.<br>

2. Theme the content type via node-article.tpl.php<br><br>Do some research with the devel module (tab: devel render) to see how you can find and print out and wrap in selectors and theme the image attached to the node. <br>


<br>Hint: iid<br><font color="#888888"><br>Victor Kane<br><a href="http://awebfactory.com.ar" target="_blank">http://awebfactory.com.ar</a><br><a href="http://projectflowandtracker" target="_blank">http://projectflowandtracker</a></font><div>
<div></div><div class="h5"><br></div></div></blockquote></div><br>
</div>