Hi, at last I updated my Acymailing5 to Acymailing9 (Joomla 5.2) and try to get accustomed to the Drag and Drop editor. It's quite a struggle.
When editing a text block I often use the source code. But that code very cluttered, it's difficult to locate the content I like to change. The content gets lost in a sea of style codes.
For example: each simple <p> </p>
is automatically changed into
<p style="font-family: Helvetica; font-size: 14px; font-weight: normal; line-height: inherit; font-style: normal; color: #000000; word-break: break-word;"> </p>
Another example: each <a href="xxx">txt </a >
changes into
<a style="font-family: Helvetica; font-size: 12px; font-weight: normal; line-height: inherit; font-style: normal; color: #38c2f3;" href="xxx" >text </a>
The continuous repetition is confusing and unnecessary, I think. The CSS rules can be described once at the beginning of the newsletter, not repeated all the time.
Is there a way to get rid ot these repeating style codes? That would make editing a lot easier.
Thanks,
Udo