Earnie Boyd / 07.9.28 / 8:32 AM wrote:
The dropped img tag sounds like the wrong ``input filter'' is applied.
It's actually before the filter is applied. When you insert an image with img_assist, and before I save the node, I get this:
<SPAN class="inline left"><A href="/" onclick="launch_popup(585, 312, 386); return false;" target="_blank"></A><SPAN class="caption" style="width: -2px;"><STRONG>Apple Macintosh G4 Dual 450MHz</STRONG></ SPAN></SPAN>
It used to be <img src...> right before </A> tag, but not anymore. I could type in the tag with the path manually, but that will be a tedious workflow.
Is there any better way to do inline images between paragraphs, that popup onClick() without killing thickbox I am using in other sections?