Phuong Nguyen
02/20/2020, 12:51 AMwidth: 50%; display: inline-block; float: left; overflow: visible;
in the container and it's still print out as a stackJon Kears
02/20/2020, 3:33 AMtable.currsum {
page-break-inside: avoid;
margin-top: 10px;
border: 1px solid;
width: 130pt;
display: inline;
vertical-align: top;
}
Right hand table
table.total {
page-break-inside: avoid;
vertical-align: top;
width: 425pt;
display: inline;
align: right;
}
Phuong Nguyen
02/20/2020, 5:45 PM