Last modified: 2010-05-15 15:56:50 UTC
This table: {| style="width:100%; height:100%;" cellpadding="5" cellspacing="0" align="center" | width="25%" align="center" | Prev | width="25%" align="center" | Next | width="25%" align="center" | Up | width="25%" align="center" | Home |} is rendered correctly only if all of the table attributes are on the same physical line. If the editor wraps the line so that the align="center" is on the next line (or if I do it manually), it renders incorrectly as follows: <table style="width:100%; height:100%;" cellpadding="5" cellspacing="0"> align="center" <tr> <td width="25%" align="center"> Prev </td><td width="25%" align="center"> Next </td><td width="25%" align="center"> Up </td><td width="25%" align="center"> Home </td></tr></table>
Wrapping in the editor window is virtual and does not break actual lines of content. Please confirm you're not using a broken web browser.
Should only happen if you wrap stuff manually. The parameters have to be on the same line.
Yes, you're correct -- it only happens if I wrap stuff manually. I didn't realize there was this limitations. OK, thanks; you can close this bug. BTW I'm using Mozilla-Seamonkey 1.5.