Hi @Ajo_WisdomChase ,
AJO offers a convenient platform for creating email templates and fragments. However, when incorporating custom HTML and CSS code, it's important to be aware of potential compatibility issues.
To avoid compatibility mode, which can limit your design control:
- Prioritize Inline Styles: Instead of relying on linked stylesheets, use inline CSS styles whenever possible. This ensures consistent styling across various email clients.
- Ensure Responsiveness: Design your email templates to be responsive, accommodating different devices and email clients.
- Minimize Custom Code: Keep custom code to a minimum. Excessive complexity can trigger compatibility mode.
- Maintain Clean HTML: Adhere to best practices for clean, well-structured HTML.