DarkAngel:
are you adding the images by uploading or by image handler under the tools in admin?
hae you verified that every file got uploaded to the right spot?
you know what... I found the .htaccess in the bmz_cache and it shows:
# but now allow just *certain* necessary files:
<FilesMatch ".*\.(jpe?g|JPE?G|gif|GIF|png|PNG|swf|SWF)$" >
Order Allow,Deny
Allow from all
</FilesMatch>
Then i swapped a pic to GIF... it got displayed and the hover worked too.. except for the watermark..
Do you think its got to do with the JPEG or any configs?
I changed it to:
# but now allow just *certain* necessary files:
<FilesMatch ".*\.([B]jpeg|JPEG[/B]|gif|GIF|png|PNG|swf|SWF)$" >
Order Allow,Deny
Allow from all
</FilesMatch>
But no changes...
Here's how it looks like from the admin page:


Thank you sooo much...