Tried to attach zip but not allowed

Changes:
* ALT text is now generated from the content_name rather than the content_alias as before.
* added get_dimensions parameter which fetches the image width and height using getimagesize() and outputs the appropriate HTML. This is off by default due to the very small performance hit that the lookup causes.
* added a space before the closing /> as is recommended for HTML 4 backwards compatibility.