Posted
on Feb 2, 2012
(permalink)
Hi,
Thanks for your help with previous inquiries that I've had.
I've got this issue and am confused by it.
This is something that we are trying to understand why it's happening here and not with other html elements.
Follow these steps:
1. In Design mode, add a table to the editor.
2. Got into HTML mode and wrap the table in a paragraph tag so all you get is something like:
<p>
<table>
<tbody>
<tr>
<td>1</td>
<td>2</td>
</tr>
<tr>
<td>3</td>
<td>4</td>
</tr>
</tbody>
</table>
</p>
Go into Design mode, and then go back into HTML mode.
And all of a sudden it looks like this:
<p>
</p>
<table>
<tbody>
<tr>
<td>1</td>
<td>2</td>
</tr>
<tr>
<td>3</td>
<td>4</td>
</tr>
</tbody>
</table>
Why did it do that?
If I put some random junk instead of a table and do the same thing, the content remains inside the paragraph.
This is currently driving me crazy as I cannot figure out how to fix this.
Any help would be appreciated.
Thanks,
Cameron