• This has happened to me before and seemed to just ‘resolve’ itself – but so annoying. When i type in the visual editor.. and then save.. the preview isn’t correct – some of the formatting disapears! and same issue when i type <p> for example in the text editor.. then switch to visual and then back – it is gone! I know i know you will say it’s this landing page plugin, but the fact is that this has happened to me many times but usually resolves itself, this time not sure what it is? This is the page http://eliteeservices.net/liquidity

    Main site is http://www.startelite.com

    cheers

Viewing 1 replies (of 1 total)
  • If you write some semantically wrong markup in the TEXT mode, then switch to visual, WP will correct that automatically.

    But, if you don’t switch to Visual mode, the syntax will not be modified.

    Example: type this bad HTML in the text mode:

    <a href="#">
    <div> bad HTML </div>
    </a>

    Save without switching tab to visual, it should not be auto modified.

    If you switch to visual, WP will correct the syntax to something like:

    &nbsp;
    <div>bad HTML</div>
    &nbsp;

    ( reason: a element should be wrapped in div, not the opposite )

Viewing 1 replies (of 1 total)
  • The topic ‘text and formatting goes missing’ is closed to new replies.