Quote:
Originally Posted by gweminence
How does it arrive at not removing some of the scene break spaces, kovid? Is that a different tag?
|
There are many ways to create a scene break. Some will survive the removal of spaces between paragraphs. These include:
- <BR />, as Kovid mentioned
- A special style on the first paragraph of the new scene that sets an increased top margin
- An element that is normally visible but styled to be hidden (e.g. an <hr> tag with the appropriate CSS)