TinyMCE: Small annoyance regarding lists + Gallerypicker
Posted: Sat Jul 31, 2010 1:36 pm
Got a question regarding lists in WYSIWYG mode.
I have few lists on client's page, for example like this:
Now, when I try to add something between the list and the paragraph, the editor acts up a little. If I set the cursor to the end of the last list item and press enter twice - once to exit the list and once to start a new paragraph, the editor adds an empty list after the new paragraph, which cannot be removed in WYSIWYG mode.
Tried messing around with the unordered list toggle too, but it didn't help. What's the best way to add new content between a list and other content? For now I'm advising the client to write all content first and then making the necessary lists.
About Gallerypicker:
How do I add the gallerypicker (from Gallery module) to the editor? I toggled it from TinyMCE's settings, but there is no button or anything for it.
I have few lists on client's page, for example like this:
Code: Select all
<ul>
<li>Item 1</li>
<li>Item 2</li>
<li>Item 3</li>
</ul>
<p>Paragraph</p>
Tried messing around with the unordered list toggle too, but it didn't help. What's the best way to add new content between a list and other content? For now I'm advising the client to write all content first and then making the necessary lists.
About Gallerypicker:
How do I add the gallerypicker (from Gallery module) to the editor? I toggled it from TinyMCE's settings, but there is no button or anything for it.