Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.2
-
Fix Version/s: 2.2.1
-
Labels:None
-
Environment:Maven 1.0 with xdoc plugin 1.9
-
Number of attachments :
Description
My XDOC XML file contains a style tag to define an image style:
<style type="text/css">
img.screenshot
</style>
<img class="screenshot" src="images/logos/MYLOGO.gif"/>
The pdf plugin prints correctly my image but prints over the image:
img.screenshot
<style> tags are not allowed in html body, but only in head (also if internet explorer allow it).
I don't think the PDF plugin should handle this: put an inline style or define your css rule in your project.css.