Hi,
I just saw this property on the Prince website "float: prince-top-if-necessary" and "float: prince-column-top-if-necessary", what does this do in terms of its been defined?
I tried to use these properties but result seems to have no effect at all.
my code looks like this:
Am I doing something wrong here or this is not supported?
Any advice would be highly appreciated.
Thanks,
Milan
I just saw this property on the Prince website "float: prince-top-if-necessary" and "float: prince-column-top-if-necessary", what does this do in terms of its been defined?
I tried to use these properties but result seems to have no effect at all.
my code looks like this:
<div style="float: prince-top-if-necessary">
<div style="column-count: 2; column-gap: 12pt;">
<p>content...</p>
<div style="float: prince-column-top-if-necessary"><img src="col-float-top.jpg" /></div>
<p>content...</p>
</div>
</div>
Am I doing something wrong here or this is not supported?
Any advice would be highly appreciated.
Thanks,
Milan