First of all, nice module!

But... Some strange problem appears at my pc, in IE everything works fine after editing line 1639 of Banners.module.php to:
Code: Select all
$image = '<img src="./uploads';

Perhaps some more sophisticated error notifications could help when this happens to other users...
Anyway, the problem seems solved in IE, but strangely not entirely in Firefox. Only the alt text is shown, when i manually add an image, it is displayed correctly. The problem seems to be caused by the link URL, when inserting the link manually (copying it from the generated source code) it also only shows the alt text. Is this a FF bug, or is the link URL not generated entirely correct and is IE smarter than FF in interpreting it?