<A HREF="http://www.gavroche.org">This is a cool site!</A>
Will yield: This is a cool site!
<IMG SRC="http://tribalsoulkitchen.com/images/candle.jpg">
Will yield:
<A HREF="http://www.gavroche.org"><IMG SRC="http://tribalsoulkitchen.com/images/candle.jpg"></A>
Will yield
<FONT COLOR=RED>will change the color to red.</FONT>
<FONT FACE=MONACO> will change the font face to monaco</FONT>
<FONT SIZE=6> will change the size of the font to '6'</FONT>
<FONT COLOR=RED FACE=MONACO SIZE=6> will do all three.</FONT>
IMPORTANT: Every <FONT> must have a matching </FONT> at the end of the message. On some computers </FONT> will close off all previous <FONT>s-- however -- on most computers it will only close off the most recent...so if you don't close every Font you open, you will effect other messages on the page.
Reread the above. It really is important
Provide a link to an Angelfire page with the graphic on it, and we'll look at it there.
Sorry, but there's nothing we can do about it -- Angelfire's the one blocking "remote loading" of their images. Their Explanation FAQ
Geocities also seems to do this occasionally. One way around it that sometimes works:
Rename the file extension from '.gif' or '.jpg' to '.txt'. This may seem strange, but most browsers will realize that it is still a picture, and display it as a picture. But the script that blocks remote loading will be fooled.