HTML to PDF/RTF Java converter and tools › Forums › PD4ML v3 Archived Forums (Read Only) › HTML/CSS rendering issues › Selecting multiple classnames doesnt work › Re: Re: Selecting multiple classnames doesnt work
November 15, 2010 at 03:32
#27868
For the particular HTML sample a workaround would be to change the style to
<br />
<br />
body .x div.a {<br />
color: green;<br />
}<br />
<br />
PD4ML does not support selectors combine multiple classes, like “div.a.b“.
We’ll add support for it to the forthcoming release.