Hi
I noticed the HTML export template in AMC was a little oldfashioned and still used non-standard HTML, so I took the liberty of changing it a bit and making it XHTML-compliant.
If you want to give it a try you can download it of my website. Comments are very welcome of course, preferably to my e-mail address: ajunne@gmail.com
Thanks and have fun
XHTML Export Template
Thanks 
At the moment i use quite a big hack to make the img tag standards compliant (with an alt text and a slash to close the tag), so if you could change that in the catalog itself the ugly hack that makes images for movies mandatory could be removed and the standard appreciation images can be reused again.

At the moment i use quite a big hack to make the img tag standards compliant (with an alt text and a slash to close the tag), so if you could change that in the catalog itself the ugly hack that makes images for movies mandatory could be removed and the standard appreciation images can be reused again.
you mean doing that ?Ajunne wrote: At the moment i use quite a big hack to make the img tag standards compliant
<img src="$$ITEM_PICTUREFILENAME" alt="poster" />
it is not a so big hack... I added this $$ITEM_PICTUREFILENAME especially for those that want to write the IMG tag themselve
I should improve the HTML export anyway