Peter, You're just tripping over invalid HTML. Someone's got a <HR SIZE=".5"> in there, which is an invalid size specification (see http://www.w3.org/TR/html4/types.html#type-pixels -- has to be an integer). Nothing to do with images.
We could error-check these values more carefully in the parser... Bill
