We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 44437
    • 74 Posts
    How can I stop TinyMCERTE from converting my span tags into p tags?

    This question has been answered by donquicky. See the first response.

    • discuss.answer
      • 37105
      • 194 Posts
      Create an config file like /assets/components/tinymcerte/ext-config.json and place following code in it:
      {
        "extended_valid_elements": "span"
      }
      Note: the path can be any path ofcourse smiley

      Then set the key tinymcerte.external_config in the system settings with the path to the config file created earlier.
        Codeplaza Webdesign: for professional websites at low cost
        • 44437
        • 74 Posts
        Thank you DonQuicky. It works. Cheers.