Quote:
Originally Posted by Kolbi
Widht and height attribut for non flash banners should be implemented, too.
HTML Code:
<img src="" alt="" width="" height="" />
and not
HTML Code:
<img src="" alt="" width="" height="">
|
Due to a bug, Mozilla Firebug will show an img tag with no HTML complying closing tag:
Attachment 125640
although it is closed in the page source:
Attachment 125641
and in the plugin code:
Attachment 125642
As for the width and height, they are reccomended but still optional. I will see if I will implement this feature into the next release.