Forum Moderators: open
If I do this:
<img ...>
<img ...>
<img ...>
...I get a gap between the images, but when I do this:
<div style="display: inline"><img ...></div>
<div style="display: inline"><img ...></div>
<div style="display: inline"><img ...></div>
...it fixes it on IE but not on Firefox. I guess I have to put them all on one line but I have anchors and Javascript in there, it's very hard to code that way.
What else can I do?