solved, thank you very much for your precious helpThe Read more has split a <div> in the article Trasporti di alimenti.
1. Open the article Trasporti di alimenti
In WYSIWYG mode:
2. Delete the Read more line
3. Add the Read more after the closing div.
Or:
Because this may be difficult in WYSIWYG mode
(If you use TinyMCE as editor you can find it under Tools > Sourcecode+.
2. Switch to Code mode and find3. Move it after the closing div of the text you like as introCode:
<hr id="system-readmore">
Code:
<div>[intro text]</div><hr id="system-readmore"><div>[rest of text]</div>
Suggestion:
Use paragraphs <p> instead of divs.
These will split correctly when adding a Read more in WYSIWYG mode.
Statistics: Posted by Matty_80 — Sat Aug 10, 2024 8:37 am