This is a great mod, but I'm having a problem with inline images. I have a forum that permits HTML code. I've used <img src="http://.... to insert images in the post. The forum topic
displays properly, but on the
external page the image src gets screwed up.
The image source should point to (for example):
HTML Code:
http://www.bigblueball.com/images/logos/gmail+talk.gif
but where I call the external routine, it modifies this to:
HTML Code:
http://www.bigblueball.com/http://www.bigblueball.com/forums/images/logos/gmail+talk.gif
Any ideas on how to fix this?