hello,
In my HTML text I have some sections with inline styles (mainly: font-size, line-height and font color).
Can I edit my CSS so that Prince can skip those inline styles and only follow the styles in the CSS?
For example, if my CSS font-size for body text is 12pt and on a specific paragraph I have <p style="font-size:20pt">, I would need to keep font-size:12pt (not 20pt).
Thank you!
In my HTML text I have some sections with inline styles (mainly: font-size, line-height and font color).
Can I edit my CSS so that Prince can skip those inline styles and only follow the styles in the CSS?
For example, if my CSS font-size for body text is 12pt and on a specific paragraph I have <p style="font-size:20pt">, I would need to keep font-size:12pt (not 20pt).
Thank you!