I noticed before that the first releases of Firefox actually were rather sucky in rendering HTML. If a page doen't have the specific infoline in top stating that it's HTML, it expects the page to be XML. This means that you need closing tags for all tags. including <P>, <BR> and <IMG>
no subject
If a page doen't have the specific infoline in top stating that it's HTML, it expects the page to be XML.
This means that you need closing tags for all tags.
including <P>, <BR> and <IMG>
I understand the later versions fixed this though