No rush on this at all. I've tried to add the following code to bring in the ALT tags for the module images but I keep getting an error. I'm wondering what I might be missing?
<img src="/<?php echo $post->getImage()->getSource('module');?>" alt="<?php echo $this->escape( $row->title );?>" </a>
Thanks again.