Not actually sure if this is a bug with Image Assist, or an input format problem, or simply me being rubbish at html, but I notice if I use the following, the image shows in the body but not in the teaser. (I've had to remove the actual tags because they were formatting my post instead of showing literally, despite me wrapping the code in code tags :-/)

(opening paragraph tag)
[img_assist|nid=439|title=|desc=|link=none|align=left|width=200|height=150]
teaser text...
(break tag)
(closing paragraph tag)
body text wrapped in paragraph tags

If I put the closing paragraph tag before the break tag, there's no problem, i.e.:

(opening para tag)
[img_assist|nid=439|title=|desc=|link=none|align=left|width=200|height=150]
teaser text...
(closing para tag)
(break tag)
body text wrapped in paragraph tags

Although if I edit the html to the above in plain text view in Wysiwyg, and then switch to rich text (using the Full HTML input format), it automatically wraps the break tag in paragraph tags:

(opening para tag)
(break tag)
(closing para tag)

This still works though.

Comments

thoughtcat’s picture

Actually I'm not sure what's going on here! This "fix" worked on one of my nodes, but then when I tried applying it to another node with the same issue, it didn't work. I fiddled with it to no avail before "letting" the full HTML input format sort out the tags as it saw fit, and this time it worked WITH the break tag inside the paragraph tags. This time full HTML didn't wrap the break tag in its own paragraph tags.

Both nodes are in full HTML and both have "show summary in full view" ticked. So either it's behaving inconsistently or my "fix" was just a fluke :-/

2dareis2do’s picture

Yes I am having the same problem. Img_assist works on full node but not teaser view.