quickprinter icon indicating copy to clipboard operation
quickprinter copied to clipboard

<br> is double spacing between images

Open jimmywinlsow opened this issue 6 years ago • 0 comments

The < br > command should not add spacing between images. It should simply place the next image immediately below the one above, but it appears to be adding either one or two full spaces, resulting in large gaps in printed output (I'm printing from a web page via Javascript).

You can see the spaces in the attached jpg. The spacing I need to get rid of is marked "Spacing because of the < br >".

(I've added spaces between the < > brackets so that they will display OK on this issue.)

imgspaced

The code for printing each of the images is similar to this:

text = "< center >< image390x490 >" + url + "imgprint_600x600.jpg" + "< br >";

I've tried matching the command to the exact jpg size and also simply using instead of , and I still get the spacing.

Apparently, the < br > is necessary to tell quickprinter that the command is complete.

Does anyone have a solution that would stack the images one on top of the other without the extra spacing?

Thanks Jimmy

jimmywinlsow avatar Jun 14 '19 22:06 jimmywinlsow