Depending on how your site is structured in Dreamweaver, it may be possible to add a style for the P tag.
For example <div id="imagecontainer">YOUR POWERCMS IMAGE CONTENT HERE</div>
then have
#imagecontainer p{
margin:0;
}
If your images are accompanied by text, it might be more problematic.