Skip to content
This repository has been archived by the owner on Jan 2, 2023. It is now read-only.

Columns #3511

Closed
GeneralGorgonzola opened this issue Jun 10, 2017 · 2 comments
Closed

Columns #3511

GeneralGorgonzola opened this issue Jun 10, 2017 · 2 comments

Comments

@GeneralGorgonzola
Copy link

GeneralGorgonzola commented Jun 10, 2017

Hi,

It is possible to "automagically" break text into columns in HTML using some styling, such as this:

.text3columns {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
-webkit-column-gap: 40px;
-moz-column-gap: 40px;
column-gap: 40px;
}

For instance (some pseudocode here, sorry I am new to this):

div class="text3columns"
Lots and lots of text that goes on forever.....
/div

But it doesn't seem to work when converting the HTML to PDF?
It all ends up on one line.

It may be my mistake - is there a way?

Kind regards

@ChristianYeah
Copy link

#1872

@GeneralGorgonzola
Copy link
Author

Works perfectly, thanks.

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

No branches or pull requests

2 participants