Halfway between a bug and a feature request!

When I use img_assist to add one of these tags on its own on a line

[img_assist|nid=53|title=|desc=|link=node|align=right|width=71|height=100]

The line itself adds an extra line break into the output. I don't think this is what most people would want, and i can fix it by starting my content on the same line. However for neatness if it could remove the surplus newline that would be great!

Comments

sun’s picture

Component: Code » User interface
Category: feature » support
Status: Active » Closed (works as designed)

I guess, you are using TinyMCE, aren't you?
You have to disable Drupal's built-in line break filter for the input format you are using with TinyMCE/Image Assist. That filter automatically converts line breaks into HTML line breaks and paragraphs. Img_Assist is not guilty here.