Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

<br> is double spacing between images #23

Open
jimmywinlsow opened this issue Jun 14, 2019 · 0 comments
Open

<br> is double spacing between images #23

jimmywinlsow opened this issue Jun 14, 2019 · 0 comments

Comments

@jimmywinlsow
Copy link

jimmywinlsow commented Jun 14, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant