I have a div occasionally containing very long text - more than one page in one div. This needs to be printed and when printing some lines of are split horizontally when the page b
Solution 1:
Should work if you put:
{ overflow: auto !important; }
On the content, when in print mode.
Share
Post a Comment
for "Line Of Text Cut Horizontally Into Two When Printing Large Text"
Post a Comment for "Line Of Text Cut Horizontally Into Two When Printing Large Text"