• I’ve wasted so much time on this – anyone knowing a way around this please help!
    I added tinymce advanced for a client (who are NOT comp savvy)so they can add styles from the css (without adding code, or adding too many steps for them to do)
    Here’s my problem: i have a styled ‘box'(colored, border) with text inside. Everything is fine and works – except when you hit return.
    This inserts a <p><br class=”spacer_” /></p>
    Which causes a whole new ‘box’ to start.

    I want them to be able to hit return, keep typing, have a paragraph break, while staying within that box.

    is this a css issue or some javascript? within WP or the plugin? anyone?
    Thanks!

Viewing 1 replies (of 1 total)
  • Thread Starter grape

    (@grape)

    also – i fond this on their site, but honestly don’t know where to find the init in WP..
    or if would work –

    So if you really really must use BR elements for some odd reason then set this in your init code:

    tinyMCE.init({
    forced_root_block : false,
    force_br_newlines : true,
    force_p_newlines : false
    });

Viewing 1 replies (of 1 total)
  • The topic ‘Tiny MCE advanced- hitting return causes a’ is closed to new replies.