K
K
Konstantin Malyarov2017-03-07 08:44:34
css
Konstantin Malyarov, 2017-03-07 08:44:34

How to make mirror margins when printing from a browser?

Interested in how to make mirror margins when printing, as in Word.
The standard chrome tools don't fit, or I didn't search well.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
F
Falseclock, 2017-03-07
@Konstantin18ko

You need to define print styles via CSS

@media print {
   …
}

A
Alexander Varenikov, 2017-03-07
@warenikov

Nothing is clear in your question. Give an example of what needs to be done

S
Sergey Goryachev, 2017-03-07
@webirus

This is not in the standard functionality of the print version.
You can develop a completely separate version of the site, and set the indents (margins) there, as Falseclock advises .
To do this, you will need to EXACTLY fit the site to the A4 page so that all browsers correctly determine.
Perhaps there is such a setting inside browsers, but not all.
Either way, CSS or JS won't solve your problem.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question