Hello,
I'm deliberately wanting to avoid references to images in exported HTML (so there is no company logo).
I am using the JRHtmlExportParamater IS_OUTPUT_IMAGES_TO_DIR set to false. (also, IS_USING_IMAGES_TO_ALIGN is false).
This gives me an image tag in the html where the image would be:
<td colspan="39" rowspan="5"><img src="nullimg_0_0_0" style="width: 310px" alt=""/></td>
When the client browser displays the html it makes an extra trip to try to download this null image. Is there some way to avoid the <img> tag being included at all?
Many thanks
0 Answers:
No answers yet