The problem occurs when using the Print icon while in AccessPoint.
When clicking on the Print icon while in AccessPoint, the image is created in an HTML format.
When I view the source code of the HTML, I can see that the attributes of the text are printed separately on each line, so the Chr(10) command for a line feed is being applied.
The problem is that this Chr(10) command should be turned into the HTML tag <BR> or something similar so that the line break can be seen in the HTML.
Is this functionality exists that the printing icon turns the Chr(10) command into the <BR> HTML tag.