How to print A4 size paper using css in HTML (using classic ASP) -


i unable set fixed html size print on a4 sized paper. every time data size changes in content print format

i think can find searching here : [paper style without image][

.list li {   list-style: none;   border-bottom: 1px dotted #ccc;   text-indent: 25px;   height: auto;   padding: 10px;   text-transform: capitalize; } .list li:hover {   background-color: #f0f0f0;   -webkit-transition: 0.2s;   -moz-transition:    0.2s;   -ms-transition:     0.2s;   -o-transition:      0.2s; } 

]

link


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -