This error almost always means that you've forgotten a closing quote on an attribute value, meaning that everything following that point might be interpreted as part of the attribute's value. "joe.gif" line.
![]() | <img src="fred.gif> <!-- 50 lines of stuff --> <img src="joe.gif"> |
![]() | <img src="fred.gif"> <!-- 50 lines of stuff --> <img src="joe.gif"> |
Close the quote.