Thanks, Matt. Here it is.
This is in the Moblog control panel which comes from the documentation:
{images}
{thumbnail}
{/images}
{files match="audio|files|movie"}
<a href="http://{file}">Download File</a>
{/files}
In my template, I have it fairly simple:
<div class="moblog">
{lt_content}
</div> <!-- moblog -->
What I am trying to do is to have a small image represented first, the thumbnail, which I am able to do. Then if a person continues on to a detail page, they see the full image version. My confusion is that the images are included in a text field and not in their own field. I am able to get the proper uploaded sizes but can’t target the different sizes on different templates. Also, for this particular project, the emails need to be simply an email message with attached images, not coded in any way. I hope this makes sense. Thank you for trying to help.
Carole
ps. the lt_content field is my main moblog field.