javascript - How to put space of 1 inch between two paragraph in webpage? -
i want print part of page in a4 sheet , want paragraphs arranged few inch below top , 1 inch between paragraphs.. please me out html , css codes achieve same
something on page, never eaxact because of printing diffrences between browsers, close enough. more exact results create css print file info here
//css .top{padding-bottom:2em} p{padding-bottom:3em;} //html <div class="top">the heading</div> <p>the content</p>
Comments
Post a Comment