Publishing problem adding HTML code to text object

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
Marcvanoosten
 
 
Posts: 3
Joined: Tue Jan 03, 2023 1:38 pm

Publishing problem adding HTML code to text object

Post by Marcvanoosten »

Hi,

I added some HTML code to a text object. Added it in 'After Tag'. Checking it in the 'Generated HTML' it looks oke.

Now the problem..
After Publishing when I check the Published HTML file, the added HTML code does not appear after the tag but before the last </div> of the text object. What am I doing wrong?

Marc
User avatar
Pablo
 
Posts: 23602
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Publishing problem adding HTML code to text object

Post by Pablo »

You are not doing anything wrong.
The generate code depends on the properties of the text object. For example, in some cases a <div> is added to be able control the size and position of the element.
Also, it depends on the context of the text and/or whether it is responsive etc.
There many different combinations so you cannot always predict what the final code will look like.
So, adding the code this way may not be the best option.
Post Reply