Page 1 of 1

Turning off inline styling

Posted: Tue Aug 18, 2020 3:36 am
by Neal
Is it possible to turn off the inline styling on the skin? I would like to have everything formatted via CSS stylesheet. However, the inline styles override the CSS settings for width, height....

Re: Turning off inline styling

Posted: Tue Aug 18, 2020 10:33 am
by k.ary.n
You can add a comment in the Embedded Stylesheet field:

Code: Select all

/* comment */
More on external CSS: https://youtu.be/e_CE_Fie5pQ?t=658

Re: Turning off inline styling

Posted: Tue Aug 18, 2020 11:09 am
by thomas
Neal wrote: Tue Aug 18, 2020 3:36 am Is it possible to turn off the inline styling on the skin? I would like to have everything formatted via CSS stylesheet. However, the inline styles override the CSS settings for width, height....
I have added this to the bug tracker, and we may add this option to the next version.