Hello,
In C&P Designer, we have a template for an email. In this template, we have added several in-line CSS styles. As an example:
Our problem is that we also need to apply some css style to the UL and LI dom elements that are emitted when the <@CnP_CustomQuestions> variable is output.
I see 2 options:
1) relax the WYSIWYG edtior to accept the "style" element, so we can provide our own styles.
or
2) Find a way to customize the output ff the <@CnP_CustomQuestions> variable
Appreciate the help?
In C&P Designer, we have a template for an email. In this template, we have added several in-line CSS styles. As an example:
PHP Code:
<h3 style="color: #639; font-family: Arial, Helvetica, sans-serif; font-size: 15px;">
Additional Information</h3>
I see 2 options:
1) relax the WYSIWYG edtior to accept the "style" element, so we can provide our own styles.
or
2) Find a way to customize the output ff the <@CnP_CustomQuestions> variable
Appreciate the help?