Going back to my previous strategy of using table cell tags, what is the procedure to require the editor to edit text enclosed in <td> tags without requiring any other part of the table structure? For example,
<td>Test1</td><td>Test2</td>
changes to
<p>Test1Test2</p>
Is this where a template becomes useful?
<td>Test1</td><td>Test2</td>
changes to
<p>Test1Test2</p>
Is this where a template becomes useful?
Re: Preserve tags?
Re: Preserve tags?
I'll agree that this is squirrelly programming, and I will probably try a different programmatical solution (floating divs, php if 1 or 2, etc.)
So CKEditor is not a partial HTML editor. Would you say it's a WYSIWIG rich-text text editor? But it does do tables, just not parts of tables.
Well, let me try a different programmatical approach.
And thank you for your response. Appreciated.