HTML help!

Can anyone vaguely HTML-literate view source and tell me why the GIF at top right doesn’t display in Mac OS X Mozilla 1.2? It works in Explorer. Apologies in advance for inevitably embarrassing rookie error.

1 comment

  1. the end of the img tag isn’t closed, followed by the closing tag “”. Either end the first part of the tag with a “>” or just remove the seperate closing tag and end the img one with ” />”

    i’d write an example, but this comments thing doesn’t accept html

Comments are closed.