printing - CSS formatting A4 print -


How can I code the CSS style to emphasize specific page margins for a web page during printing, And valid for IE and Firefox?

Use media type "print" (@ media print)

fixed Do not set width or maximize, instead, make content fluid instead if you specify any of (PX, AM, PT, cm) then you will always go into one or other problem because different browsers have different Add margin.

A4, letter, A3, this is not your concern. Your document is not cautious. The user can print your document on the paper in which it is available because your content is fluid.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -