from my point of view TinyMCE generates since 1.7.0 really strange HTML
code. I have very often HTML-code like this:
<ul>
<li><span style="font-size: x-small;"><strong>Card
Concept</strong></span></li>
</ul>
<ul>
<li><span style="font-size: x-small;"><strong>Editing</strong></span></li>
</ul>
<ul>
<li><span style="font-size: x-small;"><strong>Links</strong></span></li>
</ul>
<ul>
<li><span style="font-size: x-small;"><strong>Inclusion</strong></span></li>
</ul>
When I use h1 for a heading and press enter to enter text that text
will be also formatted as h1. That happens also with bulletin lists:
<h1>Title</h1>
<h1>
<ul>
<li>Item 1</li>
<li>Item 2</li>
<li>Item 3</li>
</ul>
</h3>
Try to remove h1 format does not work. Using the rubber to remove all
formatting destroys bulletin lists.
An other problem is pasting Text into TinyMCE. There should be a way to
paste text only. Strange things happen when TinyMCE tries to keep the
formatting from the pasted text. Also strange things happens when I try
to copy&paste a card name. TinyMCE inserts the card name with a arrow
down before (see attachment).
Cheers,
derMicha
--
You received this message because you are subscribed to the Google Groups "Wagneers" group.
To post to this group, send email to wagn...@googlegroups.com.
To unsubscribe from this group, send email to wagneers+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/wagneers?hl=en.