When you type in a link to an online graphic file
(http://www.domainname.com/xxx.gif) the graphic does
display nor does it display when clicked. This appears
to be a problem for stories, comments, and perhapes
other areas.
Thanks and keep up the good work.
ED
--
Date: 2001-09-02 02:42
Sender: niceguyeddie
Logged In: YES
user_id=115910
you need to use plain old html ie:
<img src="http://www.whatever.com/xxx.gif height=100
width=100 alt="this is cool">
you can not just autolink to graphics (yet!)