| Seems like a logical feature request. I didn't pour over the source code to
find out but a likely cause is the parser seeing the ">" > in the <br>
string as the close of the <img tag, never getting to the "src=".
If a browser knows the difference, HTT should too.
In fact, I *would* categorize this as a bug, even though - in my very limited
experience hand-coding html - I always put the "src=" right after the "<img".
:D
| |