Hello,
I am using CR2008 and produce reports in HTML that are emailed to internal and external recipients. The internal recipients get their mails fine and they look great. The external mails get an company disclaimer tagged on the end and this causes the emails to be malformed - the disclaimer appears overlaid on the report.
The reason for this is because the Crystal generated HTML uses absolute positioning. The disclaimer is added as a final DIV within the BODY section of the HTML. Because this is not positioned appropriately it appears overlaid.
Also, this absolute positioning causes forwarded emails to be malformed also.
Is there a way to produce HTML output that does not rely on CSS absolute positioning, or has anyone else experienced this issue who can suggest a solution?
Many thanks,
John
I am using CR2008 and produce reports in HTML that are emailed to internal and external recipients. The internal recipients get their mails fine and they look great. The external mails get an company disclaimer tagged on the end and this causes the emails to be malformed - the disclaimer appears overlaid on the report.
The reason for this is because the Crystal generated HTML uses absolute positioning. The disclaimer is added as a final DIV within the BODY section of the HTML. Because this is not positioned appropriately it appears overlaid.
Also, this absolute positioning causes forwarded emails to be malformed also.
Is there a way to produce HTML output that does not rely on CSS absolute positioning, or has anyone else experienced this issue who can suggest a solution?
Many thanks,
John