Automaticly change my html code in text column
Hello guys,
i got a big problem. Within the latest update, my html code in the element called "text column" change automaticly. Sometimes it change the position of my <a> tag or create <p> tags I cant see.
Can I deactivate this automatic correction?
___________________________________________________
I got a example for you guys:
I got this code:
[one_fourth]
<a href="/wp-content/uploads/2020/10/2016-07_BDA_SK-SF_5-15.pdf" target="_blanc">
<img src="/wp-content/uploads/2020/11/Vorschau-8.jpg" width="60%" align="center" border="3" />
<img src="/wp-content/uploads/2021/02/Deutsch.gif" width="20" />
Schnellkühler
Schockfroster
5x GN 1/1 - 15x GN 1/1</center><a href="/wp-content/uploads/2020/10/2016-07_BDA_SK-SF_5-15.pdf" target="_blanc">
</a>
[/one_fourth]
___________________________________________________
And It automaticly change it to this code if i update the site:
[one_fourth]
<center>
<img src="/wp-content/uploads/2020/11/Vorschau-8.jpg" width="60%" align="center" border="3" />
<img src="/wp-content/uploads/2021/02/Deutsch.gif" width="20" />
Schnellkühler
Schockfroster
5x GN 1/1 - 15x GN 1/1</center><a href="/wp-content/uploads/2020/10/2016-07_BDA_SK-SF_5-15.pdf" target="_blanc">
<a href="/wp-content/uploads/2020/10/2016-07_BDA_SK-SF_5-15.pdf" target="_blanc"></a>
[/one_fourth]
___________________________________________________
Sometimes it create me a <center> in between. Please help me out.
Greedings
Comments
Hi,
Please, open the Builder settings, and change the Column text editor to Code.
Thanks
If I do that, the Problem should be resolved?
So if i do that, the automatic changes to my code should be deactivated right?
Yes, it will resolve this problem.
The new default editor (TinyMCE) works slightly differently than the previous one (CodeMirror), and automatically adds the <p> tag.
Best regards