I have an issue with blank lines which appear the Author mode. I have some data sets that look like this:
Code: Select all
<sectionA>
<subElementA>Content</subElementA>
<subElementA>Content</subElementA>
<subElementA>Content</subElementA>
</sectionA>
<sectionB>
<subElementB>Content</subElementB>
<subElementB>Content</subElementB>
<subElementB>Content</subElementB>
</sectionB>
Now, for the Author mode, I have configured my CSS for both elements exactly in the same way (checked with CSS Inspector), and the elements of both sections are regularly and identically formatted. It still happens in the Author mode that the subElements of sectionB are rendered differently than sectionA: all subElementB are separated by lines that contain whitespace, and in those whitespace lines the cursor appears in vertical position, while sectionA does not display those lines inbetween, and the cursor, if placed between the subElements, appears horizontally. I could not find out how to solve this. Is there any way to influence or predict this behaviour?