Hello all,
I am running Wordpress 2.6.2 on my local host. Everything is going well except this little bug:
I have a page whose content is basically that way:
<table>
<tr><td>lots of content</td></tr>
</table>
I use the HTML editor to edit my page, it saves and renders well.
Now, if I edit it again (the same way, using only the HTML editor) and duplicate my table lines, with the exact same content, that way:
<table>
<tr><td>lots of content</td></tr>
<tr><td>lots of content</td></tr>
<tr><td>lots of content</td></tr>
<tr><td>lots of content</td></tr>
</table>
The page will save, but will render blank (nothing displayed in the browser nor the html source).
Any ideas? Is their a size limit for html code?
I still could edit my page using phpmyadmin, but well, fixing it would be better :)
Thank you in advance, hope i've been clear enough.