It could be a number of things. The most likely is that a stylesheet for the page has something like this in it:
Code:
img {display: block;}
If that's the problem, put this in the head of the page:
Code:
<style type="text/css">
#iemarquee img {display: inline !important;}
</style>
If that doesn't fix it and you want more help:
Please include a link to the page on your site that contains the problematic code so we can check it out.
The browser cache may need to be cleared and/or the page refreshed to see changes.
Bookmarks