This is a so annoying, there has to be a fix. Normally, the formatting in an HTML file doesn't matter much, but in the following instance, it causes a problem. In Midas, when you export HTML in related files to a directory, the doclinks show up like:
<a href="FX90A.htm"><img src="doclink.gif" border="0"></a>
which works just fine, unless the formatting breaks the line as:
<a href="FX90A.htm">
<img src="doclink.gif" border="0"></a>
in which case, you get a single underlined space which is part of the link. Currently, the formatter doesn't much care about the content of tags, but it does try to keep tags together, so this is more likely than
<a href="FX90A.htm"><img
src="doclink.gif" border="0"></a>
which would actually work better in this case, but would be harder to read. I guess the question I have is whether there is the opposite of a non-blanking space ( ) or something that would absorb the empty space in case the formatter tried to put it in? Am I reaching for straws? Is there some better way to handle this?
Copyright © 2004 Genii Software Ltd.