• Hello.

    I would change the actual tinymce editor to flash editor. The reason is, the HTML produced by this editor is not the same… For example, i click in bold and it put strong… And other tags.

    How i change this?

    I see that the content is passed by POST, but i can not find the file that call it.

    Any idea?

Viewing 2 replies - 1 through 2 (of 2 total)
  • <bold></bold> is not the same as <strong></strong> and, unless you’ve hacked your theme to use a pre-HTML 4.01 DOCTYPE, the former should not be used as it’s deprecated under HTML 4.01 and no longer exists within the XHTML 1.0 specification (most commonly used for WordPress themes).

    The TinyMCE WP editor is correct. Your markup is not, I’m afraid. “bold” has no semantic meaning and therefore should be applied via CSS – not markup – using something like <span style="font-weight:bold;">some text</span>.

    Thread Starter pedro8w

    (@pedro8w)

    Yes…

    I understand it, but i need this HTML to more sites.
    In this moment, i use WordPress to backoffice of sites in flash, and there are services in PHP that make querys in databases and return content of pages.
    This content contains HTML, but browser not understand < strong >, understand < b > for example.

    This is my problem.

    Any ideia?

    PS: Thanks for the reply. 😉

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Change Tinymce editor from WordPress’ is closed to new replies.