I like the idea of HTMLFormattingPlugin, but currently it introduces space between the last line of the title detail and first line of the content. It introduces a LOT of space if the content is a HTML block. I thought it might be all the space in my html being picked up as line breaks, so I allowed the HTML to flow together with no line breaks between tags. I found that I had to take out ALL the space in the HTML tags -- even the closing ones that occur after my text.
It appears that the formatter collects all the line feeds in your HTML, and then pastes them at the top. The work-around is to remove all the line breaks between tags. The only problem with this is that you end up with a mass of tags that are hard to debug. Not a real biggee, but it would be nice if I could have the both worlds. If I use *<hide linebreaks> *inside of the HTML, it gets rid of the gap, but it also means that my text (inside the HTML) now gets collapsed, which is not what I want. Is this a known problem? Is there a work-around? I guess I can live with collapsed HTML code, but it if there happens to be a work-around it would be nice. Thanks, Mark -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/groups/opt_out.

