Thanks for pointing this out, Rod. I think I can filter that nonsense out between the HTML popup and the rich editor.
Andy On 11/29/05, Rod Morison <[EMAIL PROTECTED]> wrote: > Enter a simple table with empty cells into the html editor: > > <table> > <tr> > <td></td> > <td></td> > </tr> > </table> > > click on the HTML tool in the tool bar. Don't edit anything, but click > Update. > > Click on the HTML tool again. Some neat new markup gets inserted! > > <table border="0"><br /> > <tr><br /> > <td></td><br /> > <td></td><br /> > </tr><br /> > </table> > > Now save the page, and come back and edit it. Click on the HTML tool > again. Even more good stuff! > > <table border="0"> > <tr> > <td>&nbsp;</td> > <td>&nbsp;</td> > </tr> > </table> > > Should I just assume table markup doesn't work in the editor? > > Rod > > _______________________________________________ > wp-testers mailing list > [email protected] > http://lists.automattic.com/mailman/listinfo/wp-testers > _______________________________________________ wp-testers mailing list [email protected] http://lists.automattic.com/mailman/listinfo/wp-testers
