Hi
I see what the problem is. "Read more" is added in a middle of HTML construction and is cutting it in half. Please put "Read more" more carefully. Best way is to separate the intro text and fulltext with paragraphs <p></p> and than put the code creating read more line away from paragraphs. As for example:
- Code: Select all
<p>INTROTEXT</p>
<hr class="readmore" />
<p>FULLTEXT</p>