Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Campaign Classic (code structure in webapps)

Avatar

Employee Advisor

in ACC webapps,

 

HTML code structure/model gets distorted or messed up by ACC, it removes spaces, tabs and makes the code structure hard to understand as opposed to beautifying or providing tiydy code features.This is very annoying as not only does it mess up the code structure, it also changes code or adds extra code in some cases.

1 Reply

Avatar

Community Advisor

@David__Garciathis is a limitation of the WYSIWYG HTML editor in ACC. It is based around the old Internet Explorer HTML libraries which is one of the reasons why the client is Windows only. These libraries try to rewrite the HTML as soon as you make a change and destroy it as you have noticed. It actually takes W3C compliant HTML and makes it non-compliant, so should be avoided.

My advice is never make changes via the HTML tab - use the Source tab only, and always use an external editor for preparing the HTML like Litmus. The bonus with Litmus or another tool, is you can do all the additional rendering & spam tests at the same time before copying the source across for ACC templates.

Cheers

Darren