We have in-house server which brings the records by php from mysql.
We have Dot matrix printer which we are using for printing on carbon less paper (2 copies:- one for official records,one for customer and one for gatekeeper).
We tried to print the content by display:none but it was removing that space from that Div.
Then we tried to print it with the white color font without display:none (we realized that print head reads everything), so it was printing the characters on the 2nd and 3rd copy.
So We want to know how can hide the text at the same time by keeping that much space blank.
Please tell how to do the same thing with border ?
thanks in advance
Go to File > Options. In the Word Options dialog box, go to the left panel and select Display. In the Printing options section, select the Print hidden text check box to print the document including the hidden text. Clear the Print hidden text check box to print the document without including the hidden text.
If the point is simply to make the text inside the element invisible, set the color attribute to have 0 opacity using a rgba value such as color:rgba(0,0,0,0); clean and simple. Save this answer.
You can use page-break-inside="avoid" on <div> "B". This is probably closer to what you want. If "B" does not fit on the page with "A", "B" will all be moved to the next page.
visibility: hidden;
makes it invisible, but leaves the space.
Check this
you can keep the div with text in one div with height and width and give style display:none
property to the div with text. this way the space will remain
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With