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.
Views
Replies
Total Likes
@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
Views
Replies
Total Likes