• Resolved tungsten72

    (@tungsten72)


    I have a fresh install of WorkPress 2.3.3 and I am experiencing similar issues to those mentioned in ticket #2992.

    I imported from blogger account so the formatting stayed consistent but if I go in to edit posts (update tags, author name, etc.) the HTML editor will trim off all but the first row of tables. The problem seems consistent with ticket #2992 but in my case the second row often has a style element in the <tr> tag to change the font-face and font-size to caption an image in the first row.

    eg.
    <table align=”left” border=”0″ cellpadding=”0″ cellspacing=”0″ style=”padding-right:12px; padding-bottom:3px”>
    <tr>
    <td><img style=”cursor:pointer; cursor:hand;” src=”http://bp0.blogger.com/_oZRdllx5BU8/R737v6dugcI/AAAAAAAAABs/pyUfCWNQNQY/s200/corn.jpg&#8221; border=”0″ alt=”” id=”BLOGGER_PHOTO_ID_5169564747857560002″ /></td>
    </tr>
    <tr style=”font-family:’Times New Roman’, Times, serif; font-size:9px”>
    <td>http://www.nataliedee.com</td>
    </tr>
    </table>

    is stripped to

    <table align=”left” border=”0″ cellpadding=”0″ cellspacing=”0″ style=”padding-right:12px; padding-bottom:3px”>
    <tr>
    <td>
    <img style=”cursor:pointer; cursor:hand;” src=”http://bp0.blogger.com/_oZRdllx5BU8/R737v6dugcI/AAAAAAAAABs/pyUfCWNQNQY/s200/corn.jpg&#8221; border=”0″ alt=”” id=”BLOGGER_PHOTO_ID_5169564747857560002″ /></td></tr>
    </table>

Viewing 2 replies - 1 through 2 (of 2 total)
  • You can login into the trac system yourself using your wordpress.ORG username and password.

    Thread Starter tungsten72

    (@tungsten72)

    Cool thanks. Little new to this and haven’t had a problem until not. I think I got it fixed.

    Took me a while to find the patch code to change.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Ticket #2992 Needs reopening’ is closed to new replies.