Drupal 7 - Turn uri file path into url
<img src="<?php $url = file_create_url($node->field_newsletter_cover['und'][0]['uri']); $url = parse_url($url); $path = $url['path']; print $path; ?>">