News

If you have pages that have a border and are likely to be printed, you need to get rid of the body margin. To remove the body margin when the page is printed, you must use a CSS script.
How to Remove the Cell Spacing in CSS. HTML tables are comprised of rows and cells. ... table.nospacing { border-spacing: 0; }table.nospacing th, td { padding: 0; } ...