You are not logged in.
Is there a way to insert a br tag right before a block such that the br tag is not in the block? For example, suppose I use the bullet button to create the following list:
<ul><li>first</li><li>second</li></ul>
If I move the cursor to the very top of the edit box and hit shift-enter, the line break appears within the first li tag and not before the ul tag. In other words, I end up with this: <ul><li><br />first</li><li>second</li></ul>
instead of what my users want, which is this:<br /><ul><li>first</li><li>second</li></ul>
Is there a way to insert something before the top block?
Offline