Take a look at this review:
http://michuk.filmaster.pl/notka/recenzja-avatar/
Some issues here:
- no break between above "Cameron nie stworzył dzieła idealnego." (this is a new paragraph)
- too large breaks between the headlines (h2) and images and the rest of content
Possibly HTML is also screwed up here - I can see some paragraphs being closed twice. But fixing CSS is faster for the time being. Fixing the HTML rendered is deeper inside the code, so if an easy CSS fix is possible, it should be implemented.
<p><h2></h2><br /><em></em></p>
Zgodnie ze specyfikacją, w akapicie nie może absolutnie znaleźć się ani jeden inny element blokowy, a takim jest właśnie <h2 />. Usuwając <br /> aby (dodatkowo) pozbyć się zbędnej, nadmiarowej przerwy powinno to wyglądać tak:
<h2></h2><p><em></em></p>
Odnośnie (punktu drugiego) przerw pod nagłówkami <h2 /> i <img /> trzeba usunąć znacznik <br /> z HTMLa.
Zauwazyłem jednak, że zdjęcia na tej strone są jakieś takie uszkodzone. Zapisz sobie jedno z nich na dysku i spróbuj otworzyć choćby w GIMPie, a ten wywali ci stosowny komunikat. Ty dodatkowo porównaj sobie dolną część obrazka wyświetloną przez przeglądarkę i przetworzoną przez GIMPa.