-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
html source code error in multi-column #109
Comments
Dear Support, For more information: The left text + right image is the not "TEXT + IMAGE" element. I added the multi-column element, then add "Text" element at left column and "Image" element at right column. Thanks. Jeff |
Hi Jeff, |
Dear Support, Thanks for you help! Just found more source code has same issue. I found the similar error on: <spanstyle ....... Hope this information can help you. Thanks. Jeff |
Hi, we had a similar issue recently, and it there the underlying issue seems to be that the HTML generated by us is processed and linebreaks are removed by the partner's system. Could you check if you don't modify the HTML similarly? |
Hi. We have the same issue. <spanstyle ....... What do we need to do to solve it? |
@ademirdiniz As you gave us a temporary account I could take a look and it seems that for the preview (and eventually the test email and email campaing sending as well) you process the HTML, remove all the linebreaks and make the whole email HTML a single one line string. This way you remove those linebreaks, which we insert especially for long lines in the HTML, after the opening tag. I don't know the reason behind this implementation, but this seems to be the cause behind this issue. |
Hi, @smiska. Thanks. We have changed our tool to works with this EDM update. Now is working again. Is possible to receive an email when you publish the releases? Thanks |
Hi @ademirdiniz , I'm glad that you could solve it. Some form of release notification sounds well. We'll look into how this could be implemented, thanks for the suggestion. |
HI @smiska, any updates of the issue? My customers reported this issue again. Please help to solve it or provide some workaround. Thanks! |
Hi @confettidc , we identified that the issues by the recent update may have it's root cause with how you handle our HTML code. Could you look into it please? Or you could set up a test account for us and we inspect what may go wrong. If you choose this option please email login credentials to the test account to [email protected] Thanks. |
After we replace below, the issue is fixed: <pstyle => <p style Thanks for help. |
Thanks for the update. I'm glad that you could solve it. |
Dear Support, Just found new error source codes, these error occur at bullet point function: <spanlang |
Can you provide projectId where this occurs? |
Dear Support, One more error source code ofund: You may reference project id 5b0cb114743e7a26009711d2 for reference, thanks. |
Dear Support,
Just found that if create the edm layout with multi-column with left text + right image.
Sometimes the left text with html source code error, the left text cannot display after the eDM sent out.
For example:
After checked the source code, when create the eDM format like that. Sometime the system will generate the error codes like this:
<divstyle="text-align: left;font-family: arial;font-size: 14px;color: #000000;line-height: 21px;mso-line-height: exactly;vertical-align: middle;mso-text-raise: 3px;">
The "div" merged with "style", it made the eDM cannot display the left text after sent out.
Please help to solve the problem.
Thanks.
Jeff
The text was updated successfully, but these errors were encountered: