I need a view, containing only the image of a node and showing all images (nodes) of a selected term:
Having 50 notes of term "dogs" - showing 50 images of the notes as a list

This is, what I've already done:
- created with CCK a content type "mysites" with a image field (field_mainimage)
- created a view, only showing the "field_mainimage"

All images of the notes (of the selected terms) are shown as a list - but wihtout the links to the notes...

So - How can I give the image(list) a link to their own notes?