Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Jennifer Killingsworth 191 posts 247 karma points
    Feb 04, 2011 @ 17:17
    Jennifer Killingsworth
    0

    TinyMCE and Tables

    When you create a table with the rich text editor and save/publish it - any empty TDs disappear.

    I've tried going to the tinyMceConfig.config file and added the # before the td in the validElements entry, as suggested elsewhere on this forum, but it's still not working.

    I'm using Umbraco 4.6.

    Is there something else I need to do? 

  • Mike Chambers 635 posts 1252 karma points c-trib
    Feb 04, 2011 @ 21:43
    Mike Chambers
    0

    you might also need to turn of tidy as well..

     

        <!-- clean editor content with use of tidy -->    <TidyEditorContent>false</TidyEditorContent>

     

    in config/umbracosettings.config...

  • Doug Mackay 56 posts 155 karma points
    Feb 04, 2011 @ 23:52
    Doug Mackay
    1

    Putting # in front of td (instead of -) and changing entity_encoding from 'raw' to 'named' should fix it.

  • Stuart Burrows 61 posts 110 karma points
    Feb 25, 2011 @ 12:09
    Stuart Burrows
    0

    In my testing I found that changing the entity_encoding to 'named' solved the problem.

    I initially changed - with # for table, td, tr etc but this did not work regardless of what the entity encoding was set to. When I reverted those back to the - but left entity_encoding set as 'named' it all worked as I wanted.

    Hope this helps someone!

Please Sign in or register to post replies

Write your reply to:

Draft