css - two equal width div in html -


i have page contain following code

<html>   <body>  <div class="op">.....content.......</div>  <div class="op">.....content.......</div> </body> </html> 

i going print page in a4 sheet , when print not adjusted equally paper size .each div have same content ,they repeating .i need make them fit in paper .so can cut paper 2, both have same width .please

its aboute printer setting! not css or html. must set printer setting fit code paper size. if want print html final page (result of code) maybe code take apart setting width:50% .i offering check printer setting or system perinting setting html pages.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -