I'm trying to display the image url for my imagenode, so I have something like this:

print base_path() print $node->images['_original'] " size="70" style="width: 500px;" onclick="javascript:this.focus();this.select();"/>

Unfortunately that only displays the url of the original, and no base path.

Does base_path not work?

Thanks in advance.