Active
Project:
Image Caption
Version:
6.x-2.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Oct 2009 at 21:52 UTC
Updated:
22 Oct 2009 at 21:52 UTC
hey there,
I've noticed that in paragraphs where we have IMG tags for the Image caption filter, P tags get emptied out and the image goes outside of it - along with the rest of the paragraph's content. the result is pages that get messed up on CSS, because of em measures.
the workaround for that is placing an IMG tag inside its own P tag, which results in the image going out of it and an empty P tag.
for example:
<p><img ...>lorem ipsum</p>
becomes
<p></p><div ...><img ...></div>lorem ipsum
see what I mean? ;] other than that, the module just plain works. I love it.
cheers,
Luciano